Skip to content

Releases: adafruit/Adafruit_CircuitPython_AWS_IOT

2.0.2 - Fixed discord invite link

09 Jul 20:05
Compare
Choose a tag to compare

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.

10 Apr 17:38
0436c8f
Compare
Choose a tag to compare

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

17 Mar 16:31
cb64d9c
Compare
Choose a tag to compare

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

24 Jan 01:46
Compare
Choose a tag to compare

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

03 Jan 19:14
02336fe
Compare
Choose a tag to compare
  • 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

21 Oct 16:36
cbbb47e
Compare
Choose a tag to compare

Removes library's dependence on a MiniMQTTClient.WiFiManager.ESP32SPI object.

  • Remove nina-fw check within library, checks version in code instead
  • Remove set_certificate and set_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.

15 Oct 15:55
1a3e2a3
Compare
Choose a tag to compare
  • Updated library to reflect latest ESP32SPI references set_crt, not set_crt.
  • Removed certificates.py file, loading certificates from the CIRCUITPY 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

14 Oct 15:00
8dc74f4
Compare
Choose a tag to compare

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.
  • 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.