LifeLine, built by Zotduino @ embedded world North America Hackathon for the Sensing Challenge (sponsored by Arduino, Qualcomm, quilter, ASUS).
The problem. Families of elderly relatives who live alone want to know the moment something goes wrong. A camera in the room feels invasive, and sending home audio to the cloud raises privacy concerns.
Our solution. LifeLine, a small device sits on a high shelf and listens through a microphone. An audio-classification model, which we trained from scratch, runs on the Arduino Uno Q. When it recognizes a critical sound, such as glass breaking, a fall-like thud, or a fire alarm, it displays an alert icon on an 8×8 LED matrix. The person can see the alert without needing to hear it. Everyday background noise is its own class, so normal sounds don't trigger alerts.
What makes LifeLine different
- Alert System: Emergency situations alert familiy members and if needed, local authorities and emergency responders.
- Private by design: Data is only classified, never stored, the model exists locally on the Arduino Uno Q.
- Our own model: we trained a completely new audio classifier from scratch for this challenge. This makes the model extremely light-weight and performs really well compared to bulky pre-trained models.
- Visual-first alerts: the LED icon diplays different types of emergency and has an idle animation when nothing is detected, accessible for impaired hearing individuals.
- Built for a home: LifeLine is a small box that can be placed any where, on top of a shelf, in a display case, or out of the way. LifeLine integrates smoothly in everyday life.
- A 10-second cancel window: A safety guardrail to prevent false alarms and dismiss them before family is contacted.
johnh20







