Learn electronics, coding, and projects — step by step.

Series: ESP32 MicroPython

016 - ESP32 MicroPython: Web Server | ESP32 Access Point

George Bantique November 4, 2020 4 Comments

In this article you will learn to configure ESP32 wifi as Access Point. You will also learn to create a web server hosted on it.


Read more 016 - ESP32 MicroPython: Web Server | ESP32 Access Point

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

George Bantique October 28, 2020 3 Comments

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.


Read more 015 - ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

014 - ESP32 MicroPython: SIM800L GSM Module in MicroPython

George Bantique October 11, 2020 11 Comments

In this tutorial, we will tackle on how to interface SIM800L GSM module to ESP32 in MicroPython. CIRCUIT DIAGRAM INSTRUCTION Connect SIM800L Rx pin to ESP32 GPIO 16 (Tx2). Connect SIM800L Tx pin to ESP32 GPIO 17 (Rx2). Connect the SIM800L VCC pin to external positive terminal. In this tutorial, I use external power supply […]


Read more 014 - ESP32 MicroPython: SIM800L GSM Module in MicroPython

013 - ESP32 MicroPython: UART Serial in MicroPython

George Bantique October 7, 2020 10 Comments

In this tutorial, we will learn to use the UART peripheral of ESP32 in MicroPython. UART is useful for interfacing devices such as DF Player Mini mp3 player module, SIM800L gsm module, HC-06 bluetooth module, and etc which basically needs serial communication as mode of control. ESP32 has 3 hardware uart serial ports available which […]


Read more 013 - ESP32 MicroPython: UART Serial in MicroPython

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

George Bantique October 3, 2020 1 Comment

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 for sensing an object. CIRCUIT DIAGRAM INSTRUCTION Connect the HC-SR04 VCC pin to ESP32 VIN pin. The HC-SR04 needs 5V, trust me I already tried […]


Read more 012 - ESP32 MicroPython: HC-SR04 Ultrasonic Sensor in MicroPython