https://docs.espressif.com/projects/ard ... g.html#id3
this helped
Search found 4 matches
- Wed Apr 24, 2024 8:11 pm
- Forum: Report Bugs
- Topic: ESP32 WiFi doesn't connect with SDK 2.x (but works with 1.x)
- Replies: 1
- Views: 6888
- Wed Apr 24, 2024 8:11 pm
- Forum: General Discussion
- Topic: ESP32 WiFi doesn't connect with SDK 2.0.14
- Replies: 1
- Views: 690
- Mon Mar 11, 2024 8:14 pm
- Forum: Report Bugs
- Topic: ESP32 WiFi doesn't connect with SDK 2.x (but works with 1.x)
- Replies: 1
- Views: 6888
ESP32 WiFi doesn't connect with SDK 2.x (but works with 1.x)
Hi,
using example from https://github.com/espressif/arduino-es ... onnect.ino
Same code works with 1.0.6, but not with "esp32 board package 2.0.x"
(See viewtopic.php?p=127986#p127986)
Is this a bug?
using example from https://github.com/espressif/arduino-es ... onnect.ino
Same code works with 1.0.6, but not with "esp32 board package 2.0.x"
(See viewtopic.php?p=127986#p127986)
Is this a bug?
- Mon Feb 19, 2024 4:35 pm
- Forum: General Discussion
- Topic: ESP32 WiFi doesn't connect with SDK 2.0.14
- Replies: 1
- Views: 690
ESP32 WiFi doesn't connect with SDK 2.0.14
hi, i'm trying to connect to WiFi with my ESP32 WROOM Using Arduino IDE 2.3.1 with esp32 board package 2.0.14 on (ubuntu linux) example from ~/.arduino15/packages/esp32/hardware/esp32/2.0.14/libraries/WiFi/examples/WiFiClientConnect/WiFiClientConnect.ino (changed only the ssid + password) it compile...