Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
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.
Changed Default Timezone in Secrets
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
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
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
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.