-
Next movie
06/09/2021 at 20:37 • 0 commentsI seek the Grail.
-
Good morning!
05/11/2021 at 15:42 • 0 commentsHave you met Eye-gor ?
-
Remembering to sleep E-paper displays
04/28/2021 at 22:26 • 0 commentsWhen I added the IT8951 code to the SlowMovie Python I commented out this line, with the intention of adding it back...
#epd.sleep()
What happened? The display was not entering deep sleep which appears to have caused an early failure :(
New sleep line:
display.epd.sleep()
Now that the display sleeps correctly, I required the "init" line which I had also removed...
#epd.init()
Adding the "run" command seems to work:
display.epd.run()
If anyone knows technically why sleep is required, feel free to comment below! I'm assuming this has to do with the constant charging of the particles that separately create the black and white image, and a constant charge must wear them out?
-
Cooling!
04/26/2021 at 14:47 • 4 commentsI reversed the direction of the fan I installed to blow over the Pi rather than draw from it. So far has been over 48 hours and no freezing.
Exterior fan
Air exit
The Pi
Kubrick ?
-
Not cooling?
04/20/2021 at 14:49 • 1 commentI added the heat sinks to most of the larger silicon and now have a fan drawing air over them but have still experienced the screen failing to update.
Pressing the reset button on the Waveshare hat puts the screen back into an operating state. The Pi script is still running, so on the next image push the screen updates like normal.
It's hard to believe the issue is heat anymore because it's not getting much beyond warm, if that.
-
Cooling :(
04/16/2021 at 16:29 • 0 commentsSo it turns out the Raspberry Pi Waveshare hat does not like being stuck in a box :)
After some hours the Pi script is still running but the Waveshare hat seems to have stopped updating the screen.
If I leave the back open and some room around the controller it is stable. I'll need to add some passive cooling to the Pi and vent the rear door of the frame. -
Finished Frame
04/14/2021 at 20:50 • 0 commentsThe frame is deep enough to house the Raspberry Pi and stand on its own. There is a door that sits flush with the backing and lets me run a power cable out the back.
There is enough room for a fairly large battery, and I'm sure it's possible to put the Pi to sleep and only wake up to run the job and update the screen. Then I could ditch the power adapter.
Can you guess the movie?