The objective of this post is to explain how to configure the micro:bit board to support MicroPython and create a simple "Hello World" program. Introduction The objective of this post is to explain how to configure the micro:bit board to support MicroPython and create a simple "Hello World" program. MicroPython is an implementation of the Python 3 …
ESP32 / ESP8266 MicroPython: Applying filter function to lists
The objective of this post is to explain how to use the filter function with lists in MicroPython. This tutorial was tested both on the ESP32 and on the ESP8266. The tests on the ESP32 were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to use …
Continue reading "ESP32 / ESP8266 MicroPython: Applying filter function to lists"
ESP32 MicroPython: Executing scripts with uPyCraft
The objective of this post is to explain how to execute MicroPython scripts using the uPyCraft IDE. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to execute MicroPython scripts using the uPyCraft IDE. If you haven't yet set …
Continue reading "ESP32 MicroPython: Executing scripts with uPyCraft"
ESP32 MicroPython: Getting started with the uPyCraft IDE
How to get started with uPyCraft, a MicroPython IDE that supports the ESP32.