Ultrasonic Ranger/Fall Detector
Embedded system class project
Fall Detector (Senior capstone project)
A comprehensive project [report]
We developed The SafeStep Fall Detection Device, a tool designed to help detect falls. Of course, it’s just a proof of concept :) . Components include:
- LCD Display
- Potentiometers for adjusting brightness and contrast
- System status LED
- Accelerometer and Gyroscope
- Vibrator
- Buzzer
- 2x Buttons
- Atmega328P Microcontroller
Below is a short demo for the detector. (note: increase volume to hear vibration and buzzing)
Ultrasonic Ranger
Per instructors’ requirements, I’m not allowed to share the source code publicly, which might result in unintended plagiarism. For writeup of the project, please go to class website here.
Brief description:
- measure distance up to 4 m
- press the button to acquire a new measurement
- rotate the rotary encoder to adjust local and remote thresholds
- sevor motor acts as a second display for the measurement
- green light if measurement > local, red light if measurement < local, blue light if no measurement or out of range
- buzzer sounds if measurement < remote
Below is a short demo for the rangefinder.