Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

Fix for headers being cleared between requests

09 Mar 01:06
6df03ea
Compare
Choose a tag to compare

This release fixes headers not being cleared between requests.

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.

Changed Default Timezone in Secrets

06 Mar 15:34
01a6157
Compare
Choose a tag to compare

Numeric timezones were causing PyPortal to crash in some demos, and this change will fix it for now.

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.

WiFi Manager now allows getting IP address and RSSI

27 Feb 03:52
aaa5631
Compare
Choose a tag to compare

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

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.