Turning A Page With Your Voice

[Justin]’s friend [Steve] injured his spine a while ago, and after asking what would make [Steve]’s life simpler, the answer was easy. [Steve] missed reading books. Sure, e-readers exist, but you still need to turn the page. Now [Steve] can do that with his voice thanks to some microcontrollers, Bluetooth modules, and a voice recognition module.

A voice-activated page turner wasn’t the first attempt at giving [Steve] the ability to turn a page on a Kindle. The first prototype was a big blue button that sent a keyboard code for ‘right arrow’ over Bluetooth, turning a book one page at a time. This worked well until multiple pages turned, and with no back button it was a major nuisance.

After playing with the voice recognition in an Amazon Echo, [Steve] and [Justin] wondered if the same voice recognition technology could be applied to page turns on a Kindle. With a voice recognition Arduino shield from SparkFun it was easy to detect a ‘page down’ command. A Bluetooth module sends HID commands to a Kindle, allowing [Steve] to read a book with only his voice.

[Justin] put all the design files for this build up on Github.

The Worst E-Reader Ever

oled

Over on the Projects site, [Jaromir] has created a tiny device with an OLED display, three buttons, and a USB port for storing text files, be it for saving a shopping list, a cheat sheet, or the most unusable e-reader ever made.

The front of the device is simply a 96×32 pixel OLED and three buttons for ‘up’, ‘down’, and ‘open/close’. The reverse side is where the magic happens with a PIC24 microcontroller that sets up a file system on the chip, allowing [Jaromir] to write 64kB of data on what is actually a Flash drive with a pitiful capacity. Text files are viewable on the OLED, with the video below showing the front page of Wikipedia being displayed in a glorious 16×4 text mode.

It’s not a very useful device by any means, but for some reason it’s garnered a lot of skulls and followers over on Hackaday Projects. In response to that, [Jaromir] is working on version two with a new PCB and a design for a 3D printed case. Not bad for what [Jaromir] himself describes as worse than just about any phone or tablet.

Continue reading “The Worst E-Reader Ever”

E-reader Becomes Sailplane And Paraglider Computer

sail [Tweepy] flies unpowered aircraft, and he’d like to use the XCSoar flight computer app for gliders, sailplanes, and paragliders, but couldn’t find any hardware. XCSoar is an amazing app that can keep track of terrain, route, thermals, and a whole bunch of other variables that make flying more enjoyable, but running it on a device useful for a hang glider pilot is a challenge.

He eventually found a nearly perfect device in the Kobo mini e-reader. It’s e-ink, so it’s sunlight readable, uses a glove-compatible resistive touchscreen, runs Android, and is dirt cheap. The only thing lacking was a GPS receiver. What was [Tweepy] to do? Mod an e-reader, of course.

The electronic portion of the mod was simple enough; serial GPS units can be found just about everywhere, and the Kobo has a serial headers on the board. The case, however, required a bit of thingiverseing, and the completed case mod looks fairly professional.

With a few software updates, new maps, and of course the phenomenal XCSoar app, [Tweepy] had an awesome flight computer for under 100 Euro. The only thing missing is an integrated variometer, but a Game Boy will work in a pinch.