Category Archives: Uncategorized
MicroPython Programming Basics with ESP32 and ESP8266
Getting Started with MicroPython on ESP32 and ESP8266
Learn how to get started with MicroPython firmware on the ESP32 and ESP8266. We’ll introduce you to MicroPython, show you the differences between MicroPython and regular Python, and how to program your ESP based boards with MicroPython using uPyCraft IDE. After completing this guide, you’ll have your first LED blinking using MicroPython. What is MicroPython?Continue reading “Getting Started with MicroPython on ESP32 and ESP8266”
Flash/Upload MicroPython Firmware to ESP32 and ESP8266
This posts shows how to flash MicroPython firmware to ESP32/ESP8266 boards using the uPyCraft IDE software. It works on Windows, Linux, and Mac OS X. Before continuing with this tutorial, make sure you follow one of these guides to install uPyCraft IDE on your computer: Windows PC – Install uPyCraft IDE Mac OS X –Continue reading “Flash/Upload MicroPython Firmware to ESP32 and ESP8266”
Install uPyCraft IDE – Linux Ubuntu Instructions
There are different firmwares that you can use to program the ESP32 and ESP8266 boards. If you want to program the ESP32 or ESP8266 board using the MicroPython firmware, we recommend using uPyCraft IDE. uPyCraft IDE runs in any major operating system. In this tutorial we’ll show you how to install the uPyCraft IDE forContinue reading “Install uPyCraft IDE – Linux Ubuntu Instructions”
Install uPyCraft IDE – Mac OS X Instructions
There are different firmwares that you can use to program the ESP32 and ESP8266 boards. If you want to program the ESP32 or ESP8266 board using the MicroPython firmware, we recommend using uPyCraft IDE. uPyCraft IDE runs in any major operating system. In this tutorial we’ll show you how to install the uPyCraft IDE forContinue reading “Install uPyCraft IDE – Mac OS X Instructions”
Install uPyCraft IDE – Windows PC Instructions
There are different firmwares that you can use to program the ESP32 and ESP8266 boards. If you want to program the ESP32 or ESP8266 board using the MicroPython firmware, we recommend using uPyCraft IDE. uPyCraft IDE runs in any major operating system. In this tutorial we’ll show you how to install the uPyCraft IDE forContinue reading “Install uPyCraft IDE – Windows PC Instructions”
ESP8266 Interrupts and Timers using Arduino IDE (NodeMCU)
In this guide, you’ll learn how to use interrupts and timers with the ESP8266 NodeMCU using Arduino IDE. Interrupts allow you to detect changes in the GPIO state without the need to constantly check its current value. With interrupts, when a change is detected, an event is triggered (a function is called). As an example,Continue reading “ESP8266 Interrupts and Timers using Arduino IDE (NodeMCU)”
