A searchable index for MicroPython packages that live scattered across individual GitHub repos.
Note
This is still in development, we are working on easier integration with mpremote.
The easiest way to browse and install packages is the
MicroPython Helper
extension for VS Code - search the registry by name or category and install
a package straight to a connected board with one click, no manual
mip install commands needed. This is the primary, recommended way to use
the registry.
Prefer the command line? Every package here stays hosted in its own GitHub
repo, so you can also install it the same way you'd install any
mip-compatible package directly from GitHub:
mpremote mip install github:SolderedElectronics/Soldered-MicroPython-INA219or from the device's own REPL:
import mip
mip.install("github:SolderedElectronics/Soldered-MicroPython-INA219")Before installing anything: mip install fetches and runs third-party
code on your device. Nothing in this registry is code-reviewed. There are CI only
checks that a submission is well-formed and the repo exists, not that the
code itself is safe. See the trust note in SCHEMA.md
before installing from a package you don't already know.
Want to add your own package? See CONTRIBUTING.md.
MIT.
By Soldered Electronics for the MicroPython community.
Looking for MicroPython-compatible hardware? Check out our boards and modules at soldered.com - designed and made in Europe.