Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

Abstracted NeoPixel to Make DotStar usable

26 Feb 20:13
109eba6
Compare
Choose a tag to compare

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

24 Feb 19:35
36b69cc
Compare
Choose a tag to compare

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

22 Feb 16:19
08c1726
Compare
Choose a tag to compare

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

19 Feb 19:54
7d37fe9
Compare
Choose a tag to compare

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

19 Feb 16:04
ebcb723
Compare
Choose a tag to compare

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

15 Feb 18:43
daa8dab
Compare
Choose a tag to compare

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

13 Feb 21:17
2d1bd43
Compare
Choose a tag to compare

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!

12 Feb 00:12
eee2981
Compare
Choose a tag to compare

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.