Client Apps:
-UI
-Contact Adding / Deleting
-Bluetooth Connection to Arduino Device
-Apps automatically attempt connection on startup (new)
-Crash Notification Procedure
-Automatic texting & calling if user does not cancel procedure after a set amount of time
-GPS Coordinates are extracted and send in text notifications
-Alert Sound for alert popup (new)
-Voice control (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
-Inactivity will cause device to go to sleep, saving battery (new)
Tests:
-Unit Tests for various architectural components (new)
Executables:
-Android: apk file in executables folder (new)
-iOS: import project into IDE and run it
-Arduino: import project into Arduino IDE and upload to arduino