Replies: 1 comment 3 replies
-
Verify AWS IoT Certificates and enable TLS in ESP-IDF. Make sure you have the following:
Check MQTT Configuration. Here are some tutorials that you may see for cross-checking. If you want a more stable and flexible IoT gateway, you can make a Dual ESP32-C6 Gateway PCB like this: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello friends. I have been trying for several days to program my ESP32C6 to send data from the card to AWS IoT Core and I have not been able to, the errors I get have been related to the inability to make a mutual communication, mTLS and USSL fails with the ESP32C6. I tried sending the data through umqtt.simple to my local server and from there send it to AWS IoT Core and it worked fine, the problem is in sending to AWS IoT Core the data from the ESP.
To try to solve it I tried to build my own firmware enabling from idf.py menuconfig the TLS protocol for SSL communication and it has not been possible, I do not know how else to send data directly from the ESP32C6 to AWS IoT Core. I appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions