This code acts as a wristband module for Raspberry Pi. It also has a blackbook that gives you the intuition about how the project works. It also consists of the Android ASync class which connects to the wristband module using Socket Programming
The main application is aimed at providing safety for women in India. This module manages to act as a perfect fitness tracker as well as a rescue module.
- NARI (Native Application for Rescue, India)
- Jan 2017 – May 2017
- Features of Android App: Online Registration, Google Maps Integration, Firebase Integration
- Features of Wristband: SOS signal with just a push of a button, display time and date, Firebase integration, pedometer used for counting steps and distance, integration with the android app.
- Generated predictive results from Crimes against woman using Machine Learning (ARIMA)
- Hardware used- Raspberry pi-3B
- Technology used: Android SDK, Notepad++, Firebase DB
- Programming Languages: Java, Python
- Academic Course Code: 0801
The example code is in Python (version 2.7 or higher will work).
- import Adafruit_CharLCD
- import time
- import datetime
- import RPi.GPIO
- import json
- import requests
- import socket
- import geocoder
- import pyfcm
To run the code, type python project.py
python project.py