This has been on my TODO list for a while and your detailed video has pushed me over the edge. Ordering stuff right now. Thanks for the information!
@theghostintheruins3 ай бұрын
How did it turn out?
@hunordori10 ай бұрын
Thank you, I grabbed your refresh button. I have the same display in my office to show if I am on a meeting or off, WFH, etc. The refresh is pretty annoying, but works.
@TechDregs10 ай бұрын
Yeah, if you don't need the clock, I would slow the refresh interval down. No need refreshing faster than any data component will actually change.
@TheCreat8 ай бұрын
Since the whole thing is relatively hefty already with a 7.5" display, I would just add a 18650 as a semi-permanent power source. It can probably run that thing for a year or something, possibly longer if power management is setup correctly on the ESP32. While probably not necessary, but the weight of the cell would also make it harder to knock over (assuming battery is placed sensibly at the bottom).
@SchmodinАй бұрын
As it's an e-ink display (bi-stable) and only draws noticable power whenever updating, one could even extend the battery by incorporating longer intervals between API-call updates and the screen update that follows..
@GmplololАй бұрын
@@Schmodin It's got a clock on it though, wouldn't be a very good clock if it didn't update at least once a minute
@SchmodinАй бұрын
@Gmplolol Haha, good point.
@lawrencemanning10 ай бұрын
The screen I made for my hallway only updates every hour, and the board sleeps when not doing anything, giving a battery life off a little Lipo of about 3 months. It therefore doesn’t need USB power normally. I think these screens are much better with infrequent refreshes, which lends itself to the ESP going to sleep. The downside is the info can’t update more then once an hour, but that’s adequate for weather forecasts, temperatures around the house, and calendar summaries, which is what I use mine for. Lots of different approaches.
@TechDregs10 ай бұрын
Yeah, if a person just wants sensor statuses and weather forecasts, I would say that would be the way to go. The big driver of me updating once a minute is the clock... otherwise I would cut it back to once every 15 minutes or so.
@lawrencemanning10 ай бұрын
@@TechDregs I was never happy with the refresh and I have a few clocks. Plus I really didn’t want to go routing cables in walls. I love your case and size of your screen. I should look at re-housing and enlarging my screen, but too many other projects!
@Frisky056310 ай бұрын
Pretty cool display
@xani66610 ай бұрын
The updates do look pretty distracting, I wonder if there is a way to only update the area that changed rather than flashing whole screen every minute?
@TechDregs10 ай бұрын
Some of the Waveshare epaper panels do support partial screen refresh, but not the 7.5". See the selection guide at the bottom of this page: www.waveshare.com/7.5inch-e-paper-hat.htm
@jerrymk684610 ай бұрын
you technically can, even if the display doesn’t support it, by keeping a copy of the display memory on the microcontroller, and swap out the LUT settings mid update and do two updates but no, it won’t be supported natively, and I don’t see many people doing such thing. I did have success displaying 16 shades of grey and partial updates on an epaper display that doesn’t support it
@TechDregs10 ай бұрын
Interesting. I'm not sure how that would interact with the ESPHome component, but possibly it could me handled in a lambda.
@notmyname906210 ай бұрын
I tried a weather station with ePaper also like 2 years ago with an Waveshare 2,7". And yes, the display updates were really anoying even on just a 2,7" display. Whenever it updated you noticed the blinking which is really distracting. And imho it should update quite often. For environmental values i'd do at least every 5 minutes. And if it shows a clock (not showing seconds), every 1 minute. I managed to do partial updates even though this display doesn't support it officially. There are some driver modifications out there that allow to do it. So it's basically NEVER an hardware issue, it's just about the driver. As how ePaper works, just doing simple updates leaves shadows behind and there will be point reached where you have to do a full update to refresh the display. However with knowing the previous values you can do an "inverse" update clearing out the previous values and then do another update to show new values. This totally reduces the flickering to what is actually really updated and minimizes left behind shadows and works pretty well with full updates only be done every 6 hours or so. Of course depending on what you display and how often you update it anyway. * used a Pi Zero, so not actually the micro controller libs being used.
@nicholasthon973Ай бұрын
Perhaps it shouldn’t show the time by the minute, but rather update for other items.
@zaca8310 ай бұрын
I would definitely buy something like this. It would be great to choose skins like Google Calendar, To do lists, upcoming meetings...
@LadsasАй бұрын
I’d recommend doing thorough research before buying an e-paper display for a project like this. I recently got a Waveshare 7.5-inch e-paper display for a similar Google Calendar project, and it’s been a frustrating experience. Despite days of effort, I couldn’t get it to display anything-whether using a Raspberry Pi, ESP32, or integrating with Home Assistant. E-paper displays can be tricky to work with, so make sure to check compatibility, tutorials, and community support before diving in.
@pjohnson2121110 ай бұрын
very nice! I was also inspired by that project. But I applied a Pi Zero W to my project instead of an esp32. My variation allowed me to pull data from NOAA APIs. They are great....you can even get tide and water temp data if you are on a coastline!
@TechDregs10 ай бұрын
That is pretty cool! I checked and it's possible to get tide data from an existing integration (via configuration.yaml) but it's not comprehensive. Just in case anyone wants this for an ESPHome device, looks like it pulls just the next days high/low tide times and heights. None of the other data. www.home-assistant.io/integrations/noaa_tides/
@pjohnson2121110 ай бұрын
oh wow...... and of course it does. And that should work as well as my direct call to the API and parsing the results. @@TechDregs
@TechDregs10 ай бұрын
I'm always shocked at what the HA community already has. It's one of the most impressive open source projects out there. ESPHome too... I've looked up some random oddball sensors and ICs and of course someone already has a component built for them.
@automated62259 ай бұрын
Nice work & project 👍
@HATipsByLarry10 ай бұрын
Great Video. Have you thought about female thread knurled Brass inserts for the 3d printed holes? They work great. I have a link for them but i know you tube doesn't like links.
@TechDregs10 ай бұрын
Yeah, I think I may have some somewhere actually. I should see if I can find them. They aren't quite as secure as using a nut, but for a lot of this stuff they are more than strong enough.
@jaymzx010 ай бұрын
Hi, fun project. I just wanted to mention if anyone is using the Waveshare 'Universal e-paper driver board' ESP32 board with the screen interface built in, the pin assignments are the following: Display power = GPIO4 SPI CLK = GPIO13 SPI MOSI = GPIO14 Screen: CS = GPIO15 DC = GPIO27 Busy = GPIO25 Reset = GPIO26 The display power pin had me scratching my head since I didn't see it anywhere in the Waveshare docs, but I found it on the schematic for the dev board. Once that was fixed the screen sprang to life. Also, if the switch isn't set correctly, the screen will refresh and then go blank/fade. Be sure to flip the switch on the board to 'A' if you're using the 7.5" v2 display.
@vitsu_9 ай бұрын
Thank you for this!! I just got that board and display in the mail and was watching this video to start figuring out how to set it all up
@DJFrancisco4 ай бұрын
I am using a 2.7inc ePaper hat, mine has DIN vs MOSI Im guessing this would not work?
@pcbwayluz10 ай бұрын
Very nicely done, and good delivery. Wondering if any custom PCBs would be needed from us? Hope to reach out soon:D
@YoutubeBorkedMyOldHandle_why7 ай бұрын
Cool project. I agree, e-ink displays are interesting. I've been curious about them for years. Notably they: use very little power, retain the image after disconnecting power, and they can be easily viewed outside. Nice, although on the down side they are slow and lack colour. But as you say, they are expensive (even from China.) I recently bought a tiny credit card sized display on sale from China, and even that was $10. Unless I'm sadly mistaken, the reasons they are so expensive are: greedy manufacturers and a lack of competition. So, I'll be waiting for patents to expire, other companies to start making them, and prices to drop substantially, before doing any e-ink projects.
@2DarkDreams7 ай бұрын
I was thinking the same. Alltho normal tft screens are a lot cheaper, it stll baffles me esp screens that have capacitive touch in phone-size cost upwards to a hundred dollars. Its weird to me you can buy a whole phone for tens of bucks that contain the screen, but we can't similair screens for our esp32 for the same price...
@wasyl0010 ай бұрын
In the process of building something similar. Esphoime is such a great tool. Shame there isn't any any graphical design tool to help with making layout other than flash and check, rinse and repeat.
@TechDregs10 ай бұрын
Check out the ESPHome discord. I think there's actually someone working on a web based esphome display emulator.
@ericborchardt523810 ай бұрын
Can you have the esp32 send an API request to home assistant to automatically refresh the display when it's powered up?
@TechDregs10 ай бұрын
Go check out Madelena's version. She has all the sensors set to flip a flag when they are updated, then waits a bit and refreshes the screen 5 seconds later. That gives the values enough time to update. I didn't do that because I have mine updating every minute, and I didn't feel like that's too long to wait since it's only an issue on boot. community.home-assistant.io/t/use-esphome-with-e-ink-displays-to-blend-in-with-your-home-decor/435428
@cheyannei598310 ай бұрын
I've been wanting to make a weather station/display for years now. This will be perfect! What would I need to learn to setup Home Assistant to pull the presence or text of notices from the National weather Service, ie Hazardous Weather Outlooks or Tornado Warnings?
@TechDregs10 ай бұрын
I'm not familiar with how any NWS integration works, however, presuming that integration produces some sort of entities with the alert text (and perhaps another which produces an alert indicator), you could pull that into ESPHome with the same sort of text sensors I used for the weather stuff. I'm not sure if you'd need the template sensors for that, as weather forecasts are a pretty specific setup. But, presuming those alerts were just text, you could display that directly in a section of the screen. You could also potentially code it to trigger an alert icon if the text isn't a _null_ or something, ie if any alert comes through other than an "all clear", then an icon get's displayed. Again, not knowing the exact integration, it's hard to get too specific, but I think something along those lines would work.
@demodemo599110 ай бұрын
Do not do this on an epaper device. It is a silent device without sound. Additionally, it does not emit flashes. If there were a tornado warning displayed on an epaper device, when would you notice it?
@TechDregs10 ай бұрын
You could easily add LEDs, piezos, or speakers if you wanted the device to have audio/visual warnings. I am pretty sure I could have Home Assistant broadcast warnings through my home A/V system without much effort.
@demodemo599110 ай бұрын
@@TechDregs Yes, you can use your home assistant to send alerts through any other audiovisual device. Returning to the original discussion, what is the significance of using an e-paper-based device for notifications such as tornado alerts? These urgent and real-time notifications are typically sent to smartphones. Using an e-paper-based device? You could add LED lights, speakers, and various other components yourself, so wouldn't it be better to just use a tablet directly?
@TechDregs10 ай бұрын
I'm not saying someone should. This person wants to, and it's not hard to do. If they use LEDs and piezo alarms, it being an E-paper display won't have any impact. The display refresh is totally independent, and alarms could be set off pretty much instantly if the weather condition returns a hazard. Further, you could force the display to refresh as part of the alarm, so again, it being E-paper won't have any impact. Sorry, I should add, a tablet would also be a viable way to do all kinds of things if a person wanted. I figure E-paper would just be more of an aesthetic choice.
@rolasiohfbjydbj584810 ай бұрын
Good to hear from you😮 i2c home wtf...
@dacian.vladimirescuКүн бұрын
We need a kit ready for HA , but with zigbee/zha or z-wave
@simonsayshomeassistant10 ай бұрын
Great video mate! I must try this
@toolsaddiction4 ай бұрын
Thanks tons of great info in here.
@k5map5 ай бұрын
Great video and solution... I am planning to use one of my Adafruit ESP32 (v1) boards as well but not connected to HA via ESPHome. Can you advise which pins you connected the display to on your ESP32?
@TechDregs5 ай бұрын
If you look in the description, there's a link to the YAML file. The pins I use are detailed in there for the various components.
@MauroTamm10 ай бұрын
What if you swapped the colours, so the refresh is less noticeable? White text on black.
@slanew3 ай бұрын
And then possibly more visible in the dark? Nice idea
@jayhunter921615 күн бұрын
how is this done?
@slanew3 ай бұрын
Absolute newbie here. How would you go about connecting this to a small solar panel connected to rechargable battery? I don't know anything about the power loads, but it'd be marvelous to be able to just attach it to a window with the panel on the back facing outwards and never need to re-power it - or at the very least, top it up as infrequently as possible.
@TechDregs3 ай бұрын
Easy. Just use an ESP32 board with built in LIPO management. Connect the battery and then get a USB solar panel. You can see how I did that with my outdoor weather station project: kzbin.info/www/bejne/j6XXkqicbpl0ZpY
@eIektrinis10 ай бұрын
what's power consumption of this? Would love a battery powered one. Edit: I've found ESP32 can go down to 2.5uA in hibernation mode. So it all depends on straight hands of the programmer. Have you looked into ways of using those low power modes?
@TechDregs10 ай бұрын
I don't think you will get an ESP32 board down that low. The best one I've found has like 30uA in deep sleep, but I've seen some that were in the mA range of deep sleep current. You have to factor in the voltage regulator and battery management chip draw on top of the ESP32 module itself, and some ES32 boards use pretty inefficient LDOs. That said, the e-paper displays are very well suited to battery power, as they don't require power to maintain the display. I didn't measure it directly, but the spec sheet for my 7.5" panel says it draws ~10mA at 3.3v while it's updating. That only takes a few seconds. Then you can unpower it, and the image will just stay that way for probably as long as you want. I would probably power the panel via a GPIO pin, and turn that off when I put the ESP32 into deep sleep. That would eliminate all power draw from the display panel while the system sleeps. So, very suited to battery. As a matter of fact, there are versions of these from Waveshare that don't use power at all. They have an NFC antenna inside, and you "power" them when you want to update them with your phone via NFC. They can be used for shelf labels and things without having to worry about batteries or anything.
@pstevenson10 ай бұрын
check out openepaperlink - uses battery powered grocery store shelf label epaper tags.
@notmyname906210 ай бұрын
With ESP8266 waking up every 5 minutes reading a sensor and sending the value via Wifi to a host, i managed to let it run for ~6 weeks with an 2500mAh li-ion battery. ESP32 i read will use a little more power and with the display updates it will run more often and for longer times, as the display update takes a few seconds as seen in the video and of course the display will need some power for the update itself too. So basically i guess you might achieve few weeks of runtime but of course you can always increase battery capacity. 2500mAh isn't that much either. Without hardware modifications. Might be further improved if you switch to more efficient LDOs as mentioned. Edit: ESP8266 programmed manually. Don't know if the ESPHome stuff causes overhead.
@Madthrax232 ай бұрын
@@TechDregs Do you know if it exists some very-low consumption technics to activate any component with a given duty cycle? (eg. a 555 circuit allowing a mosfet to power any stuff for 10s and sleeping 100s.. or i dont know. ) With so many low power usecases I don't understand why it doesn't exists some easy solutions to wakeup anything. EDIT: I found what I meant : the TI TPL5111 !
@LadsasАй бұрын
I recently bought a Raspberry Pi Zero 2 W and a Waveshare 7.5-inch e-paper display, excited to start a cool Google Calendar project. However, after three days and nights of trying, I still haven’t managed to get even a single pixel to light up on this e-paper screen. I’ve tried everything-ESP32, Home Assistant, and Raspberry Pi-but nothing has worked. I’m giving up. Why does it have to be so complicated?
@buuenkejanssuh523614 күн бұрын
YES, this is a very good idea! I was thinking the same...Combine Google Calendars from home assistant and display on a bigger e-paper display.
@joeventura14 ай бұрын
I think Lowes or Home Depot use these type displays for pricing in their appliance areas
@TechDregs4 ай бұрын
Yeah, e-ink price tags have been around for a while. They are so low power that they don't need a battery because the display stays until it's changed. They get powered wirelessly by the scanner when they update the prices.
@joeventura14 ай бұрын
@@TechDregs I hope I don't accidently drop one in my wagon next time I visit
@cardriverfreerider978310 ай бұрын
What brand of the e-ink screen is?
@TechDregs10 ай бұрын
Waveshare.
@cardriverfreerider978310 ай бұрын
@@TechDregs thanks
@utubepunk7 ай бұрын
Thinking of making a Pi-Zero word processor with this e-ink screen. Do you think it can refresh fast enough for typing? 🤔
@TechDregs7 ай бұрын
No, they do make faster refreshing e-paper screens, but these are pretty slow.
@cmaxmedia2 ай бұрын
Is the enclosure also available for raspberry pi zero?
@TechDregs2 ай бұрын
It's just a one off design for this specific project.
@cmaxmedia2 ай бұрын
@@TechDregs Ok, thank you - nice job - like it!
@Alice80005 ай бұрын
I noticed an error 3:55 you said it's at 5 degrees but its showing 64 degrees. Maybe you should calibrate it better?
@johnwalker89528 ай бұрын
What is the point in showing air pressure to 4 significant figures?
@TechDregs8 ай бұрын
When measuring barometric pressure, typical value changes are very small. Average daily fluctuations in my area are around 0.25inHg per day, and over the past week the daily average range of values was only 0.10inHg.
@xilefx2 ай бұрын
can you connect multiple e papers to one esp? or would you need an the controller and ESP for each e paper?
@TechDregs2 ай бұрын
You could probably connect multiple displays to one ESP32, but they would all need to be wired together.
@xilefx2 ай бұрын
@@TechDregs thanks, but then they would show the same thing right? or can you code to call a specific panel?
@TechDregs2 ай бұрын
No, you could set up multiple individual displays.
@ajwelker10 ай бұрын
Is there any chance you can convert the step file to the 3 stl files needed to slice in cura?
@TechDregs10 ай бұрын
I think there are web utilities you can use for that.
@jeekakrishna10 ай бұрын
amazing
@Jon-od2zw6 ай бұрын
can the software part be done using python?
@TechDregs6 ай бұрын
I don't think you can run python on an ESP32 (there is micropython, I guess), but for this project and integration, no programming is necessary apart from putting together the YAML. Trying to write your own software would be way more complicated.
@Jon-od2zw6 ай бұрын
@@TechDregs Sry I know nothing about YAML. I'm guessing it pulls data from internally stored database? Is it possible to pull data via API linkage?
@TechDregs6 ай бұрын
This is an ESPHome project, which uses the ESPHome addon for Home Assistant to generate firmware based on user specified YAML instructions. All the YAML does is tell the system what you want the device to do. ESPHome then builds firmware for you based on the YAML. ESPHome includes all relevant libraries and builds all the code behind the scenes, which is then uploaded to the device. Again, the YAML is just a markup language to instruct ESPHome what you want the firmware to do; it handles all the actual coding. All the data is transmitted via built in Home Assistant components that the device talks to. I'm sure a dashboard could be built from the ground up with C++ and self built firmware, but that is a whole different ball of wax.
@DaantjeEeltink2 ай бұрын
Can't it just run on a 3 volt button battery?
@TechDregs2 ай бұрын
I think that's right on the line with the ESP32 spec, and I'm not sure about the display. Both specify 3.3v, and coin cells usually provide like 2.9v actual. However, I think the power should be sufficient, so if you used a boost regulator to get it up to 3.3v I think it would be fine.
@cyberfly845210 ай бұрын
too bad the screen refresh is a bit “crappy” but otherwise very good!
@SP-ny1fk10 ай бұрын
The whole screen refresh every minute might get annoying though
@Alice80005 ай бұрын
you sound like ur about to cry bro. everything ok at ESPHome?
@cig_in_mouth378610 ай бұрын
It's is looking good tbf whatif I hacked my Kindle and run Linux and then code reason building whole stuff is pain (mainly sourcing part) having spare Kindle
@TechDregs10 ай бұрын
That sounds like a whole different ball of wax there.
@etmax110 ай бұрын
I think the people that did ESP home did a great job, but surely they can follow standard design protocols and do a refresh of everything on power up, it's not rocket science.
@TechDregs10 ай бұрын
I think you could probably do it with something in the boot sequence. Deprioritize the screen startup or something. Or some people use scripts that update after sensors receive new values.
@mixedup585810 ай бұрын
just anything except clock or PC monitoring lol
@larrybud10 ай бұрын
Not sure why you'd want an e-paper screen for this. Can't read it in dim/darkness, can't color code your temperatures/graph, etc and the fact that you're running it on usb means power isn't an issue. Seems like the wrong tech for a project like this. You can also get a 7" lcd for about 40 bucks.
@ParodieHecker-mobile10 ай бұрын
E paper screens are just a cool piece of tech. Also the power consumption is basically 0 while not changing the image, so pretty good for battery powered devices. I like them
@thewebmachine10 ай бұрын
What!? You are clearly uninformed about e-paper/e-ink. I have several E-ink projects around my house. All battery powered and last for months on a charge. Several have frontlights for seeing them in the dark. One of them is a color display. Most of them even have capacitive touch layers! E-ink is simply spectacular and getting better with each generation.
@larrybud10 ай бұрын
@@thewebmachine What part of my message contradicts ANYTHING which you said? Eink "color" is a max of 2 color. The Waveshare red/black eink is $185 without touch, far more than any lcd. Then you need your "front light" to see anything, which means you either have it on at all times, or require a sensor or button to turn the light on. So seeing it across the room is out of the question in dim light. Yes, they are low power consumption, but this guy has his device plugged into usb all the time, so power consumption is irrelevant.
@thewebmachine10 ай бұрын
@larrybud For starters, e-ink is also available in 4-color (CMYK), which can create an entire spectrum just like a tri-color LCD or the subpixels of an OLED. The world of e-ink doesn't begin and end at Waveshare...nothing does, thankfully. 🙄 I mentioned nothing about price but, since you bring it up, reclaimed e-ink displays from recycled readers are actually rather cheap, many on par with LCDs. I'd never buy a "hobbyist" display at the prices Waveshare charges. You can get far better quality components, including LCDs, for cheaper elsewhere. (Yes, I'm dunking on Waveshare again; their prices and selection in some categories are just horrible.) A 7" LCD is hardly readable from "across the room" unless you're Superman, at which point you could probably see e-ink in the dark, too. Just because it is lit doesn't mean it is legible at a distance. E-ink's lower DPI is actually markedly easier to read at a distance; in the light, of course. The only reason he has his device plugged in the whole time is because he didn't add a LiPo circuit and battery...a trivial addition that has no bearing on the concept he was illustrating (ESPHome and displays). Even if you crammed a 40Wh battery in the back of it, an LCD wouldn't run a full day on it. I don't know about you, but I'm tired of every outlet in the house being consumed by a bunch of otherwise low-power devices. We're all burning twice the power in transformer heat losses than we're using to actually power half the things we're forced to plug in. E-ink is a massive power saver in any project you can fit it into. It certainly *can be* a "right tech" for this type of project, he just didn't illustrate the benefits (OR downsides) adequately. Again, that doesn't appear to have been his goal (extolling the virtues of e-ink), instead focusing on the ease and versatility of ESPHome. Besides, if you're going to spring for an LCD because 'reasons,' then screw the drawbacks of LCD tech - bad viewing angles, annoying backlight bleed, unnecessary power consumption, etc - all together and get an OLED panel. 🤷🏻♂️ (Yes, that was intentionally trolling. 🤣) Since I don't live in a dark cave, I find e-ink to be quite pleasant to look at versus the endless glare from a traditional screen...I have to look at enough of those all day, as it is. In all seriousness, there's a lot to be said for aesthetic preference. My point was/is: If you're going to dunk on a technology for its pitfalls, you might want to know a bit more about the tech than a 60s Google search will allow. I merely seek to inform. (My sarcasm is not a part of that mission, instead a byproduct of many jaded years in this industry. Sorry for that.)
@jankoodziej87710 ай бұрын
This is so much nicer looking than a cheap lcd screen. Also it could have light if you really think you would need it, but do you not have lights in your home? For a display on the wall I would much prefer no backlight. But ultimately, you don't want it, you don't need to make one.