You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-20
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ This [**MySQL_MariaDB_Generic** library](https://github.com/khoih-prog/MySQL_Mar
233
233
234
234
17. Depending on which Ethernet module/shield you're using :
235
235
-[`Ethernet_Generic library v2.0.1+`](https://github.com/khoih-prog/Ethernet_Generic) for W5100, W5200 and W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [](https://github.com/khoih-prog/Ethernet_Generic/releases/latest)
236
-
-[`EthernetENC library v2.0.1+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
236
+
-[`EthernetENC library v2.0.2+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
237
237
-[`UIPEthernet library v2.0.11+`](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60. [](https://github.com/UIPEthernet/UIPEthernet/releases/latest)
238
238
-[`STM32Ethernet library v1.2.0+`](https://github.com/stm32duino/STM32Ethernet) for built-in LAN8742A Ethernet on (Nucleo-144, Discovery). [](https://github.com/stm32duino/STM32Ethernet/releases/latest). To be used with [`LwIP library v2.1.2+`](https://github.com/stm32duino/LwIP). [](https://github.com/stm32duino/LwIP/releases/latest)
239
239
-[`NativeEthernetLarge library stable111+`](https://github.com/vjmuzik/NativeEthernet) for Teensy 4.1 built-in Ethernet.
@@ -991,7 +991,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
991
991
992
992
```
993
993
Starting Query_Progmem on NRF52840_FEATHER using W5x00/Ethernet_Generic Library
994
-
MySQL_MariaDB_Generic v1.7.1
994
+
MySQL_MariaDB_Generic v1.7.2
995
995
Ethernet_Generic W5500 init, using SPI_CS = 10, number of sockets = 4
996
996
Using mac index = 10
997
997
Connected! IP address: 192.168.2.145
@@ -1027,7 +1027,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
1027
1027
1028
1028
```
1029
1029
Starting Complex_Select on NUCLEO_F767ZI using LAN8742A/STM32Ethernet Library
1030
-
MySQL_MariaDB_Generic v1.7.1
1030
+
MySQL_MariaDB_Generic v1.7.2
1031
1031
Using mac index = 0
1032
1032
Connected! IP address: 192.168.2.165
1033
1033
Connecting to SQL Server @ your_account.ddns.net, Port = 5698
@@ -1088,7 +1088,7 @@ This is terminal debug output when running [Query_Results_WiFi](examples/WiFi/Qu
1088
1088
1089
1089
```
1090
1090
Starting Query_Results_WiFi on ITSYBITSY_M4
1091
-
MySQL_MariaDB_Generic v1.7.1
1091
+
MySQL_MariaDB_Generic v1.7.2
1092
1092
Using WiFiEspAT Library
1093
1093
WiFi shield init done
1094
1094
Connecting to HueNet1
@@ -1124,7 +1124,7 @@ This is terminal debug output when running [Basic_Select_WiFi](examples/WiFi/Bas
1124
1124
1125
1125
```
1126
1126
Starting Basic_Select_WiFi on SEEED_XIAO_M0
1127
-
MySQL_MariaDB_Generic v1.7.1
1127
+
MySQL_MariaDB_Generic v1.7.2
1128
1128
Using WiFiEspAT Library
1129
1129
WiFi shield init done
1130
1130
Connecting to HueNet1
@@ -1157,7 +1157,7 @@ This is terminal debug output when running [Query_Results_WiFiNINA](examples/WiF
1157
1157
1158
1158
```
1159
1159
Starting Query_Results_WiFiNINA on SAMD_NANO_33_IOT
1160
-
MySQL_MariaDB_Generic v1.7.1
1160
+
MySQL_MariaDB_Generic v1.7.2
1161
1161
Attempting to connect to SSID: HueNet1
1162
1162
SSID: HueNet1
1163
1163
IP Address: 192.168.2.118
@@ -1200,7 +1200,7 @@ This is terminal debug output when running [Connect_By_Hostname](examples/Ethern
1200
1200
1201
1201
```
1202
1202
Starting Connect_By_Hostname on SAM DUE using W5x00/Ethernet_Generic Library
1203
-
MySQL_MariaDB_Generic v1.7.1
1203
+
MySQL_MariaDB_Generic v1.7.2
1204
1204
_pinCS = 0
1205
1205
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
1206
1206
W5100::init: W5100, SSIZE =4096
@@ -1222,7 +1222,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
1222
1222
1223
1223
```
1224
1224
Starting Complex_Select on NRF52840_FEATHER using ENC28J60/UIPEthernet Library
1225
-
MySQL_MariaDB_Generic v1.7.1
1225
+
MySQL_MariaDB_Generic v1.7.2
1226
1226
ENC28J60_CONTROL_CS =10
1227
1227
SS =5
1228
1228
SPI_MOSI =25
@@ -1312,7 +1312,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
1312
1312
1313
1313
```
1314
1314
Starting Complex_Select on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
1315
-
MySQL_MariaDB_Generic v1.7.1
1315
+
MySQL_MariaDB_Generic v1.7.2
1316
1316
[SQL] =========================================
1317
1317
[SQL] Default SPI pinout:
1318
1318
[SQL] MOSI: 25
@@ -1366,7 +1366,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
1366
1366
1367
1367
```
1368
1368
Starting Query_Progmem on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
1369
-
MySQL_MariaDB_Generic v1.7.1
1369
+
MySQL_MariaDB_Generic v1.7.2
1370
1370
[SQL] =========================================
1371
1371
[SQL] Default SPI pinout:
1372
1372
[SQL] MOSI: 25
@@ -1416,7 +1416,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
1416
1416
1417
1417
```
1418
1418
Starting Basic_Insert_ESP on ESP8266_NODEMCU_ESP12E
1419
-
MySQL_MariaDB_Generic v1.7.1
1419
+
MySQL_MariaDB_Generic v1.7.2
1420
1420
Connecting to HueNet1
1421
1421
...........Connected to network. My IP address is: 192.168.2.135
1422
1422
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1441,7 +1441,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
1441
1441
1442
1442
```
1443
1443
Starting Basic_Insert_ESP on ESP32S2_DEV
1444
-
MySQL_MariaDB_Generic v1.7.1
1444
+
MySQL_MariaDB_Generic v1.7.2
1445
1445
Connecting to HueNet1
1446
1446
.......Connected to network. My IP address is: 192.168.2.190
1447
1447
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1466,7 +1466,7 @@ This is terminal debug output when running [Basic_Select_WiFiNINA](examples/WiFi
1466
1466
1467
1467
```
1468
1468
Starting Basic_Select_WiFiNINA on MBED NANO_RP2040_CONNECT
1469
-
MySQL_MariaDB_Generic v1.7.1
1469
+
MySQL_MariaDB_Generic v1.7.2
1470
1470
Attempting to connect to SSID: HueNet1
1471
1471
SSID: HueNet1
1472
1472
IP Address: 192.168.2.153
@@ -1498,7 +1498,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
1498
1498
1499
1499
```
1500
1500
Starting Complex_Select on MBED RASPBERRY_PI_PICO , with W5x00 using Ethernet_Generic Library on SPI0/SPI
1501
-
MySQL_MariaDB_Generic v1.7.1
1501
+
MySQL_MariaDB_Generic v1.7.2
1502
1502
[SQL] =========================================
1503
1503
[SQL] Default SPI pinout:
1504
1504
[SQL] MOSI: 19
@@ -1574,7 +1574,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
1574
1574
1575
1575
```
1576
1576
Starting Complex_Select on RASPBERRY_PI_PICO , with W5x00 using Ethernet_Generic Library on SPI1
1577
-
MySQL_MariaDB_Generic v1.7.1
1577
+
MySQL_MariaDB_Generic v1.7.2
1578
1578
[SQL] =========================================
1579
1579
[SQL] Default SPI pinout:
1580
1580
[SQL] MOSI: 19
@@ -1627,7 +1627,7 @@ This is terminal debug output when running [Complex_Select_WT32_ETH01](examples/
1627
1627
```
1628
1628
Starting Complex_Select_WT32_ETH01 on WT32-ETH01
1629
1629
WebServer_WT32_ETH01 v1.4.1
1630
-
MySQL_MariaDB_Generic v1.7.1
1630
+
MySQL_MariaDB_Generic v1.7.2
1631
1631
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
1632
1632
FULL_DUPLEX, 100Mbps
1633
1633
Connected to network. My IP address is: 192.168.2.232
@@ -1678,7 +1678,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
1678
1678
1679
1679
```
1680
1680
Starting Complex_Select on Teensy 4.1 , with NativeEthernet
1681
-
MySQL_MariaDB_Generic v1.7.1
1681
+
MySQL_MariaDB_Generic v1.7.2
1682
1682
Using mac index = 2
1683
1683
Connected! IP address: 192.168.2.86
1684
1684
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1739,7 +1739,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
1739
1739
1740
1740
```
1741
1741
Starting Complex_Select on TEENSY 4.1 using QNEthernet
1742
-
MySQL_MariaDB_Generic v1.7.1
1742
+
MySQL_MariaDB_Generic v1.7.2
1743
1743
=========== USE_QN_ETHERNET ===========
1744
1744
Initialize Ethernet using static IP => Connected! IP address: 192.168.2.222
1745
1745
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1778,7 +1778,7 @@ This is terminal debug output when running [Complex_Insert](examples/Portenta_H7
1778
1778
1779
1779
```
1780
1780
Starting Complex_Insert on PORTENTA_H7_M7 , with Ethernet using Portenta_Ethernet Library
1781
-
MySQL_MariaDB_Generic v1.7.1
1781
+
MySQL_MariaDB_Generic v1.7.2
1782
1782
Using mac index = 14
1783
1783
Connected! IP address: 192.168.2.132
1784
1784
Connecting to SQL Server @ 192.168.2.112 , Port = 5698
@@ -1804,7 +1804,7 @@ This is terminal debug output when running [Complex_Insert_WiFi](examples/Porten
1804
1804
1805
1805
```
1806
1806
Starting Complex_Select_WiFi on PORTENTA_H7_M7
1807
-
MySQL_MariaDB_Generic v1.7.1
1807
+
MySQL_MariaDB_Generic v1.7.2
1808
1808
Connecting to HueNet1
1809
1809
Connected to network. My IP address is: 192.168.2.130
1810
1810
Connecting to SQL Server @ 192.168.2.112 , Port = 5698
"description": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library. Now accepting server's hostname, besides IPAddress. Ethernet_Generic library is used as default for W5x00",
Copy file name to clipboardExpand all lines: library.properties
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
name=MySQL_MariaDB_Generic
2
-
version=1.7.1
2
+
version=1.7.2
3
3
author=Dr. Charles Bell <chuck.bell@oracle.com>, Khoi Hoang <khoih.prog@gmail.com>
4
4
maintainer=Khoi Hoang <khoih.prog@gmail.com>
5
-
sentence=Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library. Ethernet_Generic library is used as default for W5x00
5
+
sentence=Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet_Generic library. ENC28J60 can use either EthernetENC or UIPEthernet Library.
6
+
paragraph=You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress. Ethernet_Generic library is used as default for W5x00
0 commit comments