Earlier quoted context omitted.
This is also a thing in Australian Libraries (especially those in capital cities). You can book the machines/stations out for periods of time, using your library card/account. You have to do a safety induction to be able to book the more dangerous tools. They also sell materials, or you can BYO.
I've never seen these, do you know of any in Sydney? A quick Google turns up some 3d printing services in other towns/cities but nothing like this
Building an e-ink weather display for our home
51–60 of 118 posts
Re: Building an e-ink weather display for our home
#52Earlier quoted context omitted.
> Be aware that those 3 color screens are very slow to update, 15-20 seconds. I just did a project with one. You are right, the three (or more) colour screens do indeed have very slow update cycles, and they usually don't support partial refresh either (just updating part of the screen) BUT there are some tricks you can do. You can start most of them in two-colour mode, which does support partial updates, and you can…
I wasn't aware that you could only update BW like that in a faster way, I don't remember such API on waveshare ones. Maybe they don't have that, or maybe it is not something officially supported and part of public API
Effectively I had to piece together some clues. There was the manual for the screen which gave the definition of the SPI protocol in use, and the commands you could send, what they did, screen startup sequence etc. They mentioned waveforms and modes a bit but it was frustratingly incomplete and it looked like there were gaps in the commands described. Then there was a youtube video of a guy showing how he'd implemented fast refresh on some other model of screen by uploading custom waveforms, who mentioned looking for waveforms in sample code and for chip specifications. This lead me to the original docs for the driver chip on my display (an ultrachip UC8179) which had the missing commands specified. Using these along with the waveform (LUT) definitions supplied by the vendor when I asked them for some, allowed me to make the fast mode.
I presume some commands were missed out of the vendor document as a lot of them were non-essential, and possibly could cause harm(?). Certainly the wrong waveforms could lead to poor performance or no performance. Also the chip spec document didn't give some of the higher level "Here is the startup sequence for your screen" flow chart niceties of the vendor doc.
(The waveforms are literally describing how the screen should apply voltages to transition a pixel from one colour to another. The default ones that the screen ships with are good for a 'full' refresh of the pixel, but you can get away with a lot fewer, faster voltage switches for B/W, at the cost of quality declining over time, which you reset with a periodic 'full' refresh)
Re: Building an e-ink weather display for our home
#53If this kind of device would come in 'off the shelf' ready to go, I'd buy one. I think e-Ink screens are really attractive to be hung on the wall. I hope we're going to see such device come to life; my bet is some successful kickstarter followed by an amazon clone with alexa built-in :vomit-face: +1 for a simple device that does one thing, and does it well.
Re: Building an e-ink weather display for our home
#54Earlier quoted context omitted.
This is also a thing in Australian Libraries (especially those in capital cities). You can book the machines/stations out for periods of time, using your library card/account. You have to do a safety induction to be able to book the more dangerous tools. They also sell materials, or you can BYO.
I've never seen these, do you know of any in Sydney? A quick Google turns up some 3d printing services in other towns/cities but nothing like this
[1]: https://www.cityofsydney.nsw.gov.au/talks-courses-workshops/...
Re: Building an e-ink weather display for our home
#55I found this guide to converting an old Kindle 4 to display anything from the web super useful. https://matthealy.com/kindle I bought another 3 used kindles for $20 each after getting it to work.
Re: Building an e-ink weather display for our home
#56cool, but these : https://www.homedepot.com/pep/La-Crosse-Technology-Atomic-Di... are super cheap, last forever and don't require an internet connection. Sure you don't get multi day weather but that's what the weather widget on my phohne is for.
Re: Building an e-ink weather display for our home
#57Re: Building an e-ink weather display for our home
#58I built a MagicMirror-based Pi setup with a little 7” Lilliput screen and it works so much better, but it’s sad that over the past few decades we still haven’t solved this problem of a customizable smart home dashboard that actually works and yet does not require a CS degree to operate.
Re: Building an e-ink weather display for our home
#59I'd like link to Slint [https://github.com/slint-ui/slint] It has a live preview mode so you can iterate fast on the UI, and it is much more lightweight than HTML, so you could even run it bare metal on a Raspberry Pi Pico (RP2040)
Re: Building an e-ink weather display for our home
#60If this kind of device would come in 'off the shelf' ready to go, I'd buy one. I think e-Ink screens are really attractive to be hung on the wall. I hope we're going to see such device come to life; my bet is some successful kickstarter followed by an amazon clone with alexa built-in :vomit-face: +1 for a simple device that does one thing, and does it well.
They seem to be trying to limit full refreshes but they're very distracting when they happen, suggest keeping it out of eye line.