Page 1 of 1

ESP IDF provisioning and custom data bridge for react-native

Posted: Thu Nov 02, 2023 3:30 pm
by mateogianolio
Hey guys, we develop IoT devices with a companion app written in react-native and scoured the web for a react-native bridge for the excellent ESP IDF provisioning libraries for Android and iOS.

We found a few alternatives but they were either outdated or unmaintained and we decided to write our own and open-source it! It's written in Kotlin/Swift and has an example app that does both provisioning and custom data.

For our purposes it is only tested with BLE but it might work for SoftAP provisioning as well.

If you have need for this, please try it out!

https://github.com/orbital-systems/reac ... ovisioning