Skip to content

Commit ad614a1

Browse files
authored
Merge pull request #5 from ferrous-systems/24hz_wifi
fix: wifi 5Ghz not supported, 2.4Ghz necessary
2 parents d6b4a80 + 46e2a2c commit ad614a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/src/02_4_hello_board.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To test Wi-Fi connectivity, you will have to provide your network name (SSID) an
1212

1313
✅ Copy `cfg.toml.example` to `cfg.toml` (in the same directory) and edit it to reflect your actual credentials:
1414

15+
❗️The 5GHz band is not supported according to [ESP32-C3 documentation](https://www.espressif.com/en/news/ESP32-C3_Wi-Fi_Certified#:~:text=ESP32%2DC3%20is%20a%20safe,wide%20range%20of%20IoT%20applications), you need to ensure you are using a WiFi with active 2.4GHz band.
16+
1517
```console
1618
$ cp cfg.toml.example cfg.toml
1719
$ $EDITOR cfg.toml
@@ -22,6 +24,7 @@ wifi_ssid = "Your Wifi name"
2224
wifi_psk = "Your Wifi password"
2325
```
2426

27+
2528
✅ build, run and monitor the project, substituting the actual serial device name for `/dev/SERIAL_DEVICE`:
2629
```console
2730
$ cargo espflash --release --monitor /dev/SERIAL_DEVICE

0 commit comments

Comments
 (0)