satcar77/miband4

Obtaining realtime sensor data

maxxxpavlov opened this issue · 4 comments

I want to receive accelerator data from mi band 4, but there is no callback in start_heart_rate_realtime.

How to get accelerometer values?

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.

Is it possible to set an alarm with python?

That feature is in the project's TODO list.