Ameba MicroPython: [RTL8722CSM] [RTL8722DM] WiFi - WiFi Scan
Materials
- Ameba x 1
Steps
WiFi Scan function can help us quickly discover what WiFi networks are available in our surrounding. This example does not require any additional hardware, thus simply copy, and paste the following code into REPL to see its effect.
from wireless import WLAN wifi = WLAN(mode = WLAN.STA) wifi.scan()
Realtek IoT/Wi-Fi MCU Solutions . All Rights Reserved. Terms of Use