Skip to content

Bluetooth Low Energy nodes taking highly time-synced measurements

License

Notifications You must be signed in to change notification settings

michgz/TimeSyncedBLE

Repository files navigation

TimeSyncedBLE

A system for taking syncronised accelerometer measurements with a network of BLE (Bluetooth Low-Energy) nodes in a way that all measurements are time-stamped to better than 1 millisecond accuracy. It builds on the time-syncing system pioneered by Audun Korneliussen (https://github.com/nordic-auko).

The nodes are implemented on nRF52 SOC (for example, nRF52832) and uses the ST accelerometers LIS2DH. A controller nRF52 provides the time sync to all leaf nodes, and also acts as a trigger for all leafs to take samples.

Several sources of code have been borrowed:

Development Frameworks

Embedded code for the nRF52 units uses the 16.0.0 version of the nRF52 (download from https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK/Download). It should be compilable by SES. Note that the SDK is not included in this repository -- it must be downloaded and copied in. There is an empty directory there for it.

PC host code uses Python 3.8 + Bleak 0.10.0. It should work independently of hardware - for development, Ubuntu 18.04 was used.

About

Bluetooth Low Energy nodes taking highly time-synced measurements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages