dhavalgujar
dhavalgujar
Hi @FalconBFR I feel this issue might be specific to VS Code. We will try building it inside VS Code, and reply here with what we find. Meanwhile, can you...
> @dhavalgujar Thanks for the quick reply! I tried building it with idf.py in linux and the issue still persists. Thanks so much for responding so promptly on a Sunday!...
> Regarding the idf version, I am using `ESP-IDF v4.3-dirty` I see, this seems okay. Although, if there are changes that you have made to IDF which are not needed,...
> I am having problems for getting published messages from the AWS console. In my ESP32 code I have subscribed to the /update/delta, when the application is running, it is...
@borch84, The reference example does not have anything specific to the ESP32-C3 (apart from the temperature sensor reading API, which can be easily changed), so it should work for your...
Hi, can you please try running `git submodule update --init --recursive` in `~/esp/esp-idf` and also in `esp-aws-iot` before reattempting to build the example? Meanwhile, are you able to compile and...
Hi @iceananas, thank you for reporting this. Please try the attached patch. [c3-compatibility.txt](https://github.com/espressif/esp-aws-iot/files/8126989/c3-compatibility.txt) It will be fixed in the port shortly.
Hi @AlexRadek, thank you for reporting this. We have just pushed out an [update](https://github.com/espressif/esp-aws-iot/commit/ee4449d94d6a3f27a9906d89ecc75e22cc1b051a#diff-8fa307e1d2a487aac77cae6ae9b58899ebb3a6d0add7f579c8662cc97a41b383R44) to the network_transport layer that fixes this. Can you please try again after pulling the latest...
Hi, @MaazSk We have made the port for the coreHTTP library and an example to go with it available [here](https://github.com/espressif/esp-aws-iot/tree/release/beta/examples/http/http_mutual_auth). The example demo that we have made available has been...
> I just did a clone on this example 2 days ago -- when did you guys fix the CA certs bundle? Please find the relevant issue and the comment...