jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

esp-link -> MySQL server #483

Open serenky opened 4 years ago

serenky commented 4 years ago

I can not find information for working the esp link with mysql server. I have esp8266 + arduino UNO. There is also an external server with mysqul. Is it possible to send data to the database via the esp link? Using, for example, the MySQL_Connector_Arduino library? https://github.com/ChuckBell/MySQL_Connector_Arduino

uzi18 commented 4 years ago

esp-link does not support EthernetClient interface, so it is not straightforward to use MySQL_Connector library