Hacker News new | ask | show | jobs
by harlanji 991 days ago
WaveShare screens are very reasonably priced and are starting to have 3+ color options. Using a RasPi and Python one can simply display any image via Python Imaging and some code to transmit the data via the connector pins. The image remains fixed on the screen even when it's powered down.

I got a little screen and the demo code worked, didn't know Python well enough at the time to keep running with it (part of the motivation to learn Python in the past year). Might need some work to build a case/enclosure, but beyond that it's a little piece of hardware that does what you wish. I'm thinking similar things, some specific cases in mind.

(I can be hired to do work like this for $15/hr for the first 90 days, contact info in profile).

1 comments

Is there a way to use them in a low power setup, with a battery that lasts at least several days?
Yeah e-ink uses no power, only when it refreshes. If you refresh say from 7 AM till 11 PM but not in night then WLAN has to fire up (cheap on ESP32 etc) and you could easily use a poor man's powerbank such as 18650 in USB enclosure.

Tho I think PoE is neat for a device like this. White cable (assuming wall is white) and you're done.

Though I wouldn't rely on a proprietary solution. Nor on Google Calendar.

There are plenty of such options available. For example [1] but there's many more. Here another [2]. Can't find the one I got but yeah it broke and remember you need to update the software at times. I put it on a VLAN and guest WLAN to be sure.

[1] https://hackaday.io/project/189632-e-ink-weather-station-pum...

[2] https://www.hackster.io/lmarzen/esp32-e-paper-weather-displa...