Skip to content

A live timetable for public transport of Luxembourg running on the SHA2017 badge written in microPython

Notifications You must be signed in to change notification settings

opeRaptor/luxPublicTransport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luxPublicTransport

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/

Make app run on boot:

import machine
machine.nvs_setstr("system", "default_app", "luxPublicTransport")
machine.reset()

Force load the dashboard when other app is set to run on boot:

  • 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

Install app from store after pushing to Hatchery:

import wifi, woezel,machine
wifi.connect()
wifi.wait()
woezel.install("luxPublicTransport")
machine.reset()

timetable

About

A live timetable for public transport of Luxembourg running on the SHA2017 badge written in microPython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages