Adafruit_CircuitPython_ESP32SPI

ESP32 as wifi with SPI interface

MIT License

Downloads
12.8K
Stars
102
Committers
38

Bot releases are hidden (Show)

Adafruit_CircuitPython_ESP32SPI - 8.3.1 - Clearer message that only one SSL socket can be open at at ime Latest Release

Published by dhalbert 5 months ago

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/8.3.0...8.3.1

Adafruit_CircuitPython_ESP32SPI - 8.3.0 - Use `OSError(ETIMEDOUT)` instead of `timeout` exception

Published by dhalbert 5 months ago

Adafruit_CircuitPython_ESP32SPI - 8.2.0 - add sendto()

Published by dhalbert 5 months ago

Adafruit_CircuitPython_ESP32SPI - 8.1.1 - Standard Socket Compatibility

Published by FoamyGuy 5 months ago

Adafruit_CircuitPython_ESP32SPI - 8.1.0 - Change preferred signature for connect() + other changes

Published by dhalbert 6 months ago

What's Changed

These changes are backwards-compatible, but as noted in https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/199#issuecomment-2090654012, the backward compatibility can be removed around CircuitPython 10.0.

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/8.0.0...8.1.0

Adafruit_CircuitPython_ESP32SPI - 8.0.0 - use SocketPool. Compatible with ConnectionManager 2.0.0.

Published by dhalbert 6 months ago

Adafruit_CircuitPython_ESP32SPI - 7.1.0 - add socket context manager

Published by dhalbert 7 months ago

Adafruit_CircuitPython_ESP32SPI - Added ConnectionManager to Readme Dependencies

Published by FoamyGuy 8 months ago

The library itself is unchanged in this release, only the readme file was modified.

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/7.0.0...7.0.1

Adafruit_CircuitPython_ESP32SPI - Remove Legacy Socket API and Support Connection Manager

Published by FoamyGuy 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/6.1.3...7.0.0

Adafruit_CircuitPython_ESP32SPI - 6.1.3 - Data read fix

Published by dhalbert 9 months ago

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/6.1.2...6.1.3

Adafruit_CircuitPython_ESP32SPI - 6.1.2 - Fix double subtraction of bytes_read from num_to_read in recv_into

Published by dhalbert 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/6.1.1...6.1.2

Adafruit_CircuitPython_ESP32SPI - 6.1.1 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/compare/6.1.0...6.1.1

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.

Adafruit_CircuitPython_ESP32SPI - 6.1.0 - Update Examples To Use settings.toml

Published by FoamyGuy 11 months ago

This release updates the examples to use settings.toml instead of secrets.py. Thank you @RetiredWizard.

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.

Adafruit_CircuitPython_ESP32SPI - 6.0.2 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_ESP32SPI -

Published by FoamyGuy about 1 year ago

This release removes the wsgi server file which was erroneously left existing but empty with the last release. Thank you @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.

Adafruit_CircuitPython_ESP32SPI - 6.0.0 - Compatible Socket API

Published by FoamyGuy over 1 year ago

This release contains breaking changes that are not backwards compatible with prior versions of the library.

The API within the ESP32SPI Socket class has been modified to bring it more in line with the CPython and built-in wifi circuitpython sockets. Functions that were non-standard have been removed or made private with leading underscores.

See #167 for a comprehensive list of changes.

Thank you @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.

Adafruit_CircuitPython_ESP32SPI - 5.0.6 - Stopped printing password in debug

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_ESP32SPI - 5.0.5 - Send entire webserver response to ESP32 in one go if possible

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_ESP32SPI - 5.0.4 - Added optional requirements to file

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_ESP32SPI - 5.0.3 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

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.

Package Rankings
Top 5.37% on Pypi.org
Related Projects