Someone suggested that I post my latest project in here. This pulls data from my home Weatherflow station. I built a web server along with it that lets someone enter in their API token (this will be a gift for someone else who has a station). If a token hasn’t been entered, the screen will tell you the url you have to go to to get it set up. You also have the option to change all of the units and change some of what shows up on the screen.
I added some nice features where if there hasn’t been any rain in the last 24 hours, the rain accumulation doesn’t appear.
Nice clean display. I currently use a Kindle Fire HD with either BTST Wx or Weather Display apps. I like the all-in-one aspect of hardware and display. However, I have a Pi that I play around with from time to time and I’m always looking for fun little projects. I mainly commented to ask if it’s on github and I see you already answered. So good job and I will be checking out your project.
The E-ink display company makes a very similar display, that also has red. Have you considered code to support a second color? Maybe use red for accents, or extreme values? Great project!
I see the displays are 5-second refresh and don’t support partial refresh. It would be very interesting to see your display refresh in a video so we’d know what it would look like.
Pretty amazing how expensive these things are once you get above 7" or if you want to get partial or quicker refresh rates.
Here’s a link to a video (seems I can’t upload a video directly)
It’s not bad, but not great either. Waveshare recommends refreshing every 3 minutes to prevent burn-in. I’m currently doing it every 5 minutes. I’m considering upping it to 8-10 to see if it makes a difference.
It’s certainly possible. This code specifically writes to the e-ink screen, but I do have something written in the code to display an image instead of writing to the e-ink screen. I’m not sure it it would look as nicely
i absolutely love this project, but need some help figuring out the steps. i’m 53 and know enough to be dangerous. I have a few pi4’s running, one runs weewx, another my 3d printer, and i have a zero i use as a wireless usb drive, so i’m good at following directions. i have a wireless zero and the e-ink display and hat… any way there’s a way to get a walkthrough of sorts to build this ? i’d be forever grateful…
i’ll start - what OS do i need to load onto the pi zro ? and do i need to run a seperate server ?