esp-link
esp-link copied to clipboard
esp-link -> MySQL server
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
esp-link does not support EthernetClient interface, so it is not straightforward to use MySQL_Connector library