Alex Belousov
Alex Belousov
I have the same issue with examples thing_shadow and subscribe_publish @listout can you share your main.c file ?
@shahpiyushv Can you please verify examples are working?
@shahpiyushv can you share your credentials certificate.pem.crt, private.pem.key, CONFIG_AWS_EXAMPLE_CLIENT_ID and CONFIG_AWS_IOT_MQTT_HOST ? Also can you attach the policy ? Thanks
@shahpiyushv I noticed missing line in my log (wifi:enable tsf). So, I have clean all configuration with idf.py set-target esp32 I'm using ESP32-WROVER-E Now I see the wifi:enable tsf and...
@shahpiyushv Is there an example for combining both shadow with publish subscribe?
@shahpiyushv Thanks it working for me, 1. I took connection parameters from the shadow example 2. Use same mqttClient for aws_iot_mqtt_subscribe() and aws_iot_mqtt_publish() and shadow 3. Only aws_iot_shadow_yield() in the...
@anoopkumares This is because you compile with esp-idf v5 Change from esp_tls_conn_delete to esp_tls_conn_destroy
@anoopkumares Just try to allocate fixed memory, in my case seems that 2*1024 works as expected. // result->esp_tls_handle = (esp_tls_t*)calloc(1, sizeof(esp_tls_t)); //ToDo: esp-idf v5.1.1 compilation problem of un-complete type sizeof(esp_tls_t),...