Nieuws

In this tutorial we get to know about MicroPython, how it is different from Python and how to get started with MicroPython on ESP32/ESP8266. Also, we will see an example project of LED blinking to ...
De MakePython ESP32 Kit voor het programmeren met MicroPython op de ESP32 bevat elektronische componenten en modules en een boek met 46 projecten.
Getting started Installing MicroPython for ESP32 (firmware) Read this quiet easy and straightforward instructions. Basically you need a Python-package "esptool" and a corresponding ...
O Micropython é uma implementação Open Source que permite utilizar Python em microcontroladores. Essa é uma exelente solução para desenvolver códigos com familiaridade ao desktop para seus embarcados ...
I've been playing with several ESP32 boards over the months, and tried several firmware images. I started with a tutorial for Arduino Core on ESP32, a few ...
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 ...
I’ve been playing with a few MicroPython projects recently on several different embedded platforms, including a couple of ESP32 WiFi modules. There are various ways to program these modules: … ...