Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

Add Status RGB LED to WiFiManager

11 Jun 16:52
92182ea

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.

PWMOut for ESP32SPI

07 Jun 20:54
46b4dea

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.

DigitalIO for ESP32SPI

06 Jun 21:36
e199972

Choose a tag to compare

  • Added DigitalIO class for using any of the ESP32's GPIO Pins (usages incl.: RGB LEDs, expanding your available GPIO and more!). Compatible with CircuitPython's DigitalIO API, #51

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 Timeout Parameter

04 Jun 15:19
868dd5e

Choose a tag to compare

Added timeout keyword. Thanks @anecdata.

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.

Timeouts

28 May 16:05
ac4aee5

Choose a tag to compare

  • Added timeout to better handle empty or otherwise unexpected returns.

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.

Examples Updated

25 Apr 16:59
318c7ae

Choose a tag to compare

  • Updated simpletest and aio_post examples to predefine externally connected ESP32 modules.
  • These examples now default to boards with pre-defined ESP32 pins (i.e: ESP32_RST)
  • Renamed PyPortal in both examples with a generic name to allow for other boards with ESP32_Pin board definitions like the M4 Metro WiFi.

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.

ESP32 GPIO and Enterprise WPA2

25 Apr 14:13
011a9d6

Choose a tag to compare

  • Added support for Enterprise WPA2, thanks @docmollo!
    • Example of using Enterprise WPA2 is located in examples/esp32spi_wpa2ent_simpletest.py
  • Added set_pin_mode, set_digital_write, and set_analog_write methods to expose equivalent GPIO commands from nina-fw. Thanks @cpforbes!

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.

Fix Example

22 Mar 23:00
c2e0fd2

Choose a tag to compare

Removes the use of bytes() from examples/esp32spi_aio_post.py. 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.

Fix header encoding

11 Mar 16:05
74eaea9

Choose a tag to compare

This release fixes crashes due to header strings not being properly encoded (#25). Thanks @anecdata!

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.

Fix for headers being cleared between requests

09 Mar 01:06
6df03ea

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.