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: E-Ink Day Schedule

294 pointsby dh-gover 1 year ago

27 comments

2bitencryptionover 1 year ago
If you&#x27;re even slightly interested in getting into jailbreaking&#x2F;hacking of devices, the Kindle is a great place to start.<p>There&#x27;s a lot of low-hanging fruit there. Particularly because the device has a USB port and, by design, exposes a user partition that you can read&#x2F;write to (so you can upload files and documents and ebooks to the device).<p>There&#x27;s definitely been an effort by Amazon to lock them down, but just taking your reverse-engineering tool of choice and decompiling their firmware binary will give you tons of readable code to dig through. They use a mix of java, native c, and javascript.<p>Fun fact, at startup the Kindle looks for certain files in the user partition, with certain naming patterns. You can, for example, disable the screensaver by dropping a file with a special name there. They patched this once, but after doing a grep for the user-partition mount location (to see all the places in their code where they read from user partition files) I was pretty quickly able to find another way to do this. It&#x27;s fun stuff.
评论 #37651571 未加载
omershapiraover 1 year ago
The 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.<p>Here&#x27;s my weather E-Ink board (which consistently gives a faster result than waiting for the iOS weather app to fetch &amp; render): <a href="https:&#x2F;&#x2F;github.com&#x2F;OmerShapira&#x2F;theres-some-weather-outside">https:&#x2F;&#x2F;github.com&#x2F;OmerShapira&#x2F;theres-some-weather-outside</a>
评论 #37645224 未加载
评论 #37646772 未加载
评论 #37648666 未加载
评论 #37648044 未加载
Arubisover 1 year ago
If you’re not up for DIY, I’ve been using a unit from <a href="https:&#x2F;&#x2F;www.invisible-computers.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.invisible-computers.com&#x2F;</a> for years and I love it. Not affiliated; just a happy customer.
评论 #37644111 未加载
评论 #37643905 未加载
politelemonover 1 year ago
I repurpose all my old ereaders (Kindles and Kobos) into displays for something, weather, agendas, some even do images (albeit very low resolution). It&#x27;s great to have these around the house, quietly doing their thing.<p>One thing I will point out from observation, the radios on ereader devices aren&#x27;t great for heavy use; they were originally created for occasional syncing. Projects like these will require an HTTP request to somewhere to fetch data, on a regular basis, and the radio eventually stops working. It&#x27;s not a terrible thing considering it&#x27;s just an unused device. If you&#x27;re looking for something longer lived, the waveshare screen are worth considering for mini projects.
评论 #37645229 未加载
评论 #37643702 未加载
blagieover 1 year ago
What I really want is a simply end-to-end way to program these devices to display something: basically, something as easy as QBasic, P5.js, or Scratch.<p>What I don&#x27;t want is to run a server to host something for them to display. I want it self-contained, so once made, it&#x27;s alive until the device breaks. My experience is 95% of the cost of these is maintenance, and that goes away once a project is no longer new, glitzy, and flashy.<p>What I actually want to build myself is a clock which displays time in time zones where my friends, relatives, and family are. Most of the other things I&#x27;d like are equally esoteric. I&#x27;d like this to be a &lt;3 hour project (so it sustains a child&#x27;s attention span too).
评论 #37646302 未加载
iforgotpasswordover 1 year ago
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.<p>This was about a month after I returned from a six week trip during which I kept that thing running.<p>Reminder that a lot of battery-powered devices really don&#x27;t like to be connected to power all the time.
评论 #37644124 未加载
评论 #37645004 未加载
评论 #37644295 未加载
评论 #37648477 未加载
afavourover 1 year ago
An 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&#x2F;day planner from an old iPad mini I have kicking around. They could even integrate Siri etc.<p>(I know you can get some way toward this with various apps but it’s definitely not the same as something OS-level)
评论 #37643693 未加载
评论 #37653770 未加载
评论 #37645190 未加载
0x38Bover 1 year ago
Another option for displaying things on a jailbroken Kindle is to use kterm to ssh into a computer and then connect to a tmux session. I&#x27;ve used this to read man pages - it&#x27;s quite satisfying to press &#x27;f&#x27; on my laptop and see the page scroll on the Kindle.<p>Connectivity is easy, as you can connect over USB or WiFi (my Kindle connects to my iPhone&#x27;s hotspot).
demondemidiover 1 year ago
Keep it out of the sun. E-Ink does not like direct sunlight. I built a similar thing, more of central panel for all my home-grown cloud gadgets (because I hate backlit LCD), and after a summer of afternoon sun, half the panel died. Which was a bummer because it was a $300 panel.
landgenootover 1 year ago
Nice project.<p>I did something similar, but with photos. I managed to process everything on the device in 100% golang with imagemagick C-bindings.<p>As Imagemagick is also able to render text, it might be a solution for you to get rid of the need for an external server. The ARM build process happens on GitHub actions, so you can check it out.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;landgenoot&#x2F;kindle-synology-photos-photoframe">https:&#x2F;&#x2F;github.com&#x2F;landgenoot&#x2F;kindle-synology-photos-photofr...</a>
评论 #37646560 未加载
Waterluvianover 1 year ago
The crispness of e-ink is 99% of what makes me want it for semi-static displays. It’s just ridiculously satisfying to look at.
评论 #37644268 未加载
评论 #37648748 未加载
stavrosover 1 year ago
I did kind of the same thing with a LilyGo display, and it looks amazing:<p><a href="https:&#x2F;&#x2F;www.stavros.io&#x2F;posts&#x2F;making-the-timeframe&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.stavros.io&#x2F;posts&#x2F;making-the-timeframe&#x2F;</a><p>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.<p>Nowadays it&#x27;s an electronic power meter, which also looks great.
评论 #37645411 未加载
ros86over 1 year ago
I can recommend checking out <a href="https:&#x2F;&#x2F;openepaperlink.de&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;openepaperlink.de&#x2F;</a>. It&#x27;s a project to repurpose e-ink electronic shelf labels (in various sizes, ranging from 1.54&quot; to 7.4&quot;). I have been playing around with it the last few weeks and it&#x27;s a lot of fun! The community around this is very active on Discord.
michaelbuckbeeover 1 year ago
I use a Kindle Fire (non E-ink) tablet as a dedicated calendar viewing tool as:<p>1. It&#x27;s very easy to put it into developer mode and set &quot;don&#x27;t lock screen if plugged in&quot;<p>2. I can just open it to a web page of my calendar.<p>This is great as I don&#x27;t get nerd-sniped into some dev project trying to set it all up and actually get a functional calendar so I don&#x27;t miss things.
Neil44over 1 year ago
That&#x27;s cool. I regret throwing my ancient kindle away now.<p>The expensive corporate version of this is called a Joan - <a href="https:&#x2F;&#x2F;getjoan.com&#x2F;digital-signage&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;getjoan.com&#x2F;digital-signage&#x2F;</a>
评论 #37643298 未加载
评论 #37644722 未加载
评论 #37643143 未加载
yankputover 1 year ago
I have just bought aranet4, a CO2 meter, which uses eink and I think partly because of that has a ridiculously long 5 year battery life.<p>But I understand why… it’s 169eur, the cheaper CO2 meters are just much cheaper.
scottwickover 1 year ago
Does 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.
评论 #37645037 未加载
评论 #37645043 未加载
评论 #37643749 未加载
rtpgover 1 year ago
I have done something like this with my kindle. I then got kind of mad at myself for doing something so utilitarian. I wrote a little script to instead generate random wordle playthroughs, display that, be happy with the code... then immediately throw the kindle in my drawer.<p>Still, &quot;generate a static image from a computer and send it to a display at a certain rate&quot; is an underrated way to do fun things
zephrx1111over 1 year ago
There are many android eink reader out there the can be used easily for this scenario, why ppl are always bothered on kindle?
评论 #37648229 未加载
jwong_over 1 year ago
Recently went the DIY route to show a Notion board on my 4th gen kindle. This is much nicer though, as it&#x27;s optimised for display on the lower resolution screen.<p>I just wanted to avoid having to pull data out of Notion &amp; re-build a UI. Would be nice for some way to apply CSS to a page to make it more viewable.
jncfhnbover 1 year ago
Still dreaming of the day when we can have E Ink Dice
giveexamplesover 1 year ago
I&#x27;ve been using a magnetic pad (<a href="https:&#x2F;&#x2F;www.plus-vision.com&#x2F;jp&#x2F;product&#x2F;kaite&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.plus-vision.com&#x2F;jp&#x2F;product&#x2F;kaite&#x2F;</a>) that works on the same principles of eink, except using magnets rather than electric fields. There&#x27;s many variants available on aliexpress now. The only con is that stray magnets like on computers will wipe the pad if placed too close together.
artursapekover 1 year ago
Very cool. I’d been thinking about building something like this. Do you look at it every day? Seems really useful.
kevinwangover 1 year ago
Nice, I literally just started to build something similar on a waveshare and raspi!
ThrowawayTestrover 1 year ago
All I want for Christmas is for eink displays to be as cheap as commodity LCDs.
评论 #37660881 未加载
polyterativeover 1 year ago
I would really buy a generally available ready to hack e-ink display product
konschubertover 1 year ago
Hi OP!<p>You&#x27;re writing<p>&gt; I use FBInk on the kindle to display the images after curling them from a API Gateway.<p>I am the founder of this smart screen product: <a href="https:&#x2F;&#x2F;shop.invisible-computers.com&#x2F;products&#x2F;invisible-calendar" rel="nofollow noreferrer">https:&#x2F;&#x2F;shop.invisible-computers.com&#x2F;products&#x2F;invisible-cale...</a><p>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 email is info@invisible-computers.com
评论 #37647122 未加载
评论 #37648750 未加载
评论 #37647211 未加载
评论 #37645239 未加载
评论 #37648630 未加载
评论 #37645680 未加载
评论 #37644501 未加载
评论 #37652295 未加载