Scan Available WIFI Networks With Esp8266 Nodemcu | TFK

TFK ioT
TFK ioT
1.7 هزار بار بازدید - 2 سال پیش - in this video, we will
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...
2 سال پیش در تاریخ 1401/10/21 منتشر شده است.
1,779 بـار بازدید شده
... بیشتر