MQTT with TLS implementation #2490
Replies: 2 comments 1 reply
-
Just open the virtual COM port. You will get a debug log of the device. |
Beta Was this translation helpful? Give feedback.
-
You can use the Web Console to get USB log from the device. |
Beta Was this translation helpful? Give feedback.
-
I am trying to add support for publishing to an MQTT broker using TLS, so the device could potentially upload data straight to AWS for example.
I got one of the basic examples of the ESP framework working with my cert/key, but when setting the same members of the esp_mqtt_client_config_t structure, I get errors in the connection. I guess it could be either a framework version difference or an error reading the certs from the SD.
How can I enable the low level debugging from ESP in the serial port to get more info? In the project, all I can see is the lines written to the logfile.
Thanks, this is a really good and fun project to play with!
Beta Was this translation helpful? Give feedback.
All reactions