Last time, I talked about how MicroPython is powerful and deserving of a place in your toolkit, and it made for a lively discussion. I’m glad to see that overall, MicroPython has indeed been getting ...
MicroPython is a wonderful Python interpreter that runs on many higher-end microcontrollers, from ESP8266 to STM32 to the RP2040. MicroPython lets you build devices quickly, and its latest release, ...
MicroPython SIM76xx module based on the work SIM7600 MicroPython Library from basanovase. The MicroPython library was tested and consolidated around the "SimCom A7682E Nadhat GSM MK2 - 4G / LTE - USB ...
While languages such as Ada and C++ have gained some adoption in certain circles, for the most part embedded software is still dominated by the procedural and dangerous C programming language. A few ...
Can I use standard Python libraries with MicroPython? MicroPython has a subset of the Python Standard Library implemented, so not all standard libraries are available. However, MicroPython provides ...
MicroPython is a compact implementation of the Python 3 programming language designed to work with microcontrollers. Initially announced back in 2013 as part of a Kickstarter project created by Damien ...
This repo is only for porting micropython to the GPS+GSM modules A9 and A9G. Go to the port page or visit the MicroPython project page. This is the MicroPython project, which aims to put an ...