Using an ESP8266 to Scan WiFi APs and Check Signal Strength (Percentage) with Arduino
This code is to use ESP8266, NodeMCU, Wemos D1 Mini to display all available access points (WiFi) on the serial monitor.
On this page, I have provided three different Arduino codes:
- Basic WiFi scan
- Display open WiFi only
- Advanced WiFi scan
Displays only access points that have no password. Displays the following:
- SSID
- Channel
- Signal strength in dBm
- Signal strength in percentage
- MAC address
- Encryption type
- Hidden or not
228-Basic Wi-Fi scan code
语言: C++
This code has not been parsed yet. Please return to the admin panel to parse it.
229-Open Wi-Fi scan code
语言: C++
This code has not been parsed yet. Please return to the admin panel to parse it.
230-Advanced Wi-Fi scan code
语言: C++
This code has not been parsed yet. Please return to the admin panel to parse it.
资源与参考
尚无可用资源。
文件📁
没有可用的文件。