innoveit / react-native-ble-manager

React Native BLE communication module
http://innoveit.github.io/react-native-ble-manager/
Apache License 2.0
2.08k stars 753 forks source link

[BleError: Cannot write to characteristic beb5483e-36e1-4688-b7f5-ea07361b26a8 with invalid data format: [248,0,0]] #1223

Closed Simeonhm closed 3 months ago

Simeonhm commented 3 months ago

Hello,

I'm trying to send data (a color) from react native app to TTGO microcontroller.

Sometimes it works and sometimes I get this error:

[BleError: Cannot write to characteristic beb5483e-36e1-4688-b7f5-ea07361b26a8 with invalid data format: [r,g,b]]

Can somebody help me?

marcosinigaglia commented 3 months ago

There is stackoverflow for these questions, it is not a library problem.

Simeonhm commented 3 months ago

Could you still help me?