I have 7 sensors that use Bluetooth 5.2 and provide 70 readings per second. Therefore, with 7 sensors, I would have a total of 70 * 7 readings. I am considering using react-native-ble-manager. Is it worth using this package? #1179
Unanswered
sunny812546
asked this question in
Q&A
Replies: 1 comment
-
I think you have to use startNotificationUseBuffer or you flood the react native bridge. Or create a customized version of the library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 7 sensors that use Bluetooth 5.2 and provide 70 readings per second. Therefore, with 7 sensors, I would have a total of 70 * 7 readings. I am considering using react-native-ble-manager. Is it worth using this package?
Beta Was this translation helpful? Give feedback.
All reactions