Back to Parent

Outcome


Intention

I designed a fall detection mechanism—specifically, a system that sends out an alert if someone falls and is unable to get up. I attempted to implement this using a Force-Sensitive Resistor and a button.

Process

In the code, my logic is that when the user presses the "help" button, the system checks for a certain force from the Force-Sensitive Resistor. Imagine having multiple sensors on a person's back, buttocks, knees, etc. If there is sufficient force, the system will send out an SOS signal using Morse code. However, the force sensor should only be triggered if the button is pressed to prevent unintended triggers due to normal behaviors like sitting or lying down.

The code is shown below.

Show Advanced Options
Show Advanced Options

Challenges and Improvement

The most challenging aspect during the process was connecting the Force-Sensitive Resistor. I was surprised to find that one end of the Force-Sensitive Resistor is connected to both the A2 pin and an additional resistor. Some possible improvements could include adding another button so that users can cancel the SOS signal if triggered accidentally. Alternatively, I could swap the button with a switch so that users do not have to press the button repeatedly (until they are noticed) but instead can turn the switch on/off.

Drop files here or click to select

You can upload files of up to 20MB using this form.