Mateo Gianolio
Mateo Gianolio
Latest version is compatible with react-native 0.76.2 and new architecture, should hopefully work with expo as well.
[Error: Request to send data to device failed with error: BLE characteristic does not exist.] on ios
You need to set up the custom data endpoint in your ESP device
[Error: Request to send data to device failed with error: BLE characteristic does not exist.] on ios
Make sure you use the correct security setting and try the latest version.
This library supports RN new architecture and should therefore theoretically work with expo. I'm not familiar with how expo works but a simple `yarn add @orbital-systems/react-native-esp-idf-provisioning` should suffice. Have you...
Maybe related to #73
Hey, do you mean sending data to custom path? It's not in the readme, but in the example app there is a screen for sending custom data. https://github.com/orbital-systems/react-native-esp-idf-provisioning/blob/master/example/src/SendDataScreen.tsx
README (or separate API docs) should be added but will create another issue for that. Please refer to the example app for now, which has examples for data transmission.
Exactly! Same as #67, it's possible but docs are missing in README. Refer to the example app for now :)
I think the best way forward here would be 1. to record BLE events between phone and device and then somehow replay them in unit tests. 2. to setup a...
In your project I don't see any reference to react-native-esp-idf-provisioning in the list of packages. Have you installed the package correctly? 