Replies: 1 comment 1 reply
-
12298 is
So you should probably triple-check your SSID :)
I think you can safely disregard this one. The error code is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! 👋
I'm fairly comfortable with ESP32-* devices on C/C++ but an absolute, helpless noob wrt. Rust, embedded Rust and especially no_std embedded Rust. So, be gentle. :-)
I'm trying to run the WiFi examples such as
wifi_embassy_dhcp
,wifi_dhcp
and friends. The hardware I'm using is SH-ESP32, based on ESP32-WROOM32E, and HALSER, based on ESP32-C3-MINI-1. Both are my own designs, but for these examples, they should be equivalent to regular Devkit boards.The initial WiFi scan works in the
wifi_dhcp
example but both that and the embassy example fail to connect to an AP withWARN - unsafe { esp_wifi_connect() } returned an error: 12298
or errors likeWARN - esp_wifi_internal_tx 12290
.I've set the SSID and PASSWORD environment variables and I'm trying to run the examples with
cargo xtask run-example examples esp32 wifi_dhcp
(and/oresp32c3
andwifi_embassy_dhcp
).Could someone suggest what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions