News

Originally, lv_micropython was created as an example of how to use lv_binding_micropython on a Micropython fork. As such, we try to keep changes here as minimal as possible and we try to keep it in ...
In case you haven’t heard, about a month ago MicroPython has celebrated its 11th birthday. I was lucky that I was able to start hacking with it soon after pyboards have shipped – the fi… ...
The new Nano board comes with 8 MB PSRAM and 16 MB flash storage and can be programmed with either the Arduino or MicroPython languages. It’s not the first ESP32 board from Arduino, as the Nano RP2040 ...
Indispensable for ESP32 MicroPython Programming. The MakePython ESP32 Kit is an indispensable development kit for ESP32 MicroPython programming. Along with the MakePython ESP32 development board, the ...
# The init function takes 4 parameters # init(adr, gain, rate, mode) # The parameter adr allows to change the I2C address to the address of the physical device. # The parameter gain allows to change ...
In the world of programming, it is always exciting to discover new tools that help us improve our code and reduce our programming time. And that’s exactly what ChatGPT offers, the new chatbot ...
MicroPython, on the other hand, is a lean and efficient use of the Python 3 (aka Python) programming language that's optimized to run on microcontrollers and embedded systems. It’s been used to ...
Micropython is very similar to python 3, only it is targeted for microcontrollers. So, if you know how to program in python, you will find it easy to start with micropython. Micropython also comes ...