Page 1 of 1

Flutter module/ SDK for ESP-32 provisioning

Posted: Thu Jun 22, 2023 9:36 am
by bigulbajao
Hello,
We are a team of Flutter mobile developers trying to get ESP-32 provisioning. We are trying to:
1) Connect to ESP-32's WIFi
2) Provide home-wifi's router SSID and Password
3) Provision the ESP-32 device with info in step2.

We have done a lot of research but couldn't find a Flutter module/ SDK for the same. Most flutter plugins are either very old and do not work.

For the initial demo, we can connect to ESP-32's wifi manually. and have a screen for selecting nearby wifi, and enter password manually.
However, we do need to provision ESP-32 by providing home-router's wifi SSID and Password.

Can someone please help with suggestions/ recommendations on how to go about it?
Thanks in advance :)
Bipul

Re: Flutter module/ SDK for ESP-32 provisioning

Posted: Mon Sep 16, 2024 10:55 am
by jspro47
Hello, did you find a way to implement this in Flutter?