I got myself an ESP32 with an integrated e-ink display. This little project shows when the next bus to the city leaves, and the current time. I get the live bus data from Skyss through the Entur integration in Home Assistant. Might have to get a few more of these to tinker with.

  • xxd@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    1 month ago

    Great work on this project!

    I’m envious that you have available data on your public transport! Where I live they’re still working on an API that has been advertised as “available soon” for multiple years :(

    I have a very similar project with a pi zero and waveshare e-paper display! I’m showing the weather, a countdown to events I’m looking forward to and a virtual pet that changes pose every so often. Here is an older picture of it:

    pi zero dashboard

  • mindlight@lemm.ee
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 month ago

    This is awesome. Didn’t know there were ESP32 with integrated e-ink screens.

    I still miss a cheap ESP32 device that can run on an18650 or two for a longer period.

    • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      A while back I made a Lolin32-based weather station that lasts for around 60 days on a single disposable vape battery.

      It wakes up every 15 mins, and while it’s connecting to WiFi it retrieves the AM2302 sensor readings. As soon as they’re transmitted it goes back to sleep.

      I wish there was a more power efficient alternative though, like whatever is being used in those BLE LYWSD03MMC sensors that last for around 3-6 months on a cr2032 whilst also having a display built in

  • Jeena@piefed.jeena.net
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 month ago

    I should look into ESPhome too, I think I could find some cool things to do with it, but for some reason I never did. Thanks for posting this, it looks cool. Are you getting the information from some API which also shows if the bus is late or is it a static time table?

    • TetchyOyvind@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 month ago

      Thanks! I get the information from the Entur integration in HA, which gets data from several of the public transport services in Norway. The information is live, and there’s even an attribute for current delay.

  • coaxil@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 month ago

    Wouldn’t happen to have a link to that board n screen combo you used would you?

  • Sparky@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I had a small school project with the intention to scientifically show that busses in Oslo were late. A script was written to pull data from entur, and analyze/graph the numbers. We ended up having a 1tb long json file containing the data so it was quite a nightmare to analyze everything 😅.

    One funny thing with entur, is that you can see the GPS locations of all scooters, busses, ferries etc so you can make a realtime map of them moving.