Skip to content

Milestone 2

Compare
Choose a tag to compare
@AFoster414 AFoster414 released this 10 Apr 19:41
· 105 commits to main since this release
0282c0c

Client Apps:
-UI
-Contact Adding / Deleting
-Bluetooth Connection to Arduino Device
-Data is able to be received by Arduino Device (for demo purposes, displays over contact list)
-Crash Notification Procedure (new)
-Automatic texting & calling if user does not cancel procedure after a set amount of time (new)
-GPS Coordinates are extracted and send in text notifications (new)

Arduino Device:
-Bluetooth Connection as a BLE Peripheral
-Receives data from Accelerometer & updates data to send to apps
-Fixed bug where connection trips out on first connection after startup (new)