Reading books still stands as one of the most antiquated methods to gain information. However, as we read, we are often occupied with other tasks: cooking, building, or making music, to name a few, which can make our hands busy. Additionally, people who are paralyzed, have lost their arms, or require help to turn the page in a book may need some assistance in turning the pages in their books. The Page Flipper helps reading become an easier task for many people by using voice commands to turn the pages. The page flipper uses an EV3, a tire spinning inward on an EV3 motor to create a gap, and an arm on a motor to flip the page to the other side. These actions are instigated by voice command through Amazon Alexa.
The page flipper uses an invocation on the Alexa to open the application called “pageflipper”. Then a command of “move forward” is given, which tells the EV3 to turn the page. The EV3 turns the wheel on the edge of the right page toward the middle, which creates a gap between the page that is being turned and the next page. Next, an arm swings in and pushes the page to the other side, and this can then be repeated.
Table of Contents for Attachments
- Page Flipper Project.docx
Project document with Introduction and Description
- PageFlipper.mp4
Video of prototype
- PageFlipper.ldr
CAD build of the page flipper Link to software - https://www.leocad.org/download.html 3d studio Version (Pageflipper.3ds)
- Pageflipper.zip
Working gadget source code files to deploy in ev3 To deploy: run python3 pageflipper.py in a SSH Terminal
- Alexa_skills.json file
Single Node JS Lambda file for Alexa deployment
Comments