Skip to content

An e-ink display showing the current bus departures

Notifications You must be signed in to change notification settings

leozulfiu/bus-dashboard

Repository files navigation

Bus Dashboard

A dashboard showing the latest bus departures from configured stations in switzerland.

Hardware

APIs

  • fahrplan.search.ch: This API is where most of the departure data is fetched. Because a response is quite big the ESP8266 can't handle that size and I created an API gateway in-between which strips off most the data and returns only the departures: Example
  • worldtimeapi.org: I could have used the NT protocol but didn't want to handle localization and especially correcting the shown time with regards summer and winter time (DST)

Todo

  • Show when the bus actually arrives ("Arrives in x minutes...")
  • Max retries of wlan connection attempts
  • Show basic weather infos
  • Decide if the deep sleep mode should be used or a latching power switch circuit

License

MIT

About

An e-ink display showing the current bus departures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published