ESP8266 Arduino


HTTP get Requests esp8266 - techtutorialsx
The objective of this post is to explain how to perform HTTP GET requests with MicroPython, using the urequests module. This tutorial was tested with MicroPython running on both the ESP32 and the ESP8266.
https://techtutorialsx.com/?s=+HTTP+get+Requests+esp8266&orderby=relevance&order=DESCESP8266: HTTP POST Requests - techtutorialsx
The objective of this post is to explain how to do POST requests from an ESP8266, using the Arduino IDE and the ESP8266 libraries. All the tests shown here were performed on a NodeMCU board, which you can find at Ebay for less than 5 euros.
https://techtutorialsx.com/2016/07/21/esp8266-post-requests/
ESP8266: HTTP GET Requests to Flask server - techtutorialsx
The objective of this post is to explain how to connect the ESP8266 to a Flask Webserver and send a HTTP GET Request. For this example, we will use Flask to deploy a simple webserver that will listen to HTTP GET requests on a certain URL and output a simple text message to the client.
https://techtutorialsx.com/2016/12/26/esp8266-http-get-request-to-flask-server/
ESP8266: HTTP GET Requests - techtutorialsx
The objective of this post is to explain how to perform HTTP GET Requests using the ESP8266. If you prefer a video explanation, you can check my YouTube channel below: The tests from this tutorial were performed using a NodeMCU board, a very cheap and easy to use ESP8266 board.
https://techtutorialsx.com/2016/07/17/esp8266-http-get-requests/
imjeffparedes/iot-esp8266-arduino-interface
Learn how to communicate with ESP8266 Wifi Module using Arduino UNO. - imjeffparedes/iot-esp8266-arduino-interface
