Search found 4 matches

by rajneeshsinha
Tue Oct 19, 2021 7:14 pm
Forum: ESP-IDF
Topic: ESp-IDF: build subscribe_publish example from esp-aws-iot SDK for ESP32c3 target
Replies: 0
Views: 1010

ESp-IDF: build subscribe_publish example from esp-aws-iot SDK for ESP32c3 target

Hello support team I have ESP32C3 chip and want to build subscribe_publish example project for ESP32C3 target. When I set target esp32c3 using "idf.py set-target esp32c3" command and build the project I got following error: riscv32-esp-elf-gcc: error: unrecognized command line option '-mlongcalls' I...
by rajneeshsinha
Tue Oct 19, 2021 7:10 pm
Forum: ESP-IDF
Topic: ESP-IDF MQTT connection and PUB/SUB
Replies: 5
Views: 3365

Re: ESP-IDF MQTT connection and PUB/SUB

Thanks for your help it is working with ESP32 chip but I have ESP32C3 and subscribe_publish example project is not build for ESP32C3 chip set. When I set target esp32c3 using "idf.py set-target esp32c3" command and build the project I got following error: riscv32-esp-elf-gcc: error: unrecognized com...
by rajneeshsinha
Mon Oct 18, 2021 8:25 pm
Forum: ESP-IDF
Topic: ESP-IDF MQTT connection and PUB/SUB
Replies: 5
Views: 3365

Re: ESP-IDF MQTT connection and PUB/SUB

Thanks chegewara for reply. I tried ssl example but having issue with URI. As I mentioned in my post I am working on AWS MQTT broker. I defined URL in mqtt config struct "<custom_endpoint...>.iot.eu-central-1.amazonaws.com:8883" but it failed to connect with MQTT. Is there am I missing something to ...
by rajneeshsinha
Fri Oct 15, 2021 6:56 pm
Forum: ESP-IDF
Topic: ESP-IDF MQTT connection and PUB/SUB
Replies: 5
Views: 3365

ESP-IDF MQTT connection and PUB/SUB

Hello Support team I worked on MQTT for AWS connection and used pub sub and it's works. I have specific requirements for MQTT connections. Requirements details: 1. Generate and send the CSR file from ESP32 to AWS over HTTPS POST method. 2. AWS back-end code uses this CSR file and generate the certif...