<i>This code does not render the dashboard itself. It's expected that what to display on the screen is rendered elsewhere and can be fetchd via HTTP(s). This is both more power efficient and allows you to use any tool you like to produce the dashboard image.</i><p>I love these “under engineered” solutions. I’d be tempted to do everything in the Kindle itself, but he achieved what he needed with much less effort and higher flexibility.
It's a pity there isn't more action in the e ink application/device world. Seems like there's so much potential. I'd love a kindle-like laptop for writing.<p>I guess it's just extremely hard to compete for a beachhead against an incumbent (mobile touch displays) that's more general and mass produced.
If you don't have a spare Kindle lying around, smallish e-paper modules are nowadays quite cheap, and can be driven easily from a Raspberry Pi (Zero W upwards).<p>That's what we did on our boat:<p><a href="https://github.com/meri-imperiumi/dashboard" rel="nofollow">https://github.com/meri-imperiumi/dashboard</a>
Since updating an eInk screen is relatively expensive, I suspect this system could be made more efficient by issuing conditional HTTP requests (last-modified or eTag) and only refreshing the screen when the dashboard image changes. This assumes both the ht client and dashboard server support conditional requests.<p>The system consists of a set of shell scripts that run on a jailbroken Kindle. It includes ht, an HTTPie clone written in Rust that makes requests to a dashboard server using software like Dashbling.
Very cool! I've been thinking about this.. let me just paste my tweets thread from a few weeks ago:<p>--<p>An issue with mobile UX is that it's tricky to maintain 'ambient awareness'. How do you 'keep an eye' on Slack? You have to foreground it & disable screen locking, or get push notifications.<p>On desktop you can just alt+tab to it every so often, plus the taskbar icon lights up.<p>I sometimes use Chrome on desktop to address a similar requirement (they have a feature to 'pin' a tab, so you can have GMail plus stuff like WhatsApp pinned.)<p>Would be cool if there was a cheap always-on tablet that could display arbitrary web widgets like a calendar, slack etc<p>Just thinking about this ambient computing thing reminds me of the ‘Chumby’, a cute smart alarm clock from the early 2000s.<p>Apparently the Amazon Echo Show is a bit of a successor. And I came across a wall-mounted calendar display called ‘Dakboard’ (it’s like $400 though.)<p>I have a use case that sounds ridiculously lazy, but I guess has been a problem for me for most of this decade: I need to know the time in various cities without doing any work besides a glance<p>---<p>Addendum: over the last couple days I've been looking into stuff like Arduino, Raspberry Pi etc but re-using a Kindle is cool if you don't want to do a whole electronics project
I tried to jail break my kindle a while back. But Amazon auto pushed a new firmware and prevented it minutes before I could reboot with the crack. So now my device is up to date and catching dust again. Thanks Amazon.
That's cool.<p>I've build a similar thing for my kindle.<p><a href="https://github.com/makepanic/eink-weather" rel="nofollow">https://github.com/makepanic/eink-weather</a><p>It is a simple website, which a headless chrome screenshots to use with the online screensaver app.<p>A browser might be overkill but I wanted to avoid manual layouting.
Nice project!!! I love these e-ink based projects that enable you to provide data without looking it up.<p>Is there a way to enable real-time messaging on to an e-ink device ? For e.g. I would love to keep a kindle running that can show a message when I am on the road.
In addition to the power efficiency, one advantage of an e-ink screen is that it does not illuminate a room at night. And interestingly, a Kindle or similar device still seems to be the cheapest way to get a touch-enabled e-ink display of a reasonable size.<p>FWIW the Kindle Paperwhite also has an Experimental "Beta Browser" that can display websites and execute some JavaScript - I am using that for a similar project, a basic dashboard / light switch web application hosted on a Raspberry Pi.<p><a href="https://github.com/janhapke/screendle" rel="nofollow">https://github.com/janhapke/screendle</a>
I made an eink clock / status display a while back. The thing ran on a tiny lithium-ion battery for weeks, which was nifty. But the flash when the screen refreshes every minute is super distracting if it's anywhere in your field of view. That to me was a dealbreaker. (If it helps, the datasheet says that it damages the display to refresh it every minute, and it did indeed die mysteriously after a year or so!)<p>I think I like normal LCDs for status displays. It is possible to redraw the screen without inverting it and drawing a lot of attention, so it is more "ambient".
Reminded me of the tool turning <i>Pocketbook</i> E-Ink readers into computer monitors, which I made several years ago:<p><a href="https://github.com/borzunov/remoteink" rel="nofollow">https://github.com/borzunov/remoteink</a><p>This could also be used for the dashboards if connected to a remote server or a Raspberry Pi (no screen updates happen if the content doesn't change).<p>Besides that, it allows to zoom in/out, switch between the opened windows, and move around the screen with keyboard shortcuts. No jailbreak is needed for the reader.
I just jailbroke my Kindle the other day – PaperWhite 4. Loving KOReader, and looking for more things to run. Awesome to see that there are still modders out there.
Very cool. If someone is looking for a device with even better battery life: I created something similar -- albeit with a different approach to its visual appearance.<p>See: <a href="https://framelabs.eu/en/" rel="nofollow">https://framelabs.eu/en/</a>
Made a pull request to fix a small typo in the readme of this, noticed after the fact I had a typo in my commit description. Muphry's Law in action! Oh well, I'm leaving it and blaming it on this macbook pro keyboard.