esp-link icon indicating copy to clipboard operation
esp-link copied to clipboard

esp-link -> MySQL server

Open serenky opened this issue 4 years ago • 1 comments

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

serenky avatar Mar 09 '20 18:03 serenky

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

uzi18 avatar Mar 09 '20 20:03 uzi18