Search found 3 matches
- Thu Nov 30, 2023 11:36 pm
- Forum: ESP-IDF
- Topic: why cannot subscribe "$aws" topic
- Replies: 0
- Views: 3303
why cannot subscribe "$aws" topic
Hello, i'm testing aws iot example code with esp32 and esp-idf Using example below, https://github.com/espressif/esp-aws-iot/tree/master/examples/mqtt/tls_mutual_auth It works well with normal topic(ex."esp/test/topic"). But It doesn't work with reserved topic(ex. "$aws/certificates/create/json/acce...
- Tue Nov 28, 2023 8:47 am
- Forum: ESP-IDF
- Topic: AWS IOT Provisoning Example doesn't work
- Replies: 0
- Views: 1096
AWS IOT Provisoning Example doesn't work
Hello, I'm testing aws iot provision emxample. i used esp-aws-iot(https://github.com/espressif/esp-aws-iot/tree/master/examples/fleet_provisioning/fleet_provisioning_with_csr) but it occured error below, building the code. [2/12] Building C object esp-idf/Fleet-Provisioning-for-AWS-IoT-embedded-...m...
- Tue Nov 21, 2023 3:56 am
- Forum: ESP-IDF
- Topic: About library import (i'm newbie T.T)
- Replies: 1
- Views: 1785
About library import (i'm newbie T.T)
Hello, I'm styuding EPS-IDF. Testing "esp-aws-iot", I get a trouble for library import. (https://github.com/espressif/esp-aws-iot/tree/master) 1. Where does the "example_connect" function(app_main.c / line 56) come from in the MQTT example (https://github.com/espressif/esp-aws-iot/tree/master/exampl...