How to scan Wi-Fi networks with the FeatherWing ESP32 AirLift Wi-Fi module.
- 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.
From the CircuitPython libraries bundle:
- Copy lib/adafruit_esp32spi/* (see source and docs).
- Copy lib/adafruit_bus_device/* (see source and docs).
- Feather nRF52840 Express microcontroller.
- FeatherWing ESP32 AirLift Wi-Fi module.
- Based on https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/tree/master/examples licensed under MIT License