Hi here is my latest creation : a fall detection device eConnected
real size = 75 mm height
What's inside the box ?
- a lipo
- a lipo charger
- an ESP8266
- a MPU6050
The MPU is providing 3 axis motion information (gyro + accelerometers). It runs in "quiet mode" fully autonomous an can wake up the ESP8266 when an abnormal motion is detected on any axis
The ESP when waken up launchs motion information acquisition and checks the current attitude of the people wearing the device.
Well and B4A ?
Here comes the App, quite simple :
I designed this little thing just because my mother (87 years old, broke her ankle 4 months ago, she had a mobile phone... but not in her pocket... By chance she is fine now but she suffered really a lot while crawling to get the phone...)
The design is simple but efficient, power consumption is interesting : less than 6mA when just looking at motion --> most of the time.
With a little 180mAh battery it lasts more than 24 hours before charging it.
Wifi range of ESP8266 is rather large : I measured more than 50m in open air. And it covers my whole (big) house.
The case is milled into wood. All the device weights less than 30g.
real size = 75 mm height
What's inside the box ?
- a lipo
- a lipo charger
- an ESP8266
- a MPU6050
The MPU is providing 3 axis motion information (gyro + accelerometers). It runs in "quiet mode" fully autonomous an can wake up the ESP8266 when an abnormal motion is detected on any axis
The ESP when waken up launchs motion information acquisition and checks the current attitude of the people wearing the device.
- If almost vertical then it is a normal "strong motion" the ESP enters into DeepSleep,
- if not then its a "fall" ESP wakes up WIFI and sends a firebase notification and then enters again into DeepSleep.
Well and B4A ?
Here comes the App, quite simple :
- You can configure the device, register to its messages, capture the firebase message and display a nice notification.
- You can register any number of smartphone you want (whole family will get the message).
- You can as well register any number of "eMamies"
I designed this little thing just because my mother (87 years old, broke her ankle 4 months ago, she had a mobile phone... but not in her pocket... By chance she is fine now but she suffered really a lot while crawling to get the phone...)
The design is simple but efficient, power consumption is interesting : less than 6mA when just looking at motion --> most of the time.
With a little 180mAh battery it lasts more than 24 hours before charging it.
Wifi range of ESP8266 is rather large : I measured more than 50m in open air. And it covers my whole (big) house.
The case is milled into wood. All the device weights less than 30g.
Last edited: