A live timetable for public transport of Luxembourg running on the SHA2017 badge written in microPython
Based on the travelplanner.mobiliteit.lu JSON api
Hatchery link: https://badge.team/projects/luxpublictransport/
import machine
machine.nvs_setstr("system", "default_app", "luxPublicTransport")
machine.reset()
- Hold down START capacitive touch button located in the front of the badge
- Press and release the reset button located in the back of the badge
import wifi, woezel,machine
wifi.connect()
wifi.wait()
woezel.install("luxPublicTransport")
machine.reset()