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
ESP32 MicroPython Tutorial: Parsing JSON
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
FireBeetle Board-ESP32 Projects – Let your cigarette lighter wearable
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 for Building Compiling Environment of ESP32
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