Releases: adafruit/Adafruit_CircuitPython_AWS_IOT
2.0.2 - Fixed discord invite link
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-aws-iot
.
Read the docs for info on how to use it.
2.0.1 - Added Black check, reran Black with Python 3 target.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-aws-iot
.
Read the docs for info on how to use it.
Update for MiniMQTT v2.0.0
This release includes:
- #9 Updated examples compatible with MiniMQTT v2.0.0
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-aws-iot
.
Read the docs for info on how to use it.
1.2.1 - Changed CI from Travis to GitHub Actions
This release includes:
- Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-aws-iot
.
Read the docs for info on how to use it.
Now on PyPi
- Added library to PyPi
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-aws-iot
.
Read the docs for info on how to use it.
Remove ESP32SPIControl dependency
Removes library's dependence on a MiniMQTTClient.WiFiManager.ESP32SPI
object.
- Remove nina-fw check within library, checks version in code instead
- Remove
set_certificate
andset_private_key
check within AWS IoT library.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Load certificates from filesystem, fix incorrect method names.
- Updated library to reflect latest ESP32SPI references
set_crt
, notset_crt
. - Removed
certificates.py
file, loading certificates from theCIRCUITPY
filesystem instead.- Updated examples
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Initial Release - AWS IoT for CircuitPython
MQTT Client library for communicating with Amazon AWS IoT from a CircuitPython device.
Features:
- Certificate and key-based client authorization
- Example
certificates.py
file included in root of this project.
- Example
- Supports AWS IoT topic publish/subscribe
- Handles AWS IoT Errors
- Topic validation (per AWS Service Limits)
- Supports AWS IoT's Shadow topic actions (update/delete/get)
- Helper methods for each shadow action
Note: This library requires version >=1.4.0 of the Adafruit fork of the Arduino NINA-W102 firmware
installed on your ESP32 Airlift/WiFi Co-Processor.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.