Bustracker

From /dev/hack
Revision as of 23:08, 8 October 2024 by Maia (talk | contribs)

bustracker is a framed e-ink display that shows upcoming transit departures from surrounding bus stops. It is powered by an Raspberry Pi hidden behind the frame. Right now, it's located on the desk in the Hub.

Bustracker showing nearby stops and their upcoming buses!

To request a missing stop or route to be added, make a pull request with the right modifications (bustracker/data.py) or ask its maintainers Cleeb and Maia.


Technical

Under the hood, bustracker is powered by the Puget Sound OneBusAway API. It then renders a black-and-white image using Python's PIL library and sends it to the e-ink screen via the Raspberry Pi's GPIO pins.

The Raspberry Pi connects to the wlan0 WiFi and should be reachable as bustracker2.core.devhack.net.

Contributions welcome! The code is located on git (https://git.devhack.net/devhack/bustracker).