Hi all,
I’m working on a project with an STM32 microcontroller and an ESP8266 wifi modem (running AT firmware). My goal is to connect to the AWS IoT MQTT broker using a secure TLS connection.
I have a few specific questions:
- Is it possible to establish a secure MQTT connection to AWS IoT using only the ESP8266’s AT command set?
- If so, how can I handle the AWS IoT root CA, and private key using AT commands?
- Are there any known limitations or issues with using the ESP8266 in this way for AWS IoT, or is it recommended to offload the TLS handling to STM32 instead?
Any guidance, examples, or references would be highly appreciated!
Thanks in advance!