Search found 300 matches

by mbratch
Thu Nov 16, 2023 3:00 pm
Forum: General Discussion
Topic: Assertion failed! esp32
Replies: 7
Views: 2198

Re: Assertion failed! esp32

I'm not sure what your question is.

The example code will overwrite the stack and cause undefined behaviour.
by mbratch
Wed Nov 08, 2023 11:34 pm
Forum: ESP-IDF
Topic: Looking for details on OTA handshake
Replies: 2
Views: 924

Re: Looking for details on OTA handshake

I don't think there's any special protocol involved. It should be a "plain" HTTPS GET. The S in HTTPS would be my suspect #1 when using some sort of intermediary server which may not match the TLS certificate in use/expected, or may not use a recognized root CA. Thanks! I rather thought that was th...
by mbratch
Wed Nov 08, 2023 7:29 pm
Forum: General Discussion
Topic: strptime - what am I doing wrong?
Replies: 4
Views: 1609

Re: strptime - what am I doing wrong?

As far as I can tell, you aren't calling the functions wrong. That would lead me to think there could be a bug in the library perhaps.

I am not using Arduino but ESP-IDF. I will give this a try on that system and see what I get.
by mbratch
Wed Nov 08, 2023 2:51 pm
Forum: ESP-IDF
Topic: Looking for details on OTA handshake
Replies: 2
Views: 924

Looking for details on OTA handshake

I used to have my website URL configured using a simple dynamic DNS service. I have my device's firmware files on my server, and I was able to use the ESP-IDF OTA functions to do a firmware update by accessing the firmware file at a URL pointing to my website. I recently changed internet services an...
by mbratch
Mon Oct 30, 2023 8:09 pm
Forum: ESP-IDF
Topic: http server memory issue
Replies: 1
Views: 605

Re: http server memory issue

I've used ESP-IDF 4.4 implementing a web server and have not experienced a memory leak.

What does your websocket or http server handler do? Is (or are) the handler (or handlers) using dynamic memory?
by mbratch
Mon Oct 30, 2023 1:21 pm
Forum: ESP-IDF
Topic: Build and upload successful, but firmware doesn't work
Replies: 1
Views: 1677

Re: Build and upload successful, but firmware doesn't work

Have you tried logging debug messages to the console to see what's going on?
by mbratch
Mon Oct 30, 2023 1:17 pm
Forum: General Discussion
Topic: Create a partition in code
Replies: 1
Views: 1034

Re: Create a partition in code

Your question is cross-posted...

I found this with a little searching. Is this helpful?
ESP32: Partition Table Update Through OTA
by mbratch
Mon Oct 30, 2023 1:17 pm
Forum: ESP-IDF
Topic: Create a partition in code
Replies: 6
Views: 18544

Re: Create a partition in code

I found this with a little searching. Is this helpful?
ESP32: Partition Table Update Through OTA
by mbratch
Mon Oct 30, 2023 12:48 pm
Forum: General Discussion
Topic: NVS erased after OTA
Replies: 4
Views: 2591

Re: NVS erased after OTA

Are you able to reproduce this scenario?
by mbratch
Fri Sep 08, 2023 4:54 pm
Forum: General Discussion
Topic: pin 20 on ESP32 S3 goes high after start
Replies: 2
Views: 1335

Re: pin 20 on ESP32 S3 goes high after start

Do you really mean pin 20 or GPIO 20? Pin 20 is GPIO 10 on the ESP32S3.