TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Low-power Kindle-based dashboard

284 pointsby PascalWover 4 years ago

23 comments

htkover 4 years ago
<i>This code does not render the dashboard itself. It&#x27;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.
评论 #25944045 未加载
评论 #25945783 未加载
评论 #25941179 未加载
dalbasalover 4 years ago
It&#x27;s a pity there isn&#x27;t more action in the e ink application&#x2F;device world. Seems like there&#x27;s so much potential. I&#x27;d love a kindle-like laptop for writing.<p>I guess it&#x27;s just extremely hard to compete for a beachhead against an incumbent (mobile touch displays) that&#x27;s more general and mass produced.
评论 #25942098 未加载
评论 #25941506 未加载
bergieover 4 years ago
If you don&#x27;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&#x27;s what we did on our boat:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;meri-imperiumi&#x2F;dashboard" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;meri-imperiumi&#x2F;dashboard</a>
评论 #25940078 未加载
sradmanover 4 years ago
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.
评论 #25944288 未加载
评论 #25942167 未加载
firasdover 4 years ago
Very cool! I&#x27;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&#x27;s tricky to maintain &#x27;ambient awareness&#x27;. How do you &#x27;keep an eye&#x27; on Slack? You have to foreground it &amp; 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 &#x27;pin&#x27; 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&#x27;ve been looking into stuff like Arduino, Raspberry Pi etc but re-using a Kindle is cool if you don&#x27;t want to do a whole electronics project
评论 #25940487 未加载
评论 #25940672 未加载
keyleover 4 years ago
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.
评论 #25939670 未加载
评论 #25940095 未加载
makepanicover 4 years ago
That&#x27;s cool.<p>I&#x27;ve build a similar thing for my kindle.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;makepanic&#x2F;eink-weather" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;makepanic&#x2F;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.
spuzover 4 years ago
I love this idea - roughly how long do you think the battery would last if you had a dashboard that updated every hour?
评论 #25940660 未加载
ingend88over 4 years ago
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.
Hopkaover 4 years ago
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 &quot;Beta Browser&quot; that can display websites and execute some JavaScript - I am using that for a similar project, a basic dashboard &#x2F; light switch web application hosted on a Raspberry Pi.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;janhapke&#x2F;screendle" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;janhapke&#x2F;screendle</a>
jrockwayover 4 years ago
I made an eink clock &#x2F; 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&#x27;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 &quot;ambient&quot;.
评论 #25948216 未加载
评论 #25946688 未加载
borzunovover 4 years ago
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:&#x2F;&#x2F;github.com&#x2F;borzunov&#x2F;remoteink" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;borzunov&#x2F;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&#x27;t change).<p>Besides that, it allows to zoom in&#x2F;out, switch between the opened windows, and move around the screen with keyboard shortcuts. No jailbreak is needed for the reader.
figbertover 4 years ago
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.
CGamesPlayover 4 years ago
I&#x27;d love to use this on my working Kindle. Is that possible? Basically, replace the &quot;screensaver&quot; program with this dashboard?
评论 #25939772 未加载
codesternewsover 4 years ago
How you learned the jail breaking and figure out all this? How much time it took to create? Can you please tell me i am interested. Thanks
评论 #25939737 未加载
tluyben2over 4 years ago
This type of idea would work nice with Boox; easy to program (android) and so far the battery life has been stellar.
评论 #25942202 未加载
clashover 4 years ago
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:&#x2F;&#x2F;framelabs.eu&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;framelabs.eu&#x2F;en&#x2F;</a>
评论 #25942978 未加载
评论 #25942543 未加载
cmiller1over 4 years ago
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&#x27;s Law in action! Oh well, I&#x27;m leaving it and blaming it on this macbook pro keyboard.
heroHACK17over 4 years ago
Nice! I have always wanted to build one of these for my car. Can you report on the latency of your dashboard?
girishsoover 4 years ago
Nice. How hard it will be install this on a Kindle Paperwhite with completely broken touch sensor?
评论 #25939678 未加载
rijojaover 4 years ago
Which models of the Kindle can be jailbroken?
dh-gover 4 years ago
Nice job and thanks for the mention.
KaiserProover 4 years ago
This is excellent work, well done!