The "Aura Project" app will alert an user from an epilepsy seizure within few minutes notice
Please refer to How To Contribute
- Android Sdk version 25.0
- Connected device transfering HRV data through Heart Rate bluetooth profile
- Connected device - MaximIntegrated - MAXREFDES73# - Skin temperature / Electro dermal activity
- Connected device - Motion sensor armwrist
Android Architecture Blueprints link
iDevicesInc - SweetBlue - support multi Bluetooth connection on most Android platforms and devices link
The "Aura project" mobile application:
-
fetch physiological data from a armband device via Bluetooth Low Energy
-
process the data in order to anticipate an epilepsy seizure
-
alerts the user
cd rootProjectDir/documentation
doxygen Doxyfile
In order to ensure best user experience, we implement few instrumented tests that will check that the big volume of data are saved and uploaded in a reasonable time.
-
Install a local InfluxDB server and
-
start the local InfluxDB server
- create a physio_signal database
- create a test user with test password
- grant all acces to test user on physio_signal database
-
In DataPipelinePerfsInstrumentedTest file, set the proper end point for your InfluxDB database
- private String TEST_INFLUX_DB = "http://XXX.XXX.X.XX:8086";
-
Remove the @Ignore flag from the tests you want to execute
-
Select the smartphone you want the tests to be executed on
-
run the DataPipelinePerfsInstrumentedTest