-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we get even faster telemetry? #24
Comments
I'm also interested. I care about heartrate rather than accelerometer data, though. The ideal for me would be if we can get gadgetbridge to read heartrate every 5s or less, but the fast the better. 5 minutes is too infrequent to be useful in a workout. I have an R06 that's too big for me that I'm happy to use as a testbed. |
Hi!
Original OTA fw has 0x7d (125) value @0x9B0A. |
great! It does indeed stream in at a super fast rate! That being said, it seems to cause the bluetooth connection to fail after 30 second to a minute or so. I can reconnect and do it again over and over, but do you know what would cause it to disconnect like that every time? @halsbox |
I don't really know. Maybe some buffers on device side are being overflowed. I'll do more experiments with different values and let you know. Next week I hope to find more time for reverse engeniering the fw including the bt stack part. |
The used value I added in the fast version was already the fastest that worked reliable :) |
Ok thanks, I tested on a couple devices to see if it was the ring or the device connecting to it. Seems on the ring side afaik. I would settle for an in-between value or anything faster than the previous fast one. I'd love to be able to build the firmware myself, but it seems maybe a little bit beyond my capabilities, haha. Personally I only need the accelerometer data, so I could conceivably not send all the raw data values? |
Understood, thanks for letting me know. Here's a very brief demo of why I want faster telemetry and why battery life doesn't matter in my case... I'm testing using the accelerometer to drive kinetic sculptures like this one |
@philletourneau Great application! We've been playing using it as a controller as well. It seems like the lack of gyro in the device puts some hard limits on the precision. We've also been having problems with it randomly dropping but just doing quick reconnect and it's OK not great. |
I'd kill to find a similar ring with a gyro and maybe capacitive touch or some other kind of button or something. |
Hello, thank you very much for your work on this, it's very helpful!
I'm happy to see the increased raw data rate from R02_3.00.06_FasterRawValuesMOD.bin however is it possible to increase the speed even more? I'm not concerned with battery life or anything like that, I'm trying to reach near-real-time readings from the accelerometer specifically.
Thanks!
The text was updated successfully, but these errors were encountered: