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
Using Wifi Firmware 1.1.0 and WiFi NINA library 1.4.0, the hotspot is created ignoring my config (ssid,pass), and being an open network with ssid like ESP-XXXXXX
Update to firmware 1.2.1
When updated the wifi module to the last firmware available, the hotspot fails to initialize.
NB I'm using MKR WIFI 1010 & Arduino IDE 1.8.9, I've also tried with the Web Editor and the 1.8.8, no luck
The text was updated successfully, but these errors were encountered:
Hi @albydnc ,
can you share the SSID and password you are trying to initialize? Please note that, since the AP connection is using WPA standard, the password must be at least 8 characters long or the initialization will fail.
Fw 1.1.0 AP configuration is known to fail; for the latest firmware you can check arduino/Arduino#8976 (that also brings nice speed improvements)
Some issues with the wifi.beginAP() command:
Default Espressif AP showing up
Using Wifi Firmware 1.1.0 and WiFi NINA library 1.4.0, the hotspot is created ignoring my config (ssid,pass), and being an open network with ssid like ESP-XXXXXX
Update to firmware 1.2.1
When updated the wifi module to the last firmware available, the hotspot fails to initialize.
NB I'm using MKR WIFI 1010 & Arduino IDE 1.8.9, I've also tried with the Web Editor and the 1.8.8, no luck
The text was updated successfully, but these errors were encountered: