Skip to content

Latest commit

 

History

History

wifi_address

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Reading the Wi-Fi module MAC address

How to read the Wi-Fi module MAC address from 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_address.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