Page 1 of 1

ESP-IDF Provisioning for Ionic/Capacitor

Posted: Tue Jan 18, 2022 5:32 pm
by jkennedy1980
Not sure if this is the right place, but we've created an open-source capacitor (https://capacitorjs.com/) plugin that wraps the esp-idf-provisioning libraries for iOS and Android. This plugin allows you to provision esp devices running the idf-provisioning stack from an Ionic app using a single typescript interface. Currently this plugin only supports the BLE transport but we'd love help adding the SOFTAP transport. We'd also love help testing and making this plugin more robust so that it's easier for developers to use ESP provisioning stack when building Ionic/capacitor based apps for iOS and/or Android. Here's a link to the repo:

https://github.com/general-galactic/cap ... ovisioning