Search found 1 match
- Mon Jun 19, 2023 2:14 pm
- Forum: General Discussion
- Topic: esp32c2, idf wifi example fails to connect to AP
- Replies: 0
- Views: 921
esp32c2, idf wifi example fails to connect to AP
ESP8464 DevKit M-1 v1.1 ESP32C2 idf5.0.1/idf5.0.2 the way to reproduce: 1. cd idf5.0.1(or idf5.0.2)/examples/wifi/getting_started/station 2. idf.py set-target esp32c2 3. idf.py menuconfig # config ssid and password, they are correct for sure 4. idf.py build && idf.py flash 5. idf.py -b 74800 monitor...