Inserting Data from an ESP32 to a MySQL database using PHP and Arduino IDE
 
 Hello there!  Welcome to my 4th and last article today! I'll say this one more time: Today I am writing 4 articles. Each about experiments with the ESP32. This one, is the last (finally). All of these experiments (as well as the 2 previous ones I did:  this  and  this one ) were held during this awful pandemic. To complete them me and my 2 friends went to several GoogleMeets. Sometimes, my equipment failed sometimes theirs did, so I apologise for the poor documentation job. Alright here we go!   These are the 4 experiments I'm writing about:  1.  Plotting Real Time Sensor Readings on a web server from an ESP32  2.  Publishing Sensor Readings from an ESP32 to Google Sheets  3. Receiving data on an ESP32 from an HTML form on a web server  4. Inserting and Displaying recorded sensor readings from an ESP to a MySQL database  All of them are based on  https://randomnerdtutorials.com .   Enjoy this last project!   The basic idea of this project is to make measur...
 
 
