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

012 – ESP32 MicroPython: HC-SR04 Ultrasonic Sensor in MicroPython

In this video, we will learn how to use the HC-SR04 ultrasonic sensor in MicroPython. With ultrasonic sensor, it can be use for measuring distance or it can be use … Read More