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.

    • incogtino@lemmy.zip
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      Thanks. I just got a couple of cheap chinese ESP32s and was going to start with some Arduino IDE programming, but I’ll have a look at esphome too

      • hendrik@palaver.p3x.de
        link
        fedilink
        arrow-up
        5
        ·
        1 month ago

        I can recommend PlatformIO or Arduino. Or MicroPython, CircuitPython … if you’re into that or the learning curve for C proves to be too steep. ESPhome is really great for connecting to HomeAssistant or doing some standard IoT stuff and getting results without too much coding.

        The ESP32 are really versatile and a good choice to get your fingers dirty with (in my opinion).

      • hendrik@palaver.p3x.de
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        “something”: how to draw something on the display. Sorry, I’m a bit lazy when typing on my phone.