Skip to content

AppStore

The MicroPythonOS App Store allows users to download and install new apps to extend system functionality.

App discovery is currently done by downloading the app list from apps.micropythonos.com.

Example Apps

  • Hello World: A sample app demonstrating basic functionality.
  • Camera: Captures images and scans QR codes.
  • Image Viewer: Displays images stored in /data/images/.
  • IMU: Visualize data from the Intertial Measurement Unit, also known as the accellerometer.

Screenshots

Camera App Store
Camera App in App Store
Hello World Install
Hello World Installation
Camera QR Code
Camera QR Code Scanner

Developing Apps

Apps are written in MicroPython and installed in /apps/. See Filesystem Layout for the app directory structure.