sureglymop 15 hours ago

That's really neat! And I fully get what this is for, it would actually be handy for me. Instead of having to open the SBB app I could hang this on my wall and then see when the buses I always take at the station closest to me leave.

Does it support ships, cable cars and trains that leave the country as well?

A neat additional feature could be an NFC tag next to the entries that I could tap my phone on in order to trigger a ticket purchase.

  • sschueller 15 hours ago

    It supports all public transportation methods. As of end of this year all public transit in Switzerland also need to provide real-time data all of which is available for free at https://opentransportdata.swiss

    I had a little widget that simulated the display on the "old" website. I will need to create a new one.

throwaway81523 a day ago

Seems like it could be done as a phone app? Anyway, departure times are only part of the problem. I often want to know the arrival time of a train that has already departed, because I have to pick up a passenger who is aboard an incoming train. Or in the case of buses (nextbus.com in the US), I'm already on board bus #123 and I want to know its current location as a position on the bus route, so I can estimate how long til I reach my desired stop. This is for cases when the bus is going through an unfamiliar part of a city. The data is already on the servers, so it's annoying that the apps don't use it.

  • theamk 21 hours ago

    "Seems those scissors could be a knife instead? And anyway, cutting paper is only part of the problem, sometimes I want to cut steak as well. Or sometimes I want to carve something from wooden blank"

    No, this could not be done as a phone app. This is a narrow-scope product with specific goal: let someone know when to depart without having to stare at the phone continuously.

    • throwaway81523 17 hours ago

      Nothing stops you from running the app nonstop and mounting the phone on the wall. In Android, this is called Kiosk mode. It prevents any other apps from running on the phone.

rekenaut a day ago

This is very cool! I love the idea of having a device dedicated to local transit as opposed to having another thing pulling me to my phone. I wish there was something similar for American cities.

  • gbhdrew a day ago

    Maybe a Tidbyt? Looks like it works for a few US cities' transit systems. https://tidbyt.com/

    I haven't used this personally, though, so can't really vouch for it yet

  • sschueller a day ago

    Thanks. We are spoiled here in Switzerland with all the public transit data being open and available to anyone.

    I may expand to more regions but at this time the device is only CE certified and for the US I would need to get FCC.

v9v a day ago

If this is only for Switzerland, why the English website?

  • sschueller a day ago

    Since Switzerland has 4 national languages and I don't speak French or Italian very well I decided to use English as the alternate language for now. Although not one of the four national languages, many do read and speak it.

busymom0 a day ago

This looks nice. Can you explain what the purpose of the app is though?

Also, "Indoor use only" is a very big limitation.

  • sschueller a day ago

    The App is for configuration only. Setting up the wifi and picking which station to display as well as other options. It was the easiest for the end customer but for me a huge pain...

    This version is intended for offices and indoor spaces. Outdoor would require a lot of other things which I may work on in the future.

    • theamk 21 hours ago

      I am curious - when I do my ESP32 projects, I often set up "start up Wifi AP when not configured that shows config page". This allows easy configuration via phone, and does not require any custom app development. The only downside is the requirement for the physical "setup" button (in case of bad wifi or something), but I don't think this would be a problem for your device?

      Any reason to prefer bluetooth over local web server?