react-native-ble-manager icon indicating copy to clipboard operation
react-native-ble-manager copied to clipboard

Is it work for depth level sensors

Open udaymamidisetti opened this issue 1 year ago • 5 comments

I am working on react native app that take the data from the depth level sensors. It is successully connecting but when i try to using this function BleManager.startNotification() to read data. It is not working

udaymamidisetti avatar Dec 17 '24 06:12 udaymamidisetti

Why do you say the method does not work? Are you using onDidUpdateValueForCharacteristic?

marcosinigaglia avatar Dec 17 '24 09:12 marcosinigaglia

I'm not getting the complete data sent from firmware end. Why? only some chuck of data, but i'm able to get notified with the updated data.

adityaranjan006 avatar Feb 04 '25 07:02 adityaranjan006

@adityaranjan006 : did you find the solution? As I am facing the same issue.

dev-thissolution avatar Mar 03 '25 13:03 dev-thissolution

I'm not getting the complete data sent from firmware end. Why? only some chuck of data, but i'm able to get notified with the updated data.

negotiate higher mtu, keep in mind that IOS and Android have diferente maximum mtu sizes.

lucaswitch avatar Mar 16 '25 00:03 lucaswitch

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

marcosinigaglia avatar Jun 14 '25 02:06 marcosinigaglia