Maritime-Robotics-Student-Society / sailing-robot

Southampton sailing robot
http://www.sotonsailrobot.org
Other
88 stars 46 forks source link

What clever stuff can we do with an eInk screen? #181

Open takluyver opened 7 years ago

takluyver commented 7 years ago

I have picked up a second hand Kobo Touch N905C eReader, which is highly hackable, to use as a display in bright light.

What can we do with that? In increasing order of complexity:

  1. Translate manuals, checklists etc. into a format it can read and load them so we can easily see them in the light.
  2. Generate images in the odd bitmap format the screen uses, and use a program already on the system to display them (I have already hacked it to give me telnet access).
  3. Run Python on it and use available code to update part of the screen on demand

If anyone's really keen, someone has even got Debian running on a Kobo with a lightweight Linux desktop. I don't think that's likely to be useful, but it's cool that it's possible.

smaria commented 7 years ago

Sounds cool, I'm not sure what is really possible, these are the concepts I get from the above data, ordered by likelyness/usefulness:

Especially the first sounds like a really cool plan

takluyver commented 7 years ago

The connectivity story:

takluyver commented 6 years ago

Another link in the 'advanced' category: kobowm is a simple X window manager written in Python.