Skip to content

Latest commit

 

History

History
 
 

wifi_scan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Scanning Wi-Fi networks

How to scan Wi-Fi networks with the FeatherWing ESP32 AirLift Wi-Fi module.

Running the example

  • Set up the hardware, connect it to your computer via USB.
  • Copy the libraries to the lib directory on the CIRCUITPY drive.
  • Copy the content of wifi_scan.py to code.py on the CIRCUITPY drive.

Libraries

From the CircuitPython libraries bundle:

  • Copy lib/adafruit_esp32spi/* (see source and docs).
  • Copy lib/adafruit_bus_device/* (see source and docs).

Hardware

Credits