Slashdot Mirror


Build Your Own LCD Bus Schedule

MikeLRoy writes "An engineering student in Winnipeg, tired of missing his bus to school (and waiting in the cold) created an LCD bus stop. It displays the next bus times for several stops and routes, all from the heated comfort of his kitchen. And yes, there are pics and code on the site."

3 of 402 comments (clear)

  1. Interesting idea by mikeage · · Score: 4, Interesting

    I have to say... this is one of the more clever "Remote Screen" hacks I've seen. Unlike digitized foosball tables or automatic drink mixing machine, it doesn't require any large investments in hardware, just a simple text LCD. And it actually looks kinda useful. Unfortunetly, NJTransit only makes schedules available in PDF, but... it's a cute idea.

    On another note, my school (Rutgers) has a site called www.whereismybus.com (appears to be down at the moment), which uses a java applet to track buses in real-time. Only problem-- none of the bus terminals are within range of access points, and it takes a year to load (major java-bloat, methinks), but an interesting idea nonetheless.

    --
    -- Is "Sig" copyrighted by www.sig.com?
  2. how it works in London by fiddlesticks · · Score: 5, Interesting
    Less homebrewed than this cool hack, London Transport (LRT) has been operating a system of displaying (estimated) wait times for certian routes for a good few years

    Some observations:
    1. When I lived above a London bus stop, I could lean out the window and see when the next bus was due :)
    2. This was great, but *useless* if it relied on scheduled times
    3. LRT soon installed receiver/ transmitters into its buses, reporting a far more accurate ETA, as they could report bad delays in real(ish) time
    4. sometimes I noticed humans on the end of the LCDs - eg once it reported 'awful traffic...no idea of arrival' :)


    5. Plans are afoot for the following: audio repeater, large Countdown signs at bus stations, hand-held Countdown terminals for operations staff and a central real-time travel information desk

      Loads of info

      Nice image - Nice image

      blurb
  3. A nice toy with little utility ... by lushman · · Score: 4, Interesting

    At the end of the day, it is a real waste of time for the computer to be looking up timetables which is really where your problem originates - missing the bus is not just about being at the stop at the scheduled time. In my experience, buses can be anywhere from 5-10 minutes early or late, with little way of predicting either way.

    What would be useful is real-time tracking of buses and their respective positions ... simply by using existing wireless data networks. Here in Sydney, Australia, all major bus routes have almost perfect access to three GSM/GPRS networks, with Vodafone at least offering a locating system on top ....

    Now if you could access all this information via WAP/GPRS on your cell phone, you would have an inexpensive and accurate way to know whether there actually is time for another beer without missing the bus. It could also mean that you would waste less time sitting around at a bus stop with your fingers crossed.

    I'm sorry if this is a bit off-topic but maybe we shouldn't cry revolution every time someone homebrews an LCD with Linux to display something.