Departure Board on Led Matrix Display
Recently I saw a cool project someone shared on the ESPHome Discord server that inspired me and I’ve decided that I’ll attempted to replicate it and build something similar. It was a LED matrix display based departure board connected to an Arduino that was displaying publicly available information about upcoming departures of the nearest public transport stop. Since I live in Prague where we happen to have a publicly available data where you can fetch live information about location of trams/buses/metro and their delays I thought it should be pretty much doable. The public transport APIs are available at Golemio API, you must register to get your API Key and then you’re good to go. The default rate-limit policies are pretty generous and completely sufficient for this home project. ...