Real operating systems on a tiny microcontroller.
Our recently concluded event in Europe saw the return of the Hackaday Communicator badge — a stylish handheld gadget with a QWERTY keyboard, a LoRa radio, and an ESP32. It came complete with a simple ...
It will support more MicroPython devices and more device-specific and MicroPython-specific modules eventually. We are interested in your contributions to the project. Feel free to open issues and send ...
This is a record of how I, a mere commoner, suddenly decided to try designing a keyboard from scratch. I would be honored if this could serve as a catalyst for someone, somewhere, to fall into the ...
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 ...
Originally, lv_micropython was created as an example of how to use lv_binding_micropython on a Micropython fork. Eventually it turned out that many people prefer using lv_micropython directly and only ...
Waveshare BG95-M3 Zero is a Raspberry Pi Zero-sized SBC based on Quectel BG95-M3 cellular IoT module with LTE Cat M1 (eMTC), LTE Cat NB2 (NB-IoT), and eGPRS connectivity as well as GNSS. The board ...
Whether it's speed, memory safety, portability, a micro footprint, data tools, or something else, one of these Python distros probably has it. When you choose Python for software development, you get ...
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 ...