Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
Add Status RGB LED to WiFiManager
-
Added CircuitPython_RGBLED compatiblity to
_wifimanager.py. This allows you to use external RGB LEDs connected to an ESP32 module.
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
- Added
PWMOutclass for using any of the ESP32's PWM Pins asPWMOutobjects. Compatible with CircuitPython'sPWMOutAPI, #52
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
- Added
DigitalIOclass for using any of the ESP32's GPIO Pins (usages incl.: RGB LEDs, expanding your available GPIO and more!). Compatible with CircuitPython'sDigitalIOAPI, #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
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
- 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
- Updated
simpletestandaio_postexamples 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_Pinboard 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
- Added support for Enterprise WPA2, thanks @docmollo!
- Example of using Enterprise WPA2 is located in
examples/esp32spi_wpa2ent_simpletest.py
- Example of using Enterprise WPA2 is located in
- Added
set_pin_mode,set_digital_write, andset_analog_writemethods 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
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
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
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.