IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.61k stars 490 forks source link

CC2650 - data only if there's movement / wake-on-motion #273

Open binderth opened 6 years ago

binderth commented 6 years ago

Hi there,

thanks for this cool library. I'm using it for a couple of Sensortag sensor and I'd like to use my CC2650 sensors only while they're in motion. I only need information at the time there is movement from the sensor. I'm unsure how to achieve this, are there any examples on this around? Thanks for help!

Thomas.