acassis opened a new issue, #7857:
URL: https://github.com/apache/nuttx/issues/7857
Seems like ESP32 WiFi coexistence is not working.
How to test:
$ esptool.py -c esp32 -p /dev/ttyUSB0 -b 921600 erase_flash && make -j
distclean && ./tools/configure.sh esp32-devkitc:sta_softap && make menuconfig
&& make -j bootloader && make -j flash ESPTOOL_PORT=/dev/ttyUSB0
ESPTOOL_BINDIR=./
nsh> wapi psk wlan0 myrouterpass 3
nsh> wapi essid wlan0 MyRouter 1
nsh> renew wlan0
nsh> ifconfig
wlan0 Link encap:Ethernet HWaddr 3c:61:05:0d:a2:58 at UP
inet addr:192.168.0.10 DRaddr:192.168.0.1 Mask:255.255.255.0
wlan1 Link encap:Ethernet HWaddr 3e:61:05:0d:a2:58 at DOWN
inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
nsh> ifup wlan1
ifup wlan1...OK
nsh> dhcpd_start wlan1
nsh> wapi psk wlan1 mypasswd 3
esp_wifi_softap_auth: Failed to set Wi-Fi config data ret=12299
ERROR: Process command (psk) failed.
nsh> wapi essid wlan1 nuttxap 1
esp_wifi_softap_essid: Failed to set Wi-Fi config data ret=12299
ioctl(SIOCSIWESSID): 1
ERROR: Process command (essid) failed.
nsh>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]