Inspiration
Our journey began with a simple, sobering realization: for 253 million people globally, the world is an unpredictable obstacle course. While the white cane has been a brilliant tool since 1921, it has a glaring limitation—it only "sees" what is on the ground. It is completely useless against a low-hanging tree branch, an open cabinet door, or a distracted pedestrian. We were moved by the fact that 92% to 98% of visually impaired individuals don't even use a cane, often relying on a hand on a shoulder or just hoping for the best. We wanted to fix this by creating something that didn't feel like a bulky medical device, but like a quiet, fashionable extension of human awareness.
What it does
EchoGuard is a wearable safety device integrated into a stylish crossbody sling bag that provides a "protective arc" of detection. Unlike traditional tools, it:
- Scans in an Arc: Uses a servo-driven sweeping sensor to detect hazards above the waist and beyond the tactile reach of a white cane.
- Communicates Intuitively: Uses haptic (vibration) feedback and a "Red for Stop / Green for Go" peripheral LED system to alert the user.
- Simplifies Safety: Requires no apps, no Wi-Fi, and no setup. It is a passive add-on designed with a zero-learning curve—you simply put it on and go.
- Protects Everyone: While designed for the visually impaired, it also protects distracted children, the elderly, and "smartphone zombies" in crowded environments by detecting hazards within a 1-meter range.
How we built it
EchoGuard is a fully functional working prototype. We engineered the system using:
- Hardware: An ultrasonic sensor mounted to a servo motor that sweeps left and right to measure distances in a wide arc.
- Logic: Custom code that validates distance data in real-time; if an object enters the "critical zone," the system triggers immediate alerts.
- Design: We hope to housed the components in a compact, portable sling backpack, ensuring the device is comfortable, hands-free, and fashionable for daily use.
- Cost-Efficiency: We achieved all of this for less than the price of a dinner ($50) , making high-tech accessibility affordable.
Challenges we ran into
This project presented several challenges, especially in debugging and system integration. One of the main difficulties was resolving software conflicts between different libraries, particularly when combining servo control and LED strip communication on the Raspberry Pi Pico, which required careful selection of compatible libraries and code restructuring. Hardware debugging was also a challenge, as issues like inconsistent sensor readings, wiring errors, and a damaged LED required step-by-step testing of each component individually before integrating them into the full system. Additionally, managing multiple sensors and ensuring reliable communication between them without timing conflicts required careful tuning of delays and logic flow. Overall, the project emphasized the importance of systematic debugging, incremental testing, and understanding both hardware and software interactions in embedded systems.
Accomplishments that we're proud of
One accomplishment we are proud of is designing a system that is both practical and affordable while still being effective. Instead of relying on expensive equipment, we used low-cost components such as ultrasonic sensors, servos, and a microcontroller to build a working prototype that can detect obstacles and provide real-time feedback. We were able to integrate multiple sensors into a single system and make them work together reliably, which was not easy given the hardware and timing constraints. The system demonstrates that useful safety or assistance technology can be built with simple, accessible parts, making it more realistic for real-world applications where cost matters.
What we learned
We learned that "awareness" isn't just a disability issue—it’s a universal human need. We discovered that by filling the "blind spots" of the white cane, we weren't just building a gadget; we were providing emotional security. We also learned that accessibility tech doesn't need to cost $5,000 to save a life; it just needs to be intuitive, reliable, and respectful of the user's dignity.
What's next for EchoGuard
The current prototype is just the beginning of our mission to redefine human awareness. To move beyond the limits of current technology, our next steps include:
- Extended Detection Range: While our prototype currently masters the 1-meter "safety bubble," our immediate priority is expanding the sensor range to 5 meters and beyond. This will allow for higher-speed navigation and earlier warnings, giving users more time to react to approaching hazards.
- Miniaturization: We plan to shrink the hardware even further, moving from the sling bag to a tiny, universal "clip-on" form factor that can be attached to any bag, jacket, or piece of clothing.
- Emergency Integration: We are fully mapping the logic to include GPS-enabled emergency alerts. If the device detects a sudden collision or a fall, it will automatically send the user's location to designated emergency contacts.
- Machine Learning & Intelligence: We aim to train our sensors to differentiate between "static" hazards (like a wall or a parked car) and "dynamic" hazards (like a moving cyclist or a running child). This will allow for smarter haptic patterns—perhaps a "soft pulse" for a wall and a "sharp tap" for a moving object.
- Global Outreach: By keeping the cost less than the price of a dinner, we want to partner with global accessibility organizations to reach the 98% of visually impaired individuals who currently navigate the world with no assistive devices at all.
Built With
- adruino
- c++
- ide
Log in or sign up for Devpost to join the conversation.