Project

# Title Team Members TA Documents Sponsor
36 Braille Study Aid
Aris Karnavas
Emma Erickson
Luis Aragon
Dean Biskup design_document1.pdf
design_document2.pdf
final_paper1.pdf
other1.pdf
presentation1.pptx
proposal1.pdf
# **Problem**
While Braille offers complete command of written language only 10% of blind children are learning Braille. The drastic jump in employment based on Braille literacy is important as well, as 90% of Braille literate adults are employed compared to only 33% of adults who can not read Braille. However, because most seeing people cannot read or teach Braille, there is a need for more accessible Braille learning.

# **Solution Overview**
A Braille Study Aid will contain a database of common english words and translate each word to the Braille code in array format. Each character will be actualized by motorized pins and the reader will feel each character. While a new word is displayed, a speaker will say the currently displayed word aloud. A button will be placed to allow the student to cycle between new words once each is read. As far as hardware goes, there would need to be a mechanism to interchange the Braille symbols into the appropriate location, as well as some form of a button to detect that the reader has finished a given word. The software would need to convert a given text file and partition the words of Braille to be sent out one at a time to the hardware, as well as outputting the correct audio to the speaker.

# **Solution Components**
## Braille characters
-An array of pins as well as actuators to move them up and down into the appropriate characters. We are investigating both push/pull solenoids and motors as possible actuators.
## Audio system
-Audio representation of current word/character shown for learning purposes.
-Will contain speakers and necessary accessories to output speech.
## Microcontroller (on PCB)
-Handles translation, sends signals to Braille characters and audio system components.

# Criterion for Success
-When the user pushes a button, translate a word from text loaded to the microcontroller into braille by raising and lowering a pin array to form the braille letters.

-The audio signal will be relayed to the user based off of the requested word.

Propeller-less Multi-rotor

Ignacio Aguirre Panadero, Bree Peng, Leo Yamamae

Propeller-less Multi-rotor

Featured Project

Our project explored the every-expanding field of drones. We wanted to solve a problem with the dangers of plastic propellers as well as explore new method of propulsion for drones.

Our design uses a centrifugal fan design inspired by Samm Shepard's "This is NOT a Propeller" video where he created a centrifugal fan for a radio controlled plane. We were able to design a fan that has a peak output of 550g per fan that is safe when crashing and when the impeller inside damaged.

The chassis and fans are made of laser-cut polystyrene and is powered using brushless motors typically used for radio-controlled helicopters.

The drone uses an Arduino DUE with a custom shield and a PCB to control the system via Electronic Speed Controllers. The drone also has a feedback loop that will try to level the drone using a MPU6050.

We were able to prove that this method of drone propulsion is possible and is safer than using hard plastic propellers.

Project Videos