-
Notifications
You must be signed in to change notification settings - Fork 28
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
Not getting past "Collecting ACC data..." on windows #18
Comments
@Normega I'm not sure what might cause this, I haven't tried this on Windows yet. I'd suggest updating the firmware on your Polar H10, and adding in print statements to see where it is failing. |
Dear kbre93, thanks for your application! I've been learning a lot from your project. I encountered a similar situation in Windows environment like @Normega, and I'm not sure what went wrong. However, based on my experience developing with the Polar SDK, I believe the issue lies in the asynchronous function part. There should be a certain time interval between subscribing to heart rate and acceleration data. So, I tried modifying the following code, and that solved the problem. View.py_ |
It's still a little buggy, but the sleep commands worked beautifully- I wonder if this is hardware / operating system specific- thanks so much for the suggestion! |
Hi, I've been learning a lot about the polar interface through your project, thanks!
I'm having issues getting the data to come through on Windows- the window is starting up and I can see the pacer data, but no belt data (only the orange circle and line).
In the terminal, I'm seeing:
Found Polar device
Model Number: H10
Manufacturer Name: Polar Electro Oy
Serial Number: CA9E1121
Address: F8:65:D5:12:AA:17
Battery Level: 100%
Firmware Revision: 5.0.0
Hardware Revision: 00760690.03
Software Revision: 3.2.0
Collecting HR data...
Collecting ACC data...
Any ideas why belt data might not be getting integrated into the display?
The text was updated successfully, but these errors were encountered: