Search found 9007 matches

by ESP_Sprite
Fri Apr 19, 2024 1:19 am
Forum: ESP32 Arduino
Topic: Partitioning ESP32
Replies: 1
Views: 95

Re: Partitioning ESP32

If you need OTA, you need two OTA partitions, ideally of the same size. (The factory partition is not required for OTA, though, so unless you know you need a factory partition, you can convert that into an OTA partition, giving you two 1.5MiB-sized OTA partitions.) Do you need to store files into in...
by ESP_Sprite
Fri Apr 19, 2024 1:15 am
Forum: ESP-IDF
Topic: ESP IDF rmt_new_copy_encoder
Replies: 1
Views: 92

Re: ESP IDF rmt_new_copy_encoder

Have you looked at the example that comes with esp-idf? Probably easier to just copy/paste that.
by ESP_Sprite
Thu Apr 18, 2024 3:01 am
Forum: IDEs for ESP-IDF
Topic: include wifi.h can't be resolved in VSCode
Replies: 2
Views: 961

Re: include wifi.h can't be resolved in VSCode

Why would you need wifi.h in the first place? The 'normal' way to include wifi functions is by including esp_wifi.h.
by ESP_Sprite
Thu Apr 18, 2024 12:45 am
Forum: General Discussion
Topic: ESP32 runs wild, can not stop or reboot. Gets hot.
Replies: 1
Views: 552

Re: ESP32 runs wild, can not stop or reboot. Gets hot.

Likely the module was subjected to something not good (overvoltage, power spike, static electricity, ...) that fried the flash chip inside the package. The ESP32 is trying to boot from that but fails. Normally the ESP32 itself doesn't get hot in that state; it's more likely that the flash broke in s...
by ESP_Sprite
Thu Apr 18, 2024 12:41 am
Forum: ESP-IDF
Topic: esp_https_server component with mTLS client auth
Replies: 3
Views: 235

Re: esp_https_server component with mTLS client auth

Sorry, you're right, it's been a while since I dived into RSA/ASN.1 etc. Seems the issue you have is described here . Note that this is about SSH keys but SSL keys have the same format (you can check that with `openssl rsa -in prvtkey.pem -text` if you want.) Could be that the AWS key leaves off the...
by ESP_Sprite
Thu Apr 18, 2024 12:30 am
Forum: ESP-IDF
Topic: This WiFi Code causes Stack overflow
Replies: 3
Views: 319

Re: This WiFi Code causes Stack overflow

Since IDF is in control of the stack it should not happen. No, it is not. ESP-IDF will create the main task with the amount of stack you configure, and it's your job to reconfigure it if it's too small. Enter menuconfig and then Component config → ESP System Settings → Main task stack size to chang...
by ESP_Sprite
Thu Apr 18, 2024 12:21 am
Forum: ESP-IDF
Topic: How to include subcomponents inside ESP-IDF
Replies: 1
Views: 149

Re: How to include subcomponents inside ESP-IDF

You don't need to reference the component files in your main CMakeLists.txt, the component itself needs a CMakeLists.txt that makes esp-idf compile them. Also, your 'component' directory should be in the root of your project, not in the 'main' folder.
by ESP_Sprite
Thu Apr 18, 2024 12:18 am
Forum: ESP-IDF
Topic: ESP-IDF can't find ESP32-S3-DevKitC-1 to flash
Replies: 1
Views: 167

Re: ESP-IDF can't find ESP32-S3-DevKitC-1 to flash

Proper syntax would be 'idf.py -p /dev/ttyACM0 flash', can you try that?
by ESP_Sprite
Wed Apr 17, 2024 6:49 am
Forum: ESP-IDF
Topic: Stack Overflow Issues with CY8C4245AXI-483 Bootloader Implementation on ESP32
Replies: 2
Views: 177

Re: Stack Overflow Issues with CY8C4245AXI-483 Bootloader Implementation on ESP32

I don't see the debug log, it would be helpful to see where the stack overflow happens and to have a backtrace of that. Also: what stack did you increase? In your sdkconfig, the main stack (which calls into the bootloader stuff) only is allocated 3584 bytes. I'd suggest using menuconfig to increase ...
by ESP_Sprite
Wed Apr 17, 2024 2:41 am
Forum: Report Bugs
Topic: SSL cert invalid
Replies: 2
Views: 429

Re: SSL cert invalid

Think it's just an unused subdomain.