News

MicroPython is a subset of Python 3 optimized to run on microcontrollers. It provides an interactive prompt (REPL) and a simple way to run Python code on microcontrollers. In this tutorial, we'll be ...
The Arduino Nano ESP32 supports both MicroPython and Arduino programming languages, and the company provides a MicroPython 101 course using the Arduino Lab for MicroPython. The board also easily ...
If you're already familiar with Python, you'll find programming in MicroPython straightforward. Using MicroPython to program the ESP32 board is an excellent way to take full advantage of its ...
Program for ESP32 Blink LED with MicroPython. Blink is regarded as the hardware hello world, and the idea is basically to turn an LED “on” and “‘off” with a time delay in between, thus, it’s not ...
In contrast to the Arduino ecosystem, MicroPython can work with a range of integrated development environments, or IDEs. Currently, the two most widely-used environments are µPyCraft and Thonny. Also, ...
In this video we review the Elektor ESP32 Smart Kit Bundle consisting of the Elektor book "The Complete ESP32 Projects Guide" and the "ESP32 Smart Kit" component box. We learn how to set up the ...
In theory, using MicroPython on the ESP32 is easy — just flash an image and connect using a serial port. But that leaves a lot of things you still have to do. You need to move files between … ...
But if you’re running Arduino on the ESP32 and you’re not explicitly running the RTOS tasks yourself, or running MicroPython and not using threads, you’re probably running a single core on ...