019 – ESP32 MicroPython: OpenWeather | RESTful APIs

In the previous tutorial, I demonstrate using the RESTful APIs to communicate with Thingspeak server sending DHT sensor data. Now in this aticle, I will demonstrate the opposite which is requesting data from a server. This time, communicating with another server which is the OpenWeather. The receive data will be displayed on the OLED display.

018 – ESP32 MicroPython: Thingspeak | RESTful APIs

REST API is one of the most popular API types. REST stands for REpresentational State Transfer which is also known as RESTful APIs. It is designed to take advantage of existing protocol. It can be used over any existing protocol, but it is typically used over HTTP when used on web applications. A RESTful API is an application program interface that uses HTTP requests to GET, PUT, POST and DELETE data.

017 – ESP32 MicroPython: DHT Values Auto Updates using AJAX

In the previous tutorials we learned to create web server both as station mode and access point mode using socket connection.  And in last video, we use a DHT sensor … Read More

015 – ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

In this article, we will learn how to create a web server hosted in ESP32 using MicroPython language for controlling the state of GPIO pin. This can be applied for controlling a relay which is popular in home automation projects.

014 – ESP32 MicroPython: SIM800L GSM Module in MicroPython

In this tutorial, we will tackle on how to interface SIM800L GSM module to ESP32 in MicroPython. Circuit Diagram: Instruction: 1. Connect SIM800L Rx pin to ESP32 GPIO 16 (Tx2). … Read More