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. Introduction The objective of this post is to explain how to perform HTTP GET requests with MicroPython, using the urequests module. …
Continue reading "ESP32 / ESP8266 MicroPython: HTTP GET Requests"