Page 1 of 1
Native ESP-IDF debug logs over wi-fi
Posted: Mon Jul 17, 2023 11:17 pm
by Baldhead
Hi,
There is a native esp-idf config to send debug logs over wifi instead over serial wire ?
Note:
Preferably in visual studio code espressif idf extension.
Thank's.
Re: Native ESP-IDF debug logs over wi-fi
Posted: Fri Aug 16, 2024 12:40 am
by Baldhead
??????????????????
Re: Native ESP-IDF debug logs over wi-fi
Posted: Fri Aug 16, 2024 3:43 am
by ESP_Sprite
I don't think so. ESP-IDF provides the hooks to get the logging code to call your own callbacks, so you can build something yourself if you want.
Re: Native ESP-IDF debug logs over wi-fi
Posted: Fri Aug 16, 2024 5:42 pm
by Baldhead
ESP_Sprite wrote: ↑Fri Aug 16, 2024 3:43 am
I don't think so. ESP-IDF provides the hooks to get the logging code to call your own callbacks, so you can build something yourself if you want.
Thank's ESP_Sprite,
Good to know that i can try to create an application if i want, using hook.
It would be interesting if this application was ready to use in esp-idf. Maybe put it in "The ESP Component Registry".
Here's a suggestion.
Example: I think it could be similar to this, but I've never used it.
https://github.com/jeelabs/esp-link