Search found 5 matches

by pptzpp
Fri Jul 19, 2024 12:19 pm
Forum: ESP-IDF
Topic: Submitting a PR
Replies: 1
Views: 758

Submitting a PR

I think I browsed the documentation, but I couldn't find an answer (and searching the forum doesn't work at the moment, perhaps related to the global Windows issue today): what is the procedure to submit PRs to `esp-idf`? I am not allowed to create branches in the Espressif repo, so do I fork, submi...
by pptzpp
Tue May 07, 2024 2:50 pm
Forum: ESP-IDF
Topic: Missing diag, meshdiag commands in OpenThread CLI example
Replies: 0
Views: 349

Missing diag, meshdiag commands in OpenThread CLI example

I am building the ot_cli example for esp32h2 and want to enable the mesh diagnostic command diag (I would expect meshdiag to also be there, but that one doesn't show up in the menu — could be related to config issues described below). Empirically, it does not suffice to enable CONFIG_OPENTHREAD_DIAG...
by pptzpp
Fri May 05, 2023 1:13 pm
Forum: ESP-IDF
Topic: Running WiFi and mdns from the test framework
Replies: 0
Views: 534

Running WiFi and mdns from the test framework

I'd like to use the unit test framework for something more akin to integration testing, and I'm trying to get WiFi and mdns working. I'm able (unstably) to get WiFi connectivity using `esp_wifi_start()` and `esp_wifi_connect()`, but a subsequent `mdns_query_async_new()` fails. When I try to initiali...
by pptzpp
Tue Sep 07, 2021 12:49 pm
Forum: ESP-IDF
Topic: idf.py efuse_custom_table fails
Replies: 0
Views: 1198

idf.py efuse_custom_table fails

I want to implement a custom MAC in eFuse on the esp32c3, similar to the way it's done for the esp32 in the common eFuse table. I copy efuse/esp32c3/esp_efuse_table.csv into my project, edit the USER_DATA section accordingly, and run idf.py efuse_custom_table The result is: Verifying efuse table... ...
by pptzpp
Thu Aug 19, 2021 11:27 am
Forum: Hardware
Topic: Flashing without entering Download Mode?
Replies: 2
Views: 2523

Flashing without entering Download Mode?

At some point my dev board (ESP32-C3-mini-1) stopped flashing. idf.py -p /dev/ttyUSB0 flash just wouldn't connect. After a while I accidentally discovered that if I don't put the board into download mode by holding the Boot button and pressing the RST button, then the flashing does go through. Weird...