The objective of this micropython tutorial is to explain how to flash the MicroPython firmware to the ESP32 and test it with a simple “Hello World” program. Introduction The objective of this post is to explain how to flash the Read More

The objective of this micropython tutorial is to explain how to flash the MicroPython firmware to the ESP32 and test it with a simple “Hello World” program. Introduction The objective of this post is to explain how to flash the Read More
The objective of this micropython tutorial is to explain how to parse a JSON string with MicroPython running on the ESP32. Introduction The objective of this post is to explain how to parse a JSON string with MicroPython running on Read More
As a smoker, how cruel it is if I lost my cigarette lighter! I used to think how wonderful with a wearable cigarette lighter. So it comes into being. From the picture, we see it is a kind of big, Read More
Arduino IDE is simple! There are many development platforms for ESP32 (ESP-WROOM-32). In some situations, using Linux or cygwin in Windows are quite intimidating for beginners. Using Arduino IDE is a more user-friendly approach. 1. Add The Board URL to Read More