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, ...
SIM868L.py: a pure-MicroPython driver for the SIM868 GPRS module with both HTTP(S) GET and POST support. Works out of the box on the RP2040-SIM868. Example usage of HTTP is in the example_SIM868.py ...
Send a CAN 2.0 frame Receive a CAN 2.0 frame Get data from OBD-II Set the masks and filters, there're 32 masks and filters. This MCP2515 library could be used for any MCU or platform supported by ...
Managing libraries for Arduino boards has traditionally been a time-consuming and error-prone process. Developers often had to manually search for, download, and configure libraries, which could be ...
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 ...
What exactly is Python and what is MicroPython? The major differences between both languages. Some use cases for each. As difficult as it is to imagine, the Python programming language made its ...