The Kindleberry Wireless

Computers & Mobile Raspberry Pi
The Kindleberry Wireless

image

The Monday Jolt is a column about microcontrollers and electronics that appears in MAKE every Monday morning. This post was written by  Max Ogden and in January 2013. It is reposted here on the MAKE site with permission.

Recently I got to go down to Australia to attend an awesome conference called CampJS. It isn’t really a conference, actually, but instead a bunch of programmers in the woods for a few days hacking on side projects and learning new things. Getting out of the big city was really refreshing and at the same time made me realize how badly my glossy screened laptop works in the great outdoors.

Kindleberry Wireless

Recently I got to go down to Australia to attend an awesome conference called CampJS. It isn’t really a conference, actually, but instead a bunch of programmers in the woods for a few days hacking on side projects and learning new things. Getting out of the big city was really refreshing and at the same time made me realize how badly my glossy screened laptop works in the great outdoors.

It got me wondering if there existed a laptop that was designed for hacking in direct sunlight… something that had a ridiculously long battery life and was still readable in high brightness situations. Instead I stumbled upon a more awesome solution: the kindleberry, a combination of theRaspberry Pi and the Amazon Kindle.

The advantages of the kindleberry are pretty desirable for me:

  • Week-long battery life: the pi and the kindle both have low power ARM processors so you can use any USB charger to power them
  • The kindle screen is designed for use in direct sunlight
  • The whole setup is small enough to carry around in a pouch inside my normal backpack along with my normal laptop. I work from coffee shops in Oakland and often move around by bicycle during the day — now I can work from almost anywhere and still be at least a little productive.

The Kit

The idea of the kindleberry is to have the kindle just act as screen and have it log into an ssh session on the pi. Then you can plug a keyboard into the pi and it when you type it will show up on the kindle screen. This approach pretty much only works for terminals so you can’t do anything except edit code in vim. I like this limitation as it gives me an option that is free from distraction for writing long pieces of code or text.

Since the screen on the kindle is e-ink it has a slower-than-normal refresh rate. If you are a touch typist this shouldn’t be an issue, I would recon that between the wifi latency and the screen latency there is a ~200ms screen delay, but it doesn’t bother me at all when typing.

The first problem I ran into was that the kindleberry instructions only worked on Kindle 3 devices, and the newest generation of Kindles (e.g. the paperwhite) are Kindle 5’s. While the end result is similar this just means that essentially all of the steps to set up and install the peripherals correctly were different, including the terminal software that runs on the kindle. The other issue was that I wanted a totally wireless version: no cords between the keyboard, kindle or pi.

Here is a list of physical parts that I am using in my setup:

Close Up of the Kit

For the software side of things, the best resource is this nice tutorial that Rod Vagg has put together for getting the paperwhite set up with a terminal emulator. He even compiled node.js 0.10.0 for the kindle as well!

My pi is configured to boot up and join the wifi hotspot that the TP-LINK router creates, then I can have the kindle communicate to the pi over wifi. There is probably a way to ad-hoc them together automatically but having a little hotspot is handy for other things like too like mobile web app development.

Thanks to Max Ogden for allowing us to repost his article here on the MAKE site.

4 thoughts on “The Kindleberry Wireless

  1. arachnopod says:

    That is a nice combination. You might also like my “Apple Pi” at http://www.instructables.com/id/Apple-Pi-3/ . The Apple Pi uses VNC to enable a complete system with just a Pi and an iPhone. It does not solve your direct sunlight issue though but it does have a color screen and eliminates the need for a physical keyboard/mouse. Also you can do a whole lot more than edit code in VIM with the Apple Pi.

  2. أبو ليلى جاسوس الله (@pysops) says:

    I love this idea.
    I’ve been looking for a distraction-free text editor that’s easier to carry than a typewriter…
    This sounds like a cool little project.

Comments are closed.

Discuss this article with the rest of the community on our Discord server!
Tagged

Alasdair Allan is a scientist, author, hacker and tinkerer, who is spending a lot of his time thinking about the Internet of Things. In the past he has mesh networked the Moscone Center, caused a U.S. Senate hearing, and contributed to the detection of what was—at the time—the most distant object yet discovered.

View more articles by Alasdair Allan

ADVERTISEMENT

Maker Faire Bay Area 2023 - Mare Island, CA

Escape to an island of imagination + innovation as Maker Faire Bay Area returns for its 15th iteration!

Buy Tickets today! SAVE 15% and lock-in your preferred date(s).

FEEDBACK