Hi, I can't seem to get past the problem of transferring data from the Arduino UNO to the Database of the local XAMPP server (a seemingly trite topic but one I can't manage for the hell of it). I want to use the WiFiESP.h library. The following code connects my chip to the WiFi network (the screen displays the network status) and then nothing .... it disconnects me. My goal is to add a single digit to a specific database table using a PHP script. The script certainly works correctly, because from the browser level I can add any digit (e.g. 14) by typing: http://localhost/PMS5003/PMS5003.php?T=14 from the Arduino program level I cannot. In order not to use two serial ports for displaying messages I use a TFT display. The ESP8266 runs on the Serial Port of the Arduino at 115200.
A warm request for your help!
.
A warm request for your help!
Code: C / C++