Hey!
I started programming with Arduino recently and I got a ESP8266 which I connected to my Arduino Uno. I’ve managed to do GET-requests, but I need to make a POST-request to update data on my server. I’ve so far been using AT-commands.
Is this the right way? Or should I somehow keep a “API” on the ESP8266 and simply send command from the Arduino to the ESP8266?
Thanks in advance.
/feeloor