MicroPython topic
MicroPython is an implementation of the Python 3 programming language. It includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.
micropython-fourier
Fast Fourier transform in MicroPython's inline ARM assembler.
micropython-micropower
Support for building ultra low power systems based on the Pyboard (1.x and D series).
micropython-radio
Simple way to use an nRF24L01 radio to exchange arbitrary Python objects between two Pyboards
micropython-samples
Assorted code ideas, unofficial MP FAQ, plus index to my other repositories.
micropython-tft-gui
Simple GUI for Pyboard and TFT touch panel displays
uble
Lightweight Bluetooth Low Energy driver written in pure python for micropython
ucryptoauthlib
Lightweight driver for Microchip's Crypto Authentication secure elements written in pure python for micropython
micropython-st7735
MicroPython driver and HAL example for Sitronix ST7735 TFT displays.
python-mocket
a socket mock framework - for all kinds of socket animals, web-clients included
PikaPython
An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar proje...