Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
WiFi Manager now allows getting IP address and RSSI
WiFi Manager now allows getting IP address and RSSI. Thanks @brentru.
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.
Abstracted NeoPixel to Make DotStar usable
This release allows usage of the DotStar in the WiFi Manager. All examples have been updated to reflect the change.
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.
secrets
change name of file with keys/passwords to secrets.py
add localtime demo
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.
Library handles importing ujson or json
Library now handles importing of either ujson or json. Thanks @dhalbert.
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.
Added some better error handling
Added some better error handling for connection and to examples. Also, fixed a couple bugs.
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.
Added more types to WiFi Manager
Thanks to @brentru for adding some more types to the WiFi Manager.
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.
Added WiFi manager
Thanks to @makermelissa and @jerryneedell for the great work!
- Added WiFi manager
- Updated examples to use WiFi manager
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.
Added more examples
There are a couple of new examples included. Thanks @jerryneedell.
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.
Initial release and now on PyPI!
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.