FeatherS2 and AWS IoT

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Costas
 
Posts: 9
Joined: Tue Feb 24, 2015 6:59 pm

FeatherS2 and AWS IoT

Post by Costas »

Hi All,

I am working on a project that involves sending data to AWS IoT Core. I am using the UM FeatherS2. I was hoping to use the Adafruit MiniMQTT library, but it does not appear to work with AWS. There is an example with an ESP32 and AWS, but it is with an ESP that uses an SPI Wifi interface, which is not what the ESP32-S2 uses in the FeatherS2 and is not compatible. I have resorted to flashing the bootloader to use Arduino IDE, which is less than ideal, as that has some proper libraries that work with AWS.

As I do not feel like rewriting an entire Wifi/MQTT library, I was wondering if anyone has been able to use an ESP32-S2 with CircuitPython and communicate with AWS IoT Core using certificates.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”