Scan Available WIFI Networks With Esp8266 Nodemcu | TFK

Published: 11 January 2023
on channel: TFK ioT
2,038
36

in this video, we will learn about how we can scan available wifi Networks with esp8266 NodeMcu.
to start with wifi with nodemcu we need to use ESP8266WiFi Library.

Some inbuilt Library functions we will use in this tutorial.

Disconnect ();
Sets currently configured SSID and password to null values and disconnect the station from an access point.
WiFi.Disconnect ();

scanNetworks ();
Scan for available Wi-Fi networks in one run and return the number of networks that have been discovered.
WiFi.scanNetworks ();

SSID();
Return the name of the Wi-Fi network, formally called Service Set Identification (SSID).
WiFi.SSID();

RSSI();
Return the signal strength of the Wi-Fi network, which is formally called Received Signal Strength Indication (RSSI).
WiFi.RSSI();

BSSID();
Return the BSSID (Basic Service Set Identification) which is another name of the MAC address of a network discovered during the scan.
WiFi.BSSID();

encryptionType();
Gets the encryption type of the current network.
WiFi.encryptionType();

#esp8266 #esp8266wifi

| TFK | Scan AVailable Wifi NetWorks With Esp8266 NodeMCU |

Code Link: https://github.com/hubtfk/wifi-Scan-W...

Documentation: https://arduino-esp8266.readthedocs.i...

Esp8266 Nodemcu AccessPoint:    • Esp8266 NodeMCU Wifi Access Point | E...  

Esp8266 NodeMCu MultiWifi:    • Programming the ESP8266 Multi WiFi | ...  

Connect Esp8266 NodeMCU to Wifi Network:    • Connect Esp8266 NodeMCU to Wifi Netwo...  

Upload Code Using Android:    • How to Program Arduino / Esp8266 with...  
Automatic Water Planting:    • Automatic Plant Watering System using...  
NodeMCU WebSERVER:    • ESP8266 Web Server using SPIFFS | Web...  

SETUP New Blynk Mobile:    • Getting Started With New Blynk IOT  A...  


Watch video Scan Available WIFI Networks With Esp8266 Nodemcu | TFK online, duration hours minute second in high quality that is uploaded to the channel TFK ioT 11 January 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 2,038 times and liked it 36 visitors.