Obtaining realtime sensor data
maxxxpavlov opened this issue · 4 comments
maxxxpavlov commented
I want to receive accelerator data from mi band 4, but there is no callback in start_heart_rate_realtime.
rayavarapuvikram1 commented
How to get accelerometer values?
satcar77 commented
Assign a callback function to accel_raw_callback and call start_heart_rate_realtime . See if you can get any values. I haven't implemented the feature fully.
rayavarapuvikram1 commented
Is it possible to set an alarm with python?
satcar77 commented
That feature is in the project's TODO list.