Background
The algorithm people need real data in order to develop the proximity algorithm based on rssi.
Requirements v1
The app should use the rn-contact library - example project
The app should send and receive BLE packets in background every 100ms The data will include: Time stamp, device name, Data, Bssid, Rssi - just add in rn-contact params for interval ad the needed data
The data should be written in local db - done
The user will be able to extract a csv file and download it to device storage - extract to JS already done - they just need to push it to some file with JS
Requirements v2
Right after the packet was received sample the following sensors:
Location:long lat
Proximity
Rotation vector
Accelerometer
Battery level
Background The algorithm people need real data in order to develop the proximity algorithm based on rssi.
Requirements v1 The app should use the rn-contact library - example project The app should send and receive BLE packets in background every 100ms The data will include: Time stamp, device name, Data, Bssid, Rssi - just add in rn-contact params for interval ad the needed data The data should be written in local db - done The user will be able to extract a csv file and download it to device storage - extract to JS already done - they just need to push it to some file with JS
Requirements v2 Right after the packet was received sample the following sensors: Location:long lat Proximity Rotation vector Accelerometer Battery level
Write it to db
Extract it to csv