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.

List MicroPython repositories

micropython-fourier

75
Stars
11
Forks
Watchers

Fast Fourier transform in MicroPython's inline ARM assembler.

micropython-micropower

44
Stars
3
Forks
Watchers

Support for building ultra low power systems based on the Pyboard (1.x and D series).

micropython-radio

52
Stars
11
Forks
Watchers

Simple way to use an nRF24L01 radio to exchange arbitrary Python objects between two Pyboards

micropython-samples

425
Stars
90
Forks
Watchers

Assorted code ideas, unofficial MP FAQ, plus index to my other repositories.

micropython-tft-gui

85
Stars
12
Forks
Watchers

Simple GUI for Pyboard and TFT touch panel displays

uble

82
Stars
7
Forks
Watchers

Lightweight Bluetooth Low Energy driver written in pure python for micropython

ucryptoauthlib

38
Stars
8
Forks
Watchers

Lightweight driver for Microchip's Crypto Authentication secure elements written in pure python for micropython

micropython-st7735

24
Stars
19
Forks
Watchers

MicroPython driver and HAL example for Sitronix ST7735 TFT displays.

python-mocket

274
Stars
41
Forks
Watchers

a socket mock framework - for all kinds of socket animals, web-clients included

PikaPython

1.4k
Stars
125
Forks
Watchers

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...