You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the ESP32 is receiving from the app but somewhere along the way the ssid is getting chopped.on the ESP32 Console log it is showing as SNET-MZC2KX when it should be PLUSNET-MZC2KX
The text was updated successfully, but these errors were encountered:
Solved my problem was with the SSID I was using on flutter end, however now I am still not receiving a response on the listener even though ESP is connecting to the internet.
I have an iOT project. Where I need to send home wifi credentials on iOT device.
Firstly, I have to connect the mobile app to the iOT device hotspot. Then send wifi credentials to the iOT device without internet. then the device automatically connects to WiFi.
I already try lots of package but not been able to achieve this task.
I tried Following package wifi_iot flutter_iot_wifi flutter_esp_ble_prov esp_provisioning_ble esp_provisioning_softap
I am using ESP32s, and am trying to setup a smartconfig provisioning process using the esp_smartconfig flutter package
I had previously used ESPTOUCH_SMARTCONFIG package and had that working however have decided for a rewrite in this package.
When running
esp_smartconfig_get_version()
on the ESP32 I am gettingESP SMARTCONFIG VERSION: V3.0.1
In order to start the provisioning on the arduino I am doing
On the Flutter Side I am running on a Stateful Loading Widget
Console log wise I am receiving
[14:50:09.312] [esp_smartconfig] [INFO] Provisioning started
From the Flutter app.and on the ESP I am getting
It seems that the ESP32 is receiving from the app but somewhere along the way the ssid is getting chopped.on the ESP32 Console log it is showing as
SNET-MZC2KX
when it should bePLUSNET-MZC2KX
The text was updated successfully, but these errors were encountered: