-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unable to read Data from Bluetooth sensor on 100ms #710
Comments
Can you show what the characteristic read code on the javascript side looks like? Sometimes a peripheral will have it's own limitations that can prevent reading data too quickly. |
Hi @peitschie async readPressureValue(deviceId: string) {
} |
In your screenshot above... it appears that sometimes you end up with a new How are you triggering these reads currently? Do you wait for the last read to complete first, or are you triggering these on a Usually, overlapping reads on the same characteristic like this are not well supported. |
A clear and concise description of what the bug is.
I am developing the application where it use this plugin to interact with Bluetooth pressure sensor called "TESS 5600" where I have to fetch pressure data from sensor. Application is fetching pressure data on 1 second interval even app is fetching data on 500ms but it is giving error when I am setting the interval value to 100ms
Screenshots
I have attached the 2 screenshots where it is fetching data at 500ms and giving error at 100ms interval
Plugin version:
The text was updated successfully, but these errors were encountered: