News

To install MicroPython on the ESP32, we need to install full Python on our host machine. Weird, right? As it turns out, the esptool is a Python script that we'll run to upload the MicroPython ...
This repository contains tutorials of Micropython. The case study for them is ESP32. The reason for using ESP32 was their popularity. All the codes were tested on ESP32. Following is a guide for ...
The port, and hence the LED, can be controlled very simply using what is called the ‘REPL console’. REPL stands for ‘Read Evaluate Print Loop’, which is an interactive MicroPython entry method that ...
The MakePython ESP32 Kit is a great kit for application development in MicroPython on the popular ESP32 microcontroller. Besides the MakePython ESP32 development board, the kit includes a collection ...
This ESP32 project is an exciting and interactive way to control LEDs using hand gestures. We will use an ESP32 board, Python, MediaPipe, and OpenCV to create a system that can detect specific hand ...