Skip to content

ESP32 Access Point Mode

Compare
Choose a tag to compare
@brentru brentru released this 19 Aug 15:10
ea860b2

This release adds the ability to put the ESP32 into AP mode so that devices can connect to its local network. #57

  • Adds access point creation methods to esp32spi.py, thanks @mscosti
    • Can specify the SSID and an optional password for the network

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-esp32spi.

Read the docs for info on how to use it.