Search found 8 matches
- Tue Sep 12, 2023 8:33 am
- Forum: General Discussion
- Topic: ESP32-S3 AWS IoT - Error parsing certificate
- Replies: 2
- Views: 2045
Re: ESP32-S3 AWS IoT - Error parsing certificate
Thanks @MicroController ! That fixed it, I've tried adding 1 to the size, but at the wrong place :roll: So for future reference if anyone else encounters this problem, do not add 1 to the size while getting the certificate from nvs (in my code in esp_err_t get_credentials_from_nvs(char **cert, char ...
- Mon Sep 11, 2023 4:03 pm
- Forum: General Discussion
- Topic: ESP32-S3 AWS IoT - Error parsing certificate
- Replies: 2
- Views: 2045
ESP32-S3 AWS IoT - Error parsing certificate
Hi, I've got a demo program running which communicates with AWS IoT Core using MQTTS and certificates generated by AWS. When the certificates are added to the firmware as binaries: target_add_binary_data(${COMPONENT_TARGET} "certs/certificate.pem.crt" TEXT) The code works without problems. In order ...
- Wed Sep 06, 2023 1:10 pm
- Forum: Hardware
- Topic: ESP32-S3 enabling GPIO39-GPIO42
- Replies: 7
- Views: 5730
Re: ESP32-S3 enabling GPIO39-GPIO42
Hi all, I'm stuck on the same issue. Flashed the efuses (USB_PHY_SEL, DIS_USB_JTAG, DIS_PAD_JTAG) and afterwards I am not able to use GPIO41 as an output (which I was able to do before). Any ideas? Some observations: When connected to a 1M resistor to ground, the measured voltage over the resistor i...
- Wed Aug 23, 2023 7:44 pm
- Forum: General Discussion
- Topic: ESP32-S3 Not able to flash over DFU
- Replies: 4
- Views: 2552
Re: ESP32-S3 Not able to flash over DFU
So I got it working, but not on my laptop. I've connected the same device on a different laptop and there it worked without any problem: Connected the USB port and put the device in boot mode A COM port appeared on the device manager Flashed the eFuse without any problems Managed to upload the firmw...
- Tue Aug 22, 2023 6:51 am
- Forum: General Discussion
- Topic: ESP32-S3 Not able to flash over DFU
- Replies: 4
- Views: 2552
Re: ESP32-S3 Not able to flash over DFU
Thank you for your response. I'm trying to burn the eFuse now, but I'm not able to run the espefuse.py tool on the USB-Port... (when board in runtime and in boot mode). I am able to run this tool when I connect to the UART-USB-Port, but I don't want that because my custom boards do not have an on bo...
- Mon Aug 21, 2023 7:14 pm
- Forum: General Discussion
- Topic: ESP32-S3 Not able to flash over DFU
- Replies: 4
- Views: 2552
- Sat Aug 19, 2023 9:19 pm
- Forum: General Discussion
- Topic: ESP32-S3 Not able to flash over DFU
- Replies: 4
- Views: 2552
ESP32-S3 Not able to flash over DFU
Hi everyone, I'm trying to flash some firmware over DFU on the ESP32-S3-DevKitC-1, but I'm unable to do this, I keep getting No DFU capable USB device available CMake Error at C:/esp/esp-idf-master/esp-idf/tools/cmake/run_dfu_util.cmake:27 (message): dfu-util failed I've managed this before on the E...
- Wed Aug 02, 2023 1:45 pm
- Forum: ESP-IDF
- Topic: Can and can't find a default component - esp_dpp
- Replies: 0
- Views: 5199
Can and can't find a default component - esp_dpp
Hi, I have a strange issue which is driving me mad. I'm experimenting with the device provisioning protocol: https://github.com/espressif/esp-idf/blob/master/examples/wifi/wifi_easy_connect/dpp-enrollee/README.md . Before implementing this in an existing project, I tried out the sample project on th...