Im trying to get my sketch uploaded to the ESP8266 which is connected to my Arduino. I have done the connections properly(http://www.teomaragakis.com/wp-content/uploads/2015/10/uno_esp_connection.png) and also the sketch compiles successfully. The issue occurs when i try to upload the sketch. The following errors are displayed:
I would like to go ahead with the first option - use AT and use it to communicate between Arduino and ESP-01.
I have my server setup with a few RESTAPIs.My main objective is to connect the ESP-01 to the internet,send http requests and obtain the value from it. This value should be passed to the arduino and the arduino must control devices.I can manage once I get the value to the arduino.
If you can please guide me on how I can make http requests using my ESP01 and pass the value to the arduino, it would be very helpful! It would be great if you can share some links that can help me out.
I would like to go ahead with the first option - use AT and use it to communicate between Arduino and ESP-01.
I have my server setup with a few RESTAPIs.My main objective is to connect the ESP-01 to the internet,send http requests and obtain the value from it. This value should be passed to the arduino and the arduino must control devices.I can manage once I get the value to the arduino.
If you can please guide me on how I can make http requests using my ESP01 and pass the value to the arduino, it would be very helpful! It would be great if you can share some links that can help me out.
Thanks for the reply!Much appreciated!Cheers!
No clue about REST APIs whatsoever.
I suggest you download the Espressif's AT command manual and/or Google.