Search found 1 match
- Thu Apr 08, 2021 10:55 pm
- Forum: ESP32 boards
- Topic: Trying to connect HUZZAH32 ESP32 Feather to WIFI
- Replies: 2
- Views: 1742
Trying to connect HUZZAH32 ESP32 Feather to WIFI
Trying to connect several Feathers to the wifi and be able to communicate with them. I'm using esp32-idf4-20210202-v1.14.bin and have macOS >>> import network >>> wlan = network.WLAN(network.STA_IF) >>> wlan.active(True) TRUE >>> wlan.connect('ssid', 'password') >>> wlan.ifconfig() ('172.40.3.190', ...