This repository contains the source code for parsing the BLE beacon accelerometer data and detect whether the tag is moving or stationary
To run the application Beacon_Accelerometer_Data_Parser:
- Make sure you have python installed and setup on your system. App is tested on Python 3.8
- Download or clone the repository
- To start the application: python Beacon_Accelerometer_Data_Parser.py
To run the application Beacon_Accelerometer_Data_Parser_With_BLE_Scanner:
- Make sure you have python installed and setup on your system. App is tested on Python 3.8
- Make sure you have installed beacontools - https://pypi.org/project/beacontools/ (Works only on Linux Platforms)
- Download or clone the repository
- To start the application: python Beacon_Accelerometer_Data_ParserWith_BLE_Scanner.py