IOT project ESP8266

Hi, I have created a GUI in using Windows form application (C#) in Visual studio. I have connected it to a database and by adjusting the parameters in the GUI, data in the database will be changed as a result. I want to connect an ESP8266 board to the database for it to get the data from there and responds as a result. The database is created in an SQL server. Most of the project I saw online use PHP programming to program the ESP board and to create a website. Any help on how I can get the data from the database ?

have a look at esp32-mysql and esp32-http-get-post

Thank you they seem to be useful. But I have a question in the ESP32I/O website they created a MYSQL user account, database and a table. I am already having database and a table in an SQL server. What changes do I need to do in their procedure for it to work with me ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.