Skip to content

Tildagon OS Apps

Tildagon OS is the name for the firmware that runs on the badge. It is based on MicroPython, and provides some software interfaces for apps to use to interact with the badge hardware, and to provide a user interface.

App Development

You can write apps for the badge in MicroPython. You can use most MicroPython libraries, and for some functionality we provide abstractions - for example, you can access all buttons through events.input.

While developing, use the simulator to test your apps.

For more info check out Write a Tildagon OS App or follow the tutorial to Build a snake app.

Publishing your app

You can publish your apps to the app store so EMF attendees can use them. For more info see Publish your app.

What next?