Struggling with react native and puck js #4166
Replies: 1 comment
-
Posted at 2023-03-31 by @gfwilliams I think the issue is you're trying to read and write from characteristic If you check other code that uses BLE at something like : https://www.espruino.com/Interfacing#node-js-javascript It writes to So you need:
When you get this working, please could you paste up the final code? It'd be graet to have a full example of using Posted at 2023-03-31 by user154849 Hi, thanks, now it works :) Here is the working code :)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-03-31 by user154849
Hi :)
Im working on integrating the Puck.js into my react native application using react-native-ble-plx
Everything is working fine, but when i try to write some data, i just get this message
[BleError: Characteristic 6e400002-b5a3-f393-e0a9-e50e24dcca9e notify change failed for device 1E986C85-8037-E56E-A18D-0F38826AAB12 and service 6e400001-b5a3-f393-e0a9-e50e24dcca9e]
Thats my code :)
I would be greatful for any help :)
Beta Was this translation helpful? Give feedback.
All reactions