This website requires JavaScript.
Explore
Help
Sign In
luke-else
/
esp32-wifi
Watch
1
Star
0
Fork
0
You've already forked esp32-wifi
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
8b2abd2f8d
Branches
Tags
View all branches
Go to file
Code
Luke Else
8b2abd2f8d
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
.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
README.md
esp32-wifi
Basic code to enable the Wi-Fi module and create a soft AP on an Xtensa ESP32 micro controller.
Description
Basic code to enable the Wi-Fi module and create a soft AP on an Xtensa ESP32 micro controller.
Readme
32
KiB
Languages
Rust
100%