Open itsbeenemotional opened 2 years ago
I can look at this next week, but am not near the right hardware now. Please list the versions of blues, bleak, and Raspberry Pi OS you are using.
Thank you. I am not sure what 'blues' is, but I am using bleak 0.11.0 on RPi OS 64-bit Bullseye.
Sorry, I meant bluez
(auto-correct did that), which is system software used by bleak
.
Gotcha. I think this is the information you want:
$ dpkg --status bluez | grep '^Version:'
Version: 5.55-3.1+rpt1
I'm getting very infrequent sensor value updates when running the simple test example with my Raspberry Pi 4 and BM1000B. It looks like the device is polled once per second, but most polls return no values. Is this a known limitation, or is there a way to get more frequent readouts from sensor, at the very least 1 Hz?
Sample output (I modified the code slightly to include time stamps):