Wearable Emergency Bracelet Design
Table
| From Component & Pin | Connection Description | To Component & Pin | Net Name / Note |
|---|---|---|---|
| U4 IN | 5 V supply or USB power input | External Power Source | VCC_IN |
| U4 BAT_1/ BAT_2 | Connect positive terminal of battery | LiPo Battery 3.7V Positive Terminal | BAT_POS |
| LiPo Battery Negative Terminal | Connect to | Ground (GND) | GND |
| U4 OUT_1/ OUT_2 | Main system power rail output | All VCC pins of U1, U2 and U3 | SYS_VCC |
| U4 VSS & VSS_THERMAL_PAD | Connect to | Ground | GND |
| U1 VDD | Connect to BQ24075RGTT OUT (System Rail) | SYS_VCC | VCC_SYS |
| U1 VSS | Connect to | Ground | GND |
| U1 SWDCLK & SWDIO | Used for programming via SWD | External SWD programmer header | SWD (programming interface) |
| U2 VCC | Connect to System Voltage Rail | SYS_VCC | VCC_SYS |
| U2 GND | Connect to | Ground | GND |
| U2 TXD | UART output to MCU | UART RX pin on U1 | UART_COMM |
| U2 RXD | UART input from MCU | UART TX pin on U1 | UART_COMM |
| U2 RST | Optional reset control; tie via GPIO | GPIO (e.g., on U1) | Button/MCU-controlled (with pull-up if required) |
| U3 VCC | Check module voltage requirements; typically 3.3V | SYS_VCC (possibly regulated through additional LDO if required) | VCC_SYS |
| U3 GND | Connect to | Ground | GND |
| U3 TXD1/RXD1 | For serial GPS data | Spare UART pins on U1 | GPS_COMM (if implemented) |
| SW1 (Push Button) | For emergency trigger input | Connect one side to a selected GPIO on U1; the other side tied to [Ground] or pulled-up to SYS_VCC (per desired logic) | TRIGGER_BUTTON |
| BZ1 (Vibration Motor) | Driven via transistor (controlled by MCU) | Connect VCC to SYS_VCC and GND to [Ground]; control (IN) via an MCU GPIO through driver circuit | HAPTIC_CONTROL |
Table
| From Component & Pin | Connection Description | To Component & Pin | Net Name / Note |
|---|---|---|---|
| J1 – SIM Contacts | Connect SIM card interface signals (VCC, data, clock, and ground as specified in the SIM800L datasheet) | SIM interface pins on SIM800L module | SIM_CARD_INTERFACE – Ensure voltage levels and signals follow the SIM800L requirements |
lohith100
copilot
- Battery Management and Charging with the BQ24075RGTT:
- Connect U4:IN to your external supply voltage source.
- Connect U4:BAT_1 and U4:BAT_2 to the battery.
- Connect U4:VSS to the ground.
- Connect U4:OUT_1 and U4:OUT_2 to power other components like U1, U2, U3, and BZ1.
MCU (Microcontroller)- NRF52832-QFAB-R:
- Connect U1:VDD to the output of the power supply (U4:OUT_1 or U4:OUT_2).
- Ground all VSS pins by connecting them to your common ground.
GSM Module- SIM800L:
- Connect U2:VCC to the power source (e.g., from U4:OUT_1).
- Connect U2:GND to the ground.
- Connect U1:RXD to U2:TXD and U1:TXD to U2:RXD.
GPS Module- L80-R:
- Connect U3:VCC to the power supply.
- Connect U3:GND to the ground.
- Connect U1:RXD to U3:TXD1 and U1:TXD to U3:RXD1.
Buzzer- Buzzer (BZ1):
- Connect BZ1:VCC to the power source.
- Connect BZ1:GND to the ground.
- Connect U1:P0.00 or any GPIO pin to BZ1:IN for control.
Switch