Search found 4 matches

by AndyCoder
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: 5653

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?
by AndyCoder
Mon Feb 19, 2024 4:35 pm
Forum: General Discussion
Topic: ESP32 WiFi doesn't connect with SDK 2.0.14
Replies: 1
Views: 523

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...