This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/CC2650STK: Sampling rate

Part Number: CC2650STK

Tool/software: Linux

Good day, I'm new with SensorTag, so I use Bluepy lib (github.com/IanHarvey/bluepy) with Raspberry Pi.

My goal is to record data from 3 sensors with sampling rate = 100Hz, but I have only 1Hz (and 10Hz if I use only one sensor) and i can't find how to change sampling rate.

(arg.waitfornotification() dosn't work)

So, my question is how can I change sampling rate in bluepy or maybe there is exist another solution for this problem? Thx!