Basic code to enable the Wi-Fi module and create a soft AP on an Xtensa ESP32 micro controller.
Go to file
2023-06-19 22:38:05 +01:00
.cargo Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +01:00
src Changed RSSI percentage strength function to return the correct percentage. Now takes into account min and max RSSIs. Could potentially use some sort of Logarithmic scale to actually determine the correct RSSI 2023-06-19 22:38:05 +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 Created ESP32 app that scans local APs and reports signal strength. 2023-06-19 21:57:53 +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.