IoT Hackathon - Bike Safety
A device attached to wrist indicates turns through blinking turn indicators. An accelerometer detects deceleration and lights a brake light. The accelerometer detects falls and sends a notification to rally managers through the cloud indicating the location and severity of the fall. Indicator lights are either worn on back or attached to bike handlebars or saddle.
The location of bikers are tracked through periodic location notifications in sms text messages and displayed on a map.
The location of bikers are tracked through periodic location notifications in sms text messages and displayed on a map.
Load the Code
git clone git@github.com:saiimons/BikeSafety.git
git submodule init
git submodule update
Load the Edison code to your XDK IDE.
Load the Android project in Android Studio.
Step 2 : Build and Install on Edison and an Android Device
Press play on both IDEs ;)