Table of Contents
Introduction
The development of Project Aegis was not a series of aesthetic guesses, but a rigorous integration of STEM principles to address a high-stakes human-safety crisis. To move from a conceptual wearable to a functional lifeline for survivors, we anchored our process in Science, utilizing electromagnetic wave propagation and human physiology to understand how a device behaves under the physical and biological stress of an emergency. This scientific foundation was realized through Technology, specifically the synchronization of Global Navigation Satellite Systems (GNSS) and cellular communication with a custom-built Firebase database. The physical manifestation of these ideas required Engineering precision, moving from 3D-modeled enclosures to complex mechatronic systems and hand-soldered PCB assemblies. Finally, Mathematics provided the validation for every design choice, from spherical trigonometry for location accuracy to algebraic power modeling that ensures the device never dies when it is needed most.
Problem Statement
Domestic abuse victims often face significant barriers when seeking help. Even if they have some mobility, 71% of victims' report that abusers monitor their communication, restrict their movements, and/or manipulate them in a manner that prevents them from reaching out in an indiscreet manner. Current safety tools are either too visible, inflexible, or too dependent on established infrastructure or law enforcement, leaving victims without discreet, reliable, and comfortable ways to signal for help.
Application of STEM Principles
Science
The Faraday Cage Effect is a phenomenon where a conductive enclosure (metal mesh or solid) blocks external static or electromagnetic fields. In the context of our project, this meant that we had to ensure conductive materials did not distort our data in testing.
We had to grasp an understanding of electromagnetic wave propagation in order to ensure a reliable signal for a user in distress. Our primary scientific consideration was managing signal attenuation—the strength of a signal as it passes through various mediums (e.g., copper,) particularly how high-frequency L-band signals (1575.42 MHz) from GPS constellations penetrate local environments. By strategically orienting the ceramic patch antenna to maximize skyward exposure and selecting a high-gain LTE-M antenna for the SIM7080G, we optimized the device's link budget—ensuring the SOS transmission has enough power to reach cellular towers even when propagation is hindered by the Faraday cage effect of modern building materials.
The figure on the left explains multipath interference. We had to ensure, in testing, that our environment was not too "noisy" in terms of external signals. Radio, light, or sound signals travel from a transmitter to a receiver via multiple paths due to reflection, diffraction, or refraction. The delayed, reflected signals interfere with the direct signal, causing distortion, fading, signal nulling, and positioning errors in GPS and wireless communication.
We consulted several clinical psychologists for the idea generation of one of our initial prototype concepts, as well as a police officer who specialized in the domestic violence unit. Competitive analysis revealed that traditional emergency response systems, such as LifeAlert, often fail in domestic high-stress scenarios due to the psychological friction associated with high-visibility triggers. Research indicates that the 'imposing' nature of a large, red button can induce a sense of decision paralysis or guilt in victims of domestic abuse, who may be conditioned to avoid overt 'confrontational' actions. Project Aegis addresses this by utilizing a discreet, low-profile interface that lowers the cognitive threshold required for a user to seek intervention. Our initial prototype design mimicked the design of an eco-map—a map of a person's or family’s social network, relationships, and environmental interactions that is commonly used in counseling sessions. The intended design was to have each bead represent a certain social facet. However, we scrapped the idea of a beaded bracelet due to its complex use, opting for a single button with customizable combinations.
We utilized 30 AWG Silicone Wire for its high flexibility, preventing fatigue failure from the linear resonant actuator's vibrations, which would otherwise snap a standard PVC-insulated wire.
Technology
We incorporated a configuration website, "projectaegisportal.com," which was district-approved to streamline the configuration process for a potential individual's use of our product. We then attached all the information input (including the individual's device's serial number and their trusted contact's information) to an encrypted database on the Firebase console, as seen in the figure on the left. projectaegisportal.com runs via a GitHub Repository and provides instructions on how to use our product as well as how our haptic feedback provides information.
We built our device around the MediaTek MTK3339 Chipset GPS that feeds NMEA strings to our ESP32 microcontroller, translating the data from the GPS into readable coordinates. The figure on the right is the data sent to the serial monitor on Arduino. Our GPS system has an accuracy of ~1-2 meters and updates at a rate of 1 second. It also provides a timestamp of when this data was received.
The SIM7080G cellular modem extracts contact information inputted into the database as well as the GPS data translated from the ESP32 to send a predetermined text message with a Google Maps link of the individual in crisis's exact location.
Engineering
We utilized Autodesk Fusion 360 to develop a comprehensive 3D model of the Project Aegis hardware stack. This process involved creating custom components for the ESP32, SIM7080G module, and haptic drivers and placing them in a manner that maximized spatial efficiency on our perfboard. The modeling phase was critical for identifying a layout that would be most optimal for soldering while maximizing antenna exposure.
We implemented the WeMos D1 Mini ESP32 Microcontroller to manage complex pinout logic across multiple concurrent inputs and outputs. We strategically mapped the pins to enable communication between the GPS, SIM7080G, and DRV2605L haptic driver while preventing signal interference, ensuring reliable data transmission during emergency triggers.
We utilized a sophisticated sensor integration system. The process begins when the user engages a physical button, which is immediately debounced and processed by the ESP32. This electrical trigger is translated into two synchronous actions: an outbound emergency transmission via the SIM7080G and a localized haptic feedback vibration. By utilizing the DRV2605L haptic driver, we convert the digital signal back into a physical vibration via the linear resonant actuator (LRA), providing the user with a discreet, 'felt' confirmation that their request for help has been successfully dispatched."
Transitioning from temporary breadboard prototyping to a more permanent option, we executed our final assembly on a high-density perfboard. Utilizing a professional-grade Hakko FX-888DC Soldering Station, we hand-soldered joints in order to surface-mount components such as the ESP32 and SIM7080G
Math
To select an appropriate power source for Project Aegis, we performed a power budget analysis. By aggregating the peak current draws of the SIM7080G (500mAh) and the ESP32 (80mAh), we determined a maximum load of approximately 600mAh. Factoring in a 90% efficiency rating for the TPS63020 buck-boost converter, we calculated that a 3.7V LiPo battery rated 800mAh would provide a functional runtime of ~6 hours. In a sustained Emergency Alert state—incorporating cellular transmission and haptic feedback—the device provides nearly one hour of continuous SOS broadcasting. This balance of capacity and current draw demonstrates the device's ability to provide protection throughout a standard commute or outdoor activity while maintaining a compact, wearable form factor. Incorporating ESP32 "Deep Sleep," which means waking it up every 5 minutes to check the location instead of constant tracking, in combination with GPS duty cycling, which means immediately turning off the GPS once a location is stored, pushes our runtime to over 24 hours. Equations used include the Power Summation Law, the Power Conservation Law, the Usable Capacity Equation, and Peukeurt's Law.
The intelligence of Project Aegis is rooted in Geospatial Mathematics. By implementing the Haversine Formula, the GPS automatically calculates the great-circle distance between the user and predefined safe coordinates, accounting for the Earth's curvature to ensure meter-level accuracy. This data feeds into our Geofencing Logic, which utilizes radial inequalities to monitor the user's position relative to safety perimeters. This mathematical framework allows the device to make autonomous decisions—such as transitioning from low-power standby to active monitoring—based on the user's real-time proximity to designated 'Safe Havens'. In hardware terms, the system increases the rate at which the GPS samples coordinates outside of, say, your home.
RSSI Calculations
To ensure the reliability of emergency transmissions, Project Aegis performs real-time RSSI (Received Signal Strength Indicator) calculations. By measuring the incoming signal power on a logarithmic decibel-milliwatt (dBm) scale, the system can quantify the 'Link Budget' available between the wearable and the nearest LTE-M cellular tower. This mathematical evaluation is critical for adaptive broadcasting: if the RSSI falls below a critical threshold (typically -100 dBm), the device's logic-level mapping triggers a higher-power transmission mode or alerts the user via haptic feedback that they are entering a 'dead zone.' This ensures that the user is never left with a false sense of security in areas where electromagnetic propagation is insufficient for a life-safety alert.
The ESP32, ranks the RSSI value it receives to decide if the connection is reliable. (As seen in the figure with our Arduino GPS serial monitor, our connection was excellent at the moment.)
Because radio signal strength drops off exponentially as you move away from a cell tower (or as walls get in the way), we use a logarithmic scale rather than a linear one. As a result, a radio signal strength drops off exponentially as you move away from a cell tower (or as walls get in the way.) Because of this, we use a logarithmic scale rather than a linear one.
Conclusion
The integration of these STEM principles serves as the ultimate validation of our problem statement: that personal safety requires a discreet, reliable, and scientifically grounded intervention. By applying human physiology to the design, I substantiated the need for a haptic-feedback wearable and the appeal of a discreet panic button design. Our design decisions were never arbitrary; they were strictly dictated by the mathematical limits of signal reliability and the engineering constraints of miniaturizing a mechatronic system into a ring form factor. Additionally, we didn't just pick a random ring size; the dimensions were mathematically forced by the physical volume of the ESP32 and the haptic motor. We didn't guess if the battery would last; we used power consumption modeling to prove that an 800mah 3.7V lithium polymer battery was the most viable option. We ensured that the probability of a message failing was low enough to be trusted via signal reliability calculations.