Search found 3 matches

by edulum
Sat Nov 05, 2022 4:49 pm
Forum: General Discussion
Topic: Undesired enter serial bootloader
Replies: 0
Views: 3785

Undesired enter serial bootloader

Hello, I'm developing a project with (sometimes) unstable power as requirement with esp32-c3-mini soc. I've placed RC circuit as datasheet says on enable pin but I still face undesired enter on serial bootloader when several resets ocurr in short period of time. I'm considering adding an external wa...
by edulum
Sun Apr 25, 2021 3:14 pm
Forum: ESP-IDF
Topic: Mesh ip_internal_network crash
Replies: 1
Views: 2159

Re: Mesh ip_internal_network crash

Got some extra info. If I add a log line to check what dns is taking in ip_event_handler (mesh_main.c) void ip_event_handler(void *arg, esp_event_base_t event_base, int32_t event_id, void *event_data) { ip_event_got_ip_t *event = (ip_event_got_ip_t *) event_data; ESP_LOGI(MESH_TAG, "<IP_EVENT_STA_GO...
by edulum
Sat Apr 24, 2021 10:33 am
Forum: ESP-IDF
Topic: Mesh ip_internal_network crash
Replies: 1
Views: 2159

Mesh ip_internal_network crash

Hello, I'm flashing Mesh IP Internal Networking example: https://github.com/espressif/esp-idf/tree/master/examples/mesh/ip_internal_network The only change that I make is changing my wifi settings (SSID and Password from SDK config in eclipse). I build and I flash. This is my output: ets Jun 8 2016 ...