Basic code to enable the Wi-Fi module and create a soft AP on an Xtensa ESP32 micro controller.
Go to file
2023-07-02 18:12:19 +01:00
.cargo Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00
src Updated code to start up AP after 3 local network scans 2023-07-02 18:12:19 +01:00
.gitignore Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00
build.rs Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00
Cargo.toml Updated code to start up AP after 3 local network scans 2023-07-02 18:12:19 +01:00
LICENSE Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00
README.md Initial commit 2023-06-19 19:19:32 +02:00
rust-toolchain.toml Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00
sdkconfig.defaults Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00

esp32-wifi

Basic code to enable the Wi-Fi module and create a soft AP on an Xtensa ESP32 micro controller.