Skip to content

Releases: Capstone-Projects-2023-Spring/project-vehicle-collision-automatic-detection

Final

04 May 18:00
579a66a
Compare
Choose a tag to compare

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

Milestone 2

10 Apr 19:41
0282c0c
Compare
Choose a tag to compare

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)

Milestone 1

24 Mar 20:37
c2667c0
Compare
Choose a tag to compare

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)

Arduino Device:
-Bluetooth Connection as a BLE Peripheral
-Receives data from Accelerometer & updates data to send to apps