Particle WiFi provisioning over WebBLE

Hi all,I wanted to share an example project I put together outlining how to provision Particle WiFi enabled devices over WebBLE.

Both the client (React Native targeting web) and firmware code are in the blueprint’s repository.

Clone the repository and run the following commands to start the React Native development server:

cd client
npm install
npm run web

Then, open http://localhost:8081 to view the web app. I included a quick video walk through:

3 Likes