rights reserved. 24 esp-aws-iotのexamples $ cd esp-aws-iot/examples/mqtt/tls_mutual_auth $ idf.py -p [PORT] build flash monitor I (12035) coreMQTT: Delay before continuing to next iteration. I (13035) coreMQTT: Sending Publish to the MQTT topic esp32-thing/example/topic. I (13035) coreMQTT: PUBLISH sent for topic esp32-thing/example/topic to broker with packet ID 3. I (13075) coreMQTT: Ack packet deserialized with result: MQTTSuccess. I (13075) coreMQTT: State record updated. New state=MQTTPublishDone. I (13075) coreMQTT: PUBACK received for packet id 3. I (13085) coreMQTT: Cleaned up outgoing publish packet with packet id 3. I (13095) coreMQTT: De-serialized incoming PUBLISH packet: DeserializerResult=MQTTSuccess. I (13095) coreMQTT: State record updated. New state=MQTTPubAckSend. I (13105) coreMQTT: Incoming QOS : 1. I (13105) coreMQTT: Incoming Publish Topic Name: esp32-thing01/example/topic matches subscribed topic. Incoming Publish message Packet Id is 1. Incoming Publish Message : Hello World!. I (18135) coreMQTT: Delay before continuing to next iteration. MQTT通信やShadow, Jobsの機能を試してみることができます