You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully connected my BLE device (ESP32 board + IMU) to my windows pc using
PyGATT library and I can receive data from the IMU.. However, I receive the data with a sampling frequency <25 Hz. Using the same code on my ESP32 board I can receive data on my phone with a rate of 180 Hz.
Why does this happen? Do I have to modify the library?
Thank you
The text was updated successfully, but these errors were encountered:
I have successfully connected my BLE device (ESP32 board + IMU) to my windows pc using
PyGATT library and I can receive data from the IMU.. However, I receive the data with a sampling frequency <25 Hz. Using the same code on my ESP32 board I can receive data on my phone with a rate of 180 Hz.
Why does this happen? Do I have to modify the library?
Thank you
The text was updated successfully, but these errors were encountered: