My first project with ESPHome
My first project with ESPHome
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).
If your TTGO epaper display is not working, it can be hard to find the cause. I made this yaml file that should work. It’s a functional clock. The only requirements are a configured WiFi and downloaded fonts. Then try one of the different display models until it works. Follow the instructions in the file (lines starting with #). When you see 00:00 as time, give it a minute to refresh with the correct time. File epaperclock.yaml esphome: name: epaperclock platform: ESP32 board: esp32de...
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.
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.
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
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:
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.