Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

Library handles importing ujson or json

22 Feb 16:19
08c1726

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

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

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

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

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

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.