Skip to content

Designed and built a TV remote with photoresistors for patients with quadriplegia, muscular dystrophy, and spina bifida using C++ and Arduino.

Notifications You must be signed in to change notification settings

kyliec362/Quadriplegic-Remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadriplegic-Remote

Designed and built a TV remote with photoresistors for patients with quadriplegia, muscular dystrophy, and spina bifida using C++ and Arduino.

Specifications

Our design looks like an inverse V-shaped handrest with the circuit-board, battery pack, and Arduino microcontroller underneath the handrest and a photoresistor embedded into the board; the Arduino board underneath is connected to another separate infrared trasmitter board that has an infrared LED lightbulb. The two wood pieces of our design are connected by hot glue at a 90 degree angle, each wood piece is 5.5 by 4.25 inches.

Functionality

When the Arduino is first turned on (or reset through the reset button), it measures ambient light for 10 seconds with the photoresistor and records the average value attained within those 10 seconds. The patient then puts his/her hand over the armrest to cover the photoresistor; the Arduino microcontroller will check every second to see if the hand is lifted (and if the photoresistor is once again exposed to light). If it is still dark, which means the patient's hand is over the photoresistor, nothing happens. Else, if light has been exposed, meaning the patient has lifted his/her hand, then the Arduino triggers a channel change.

About

Designed and built a TV remote with photoresistors for patients with quadriplegia, muscular dystrophy, and spina bifida using C++ and Arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%