I did something similar with a first gen kindle. Some day it stopped working, I opened the enclosure to find a completely cracked-open kindle with a battery the size of a weather balloon inside. This was about a month after I returned from a six week trip during which I kept that thing running. Reminder that a lot of battery-powered devices really don't like to be connected to power all the time.
Show HN: E-Ink Day Schedule
51–60 of 134 posts
Re: Show HN: E-Ink Day Schedule
#52https://www.stavros.io/posts/making-the-timeframe/
I had to turn it into a generic signage platform first (it lets you show any image you want), and then screenshot GCal onto that image. It works really well, though.
Nowadays it's an electronic power meter, which also looks great.
Re: Show HN: E-Ink Day Schedule
#53Does this use the battery? Not clear to me if the Kindle program is running continuously or if it just periodically starts up, refreshes the screen and then powers back down.
Re: Show HN: E-Ink Day Schedule
#54Does this use the battery? Not clear to me if the Kindle program is running continuously or if it just periodically starts up, refreshes the screen and then powers back down.
I use to leave it plugged in but got sick of looking at the cord.
Re: Show HN: E-Ink Day Schedule
#55But I understand why… it’s 169eur, the cheaper CO2 meters are just much cheaper.
Re: Show HN: E-Ink Day Schedule
#56An aside but I’ve long thought that if Apple was truly committed to the environment and equipment reuse they’d let us use old iPads for stuff like this. I’d love to make a digital photo frame/day planner from an old iPad mini I have kicking around. They could even integrate Siri etc. (I know you can get some way toward this with various apps but it’s definitely not the same as something OS-level)
Re: Show HN: E-Ink Day Schedule
#57Earlier quoted context omitted.
This looks really neat! Does it have an ethernet port? And maybe PoE?
It's powered by a USB plug... is there a way to convert PoE to USB power? And the connectivity is through Wifi. (And Bluetooth during Setup)
Re: Show HN: E-Ink Day Schedule
#58The most fun part of these projects is seeing people quickly build ad-hoc renderers for E-Ink. Very quickly you find out you need render passes, dithering, debanding, etc. Here's my weather E-Ink board (which consistently gives a faster result than waiting for the iOS weather app to fetch & render): https://github.com/OmerShapira/theres-some-weather-outside
Re: Show HN: E-Ink Day Schedule
#59I repurpose all my old ereaders (Kindles and Kobos) into displays for something, weather, agendas, some even do images (albeit very low resolution). It's great to have these around the house, quietly doing their thing. One thing I will point out from observation, the radios on ereader devices aren't great for heavy use; they were originally created for occasional syncing. Projects like these will require an HTTP requ…
Dithering works brilliantly on these devices. I made a photo frame out of one of these by calling some imagemagick from golang.
Re: Show HN: E-Ink Day Schedule
#60Hi OP! You're writing > I use FBInk on the kindle to display the images after curling them from a API Gateway. I am the founder of this smart screen product: https://shop.invisible-computers.com/products/invisible-cale... Curling an image is the same approach that I use for my e-paper smart screen as well. It should be quite easy to bring your dashboard to my device... maybe we can work together on something? My emai…