Search found 8 matches
- Mon Jan 09, 2023 7:47 pm
- Forum: ESP-IDF
- Topic: ESP crashing when printing LOG
- Replies: 3
- Views: 1810
Re: ESP crashing when printing LOG
It's a normal task.
- Mon Jan 09, 2023 12:20 pm
- Forum: ESP-IDF
- Topic: ESP crashing when printing LOG
- Replies: 3
- Views: 1810
ESP crashing when printing LOG
Hello I'm working with ESP 4.3.4 and sometimes my application crash inside a ESP_LOGx function, the points where the crash happens is always the same. What I mean is that there's other points inside the firmware where I call a ESP_LOGx and the firmware dont crash. Below is an image where the crash h...
- Mon Nov 28, 2022 6:05 pm
- Forum: ESP-IDF
- Topic: Wifi scan while connected to an AP
- Replies: 4
- Views: 3785
Re: Wifi scan while connected to an AP
Yes, I called esp_wifi_scan_start before, it's returning 0.
- Mon Nov 28, 2022 5:45 pm
- Forum: ESP-IDF
- Topic: Wifi scan while connected to an AP
- Replies: 4
- Views: 3785
Wifi scan while connected to an AP
I'm dealing with an application where I have to scan to search for some devices while the esp is connected to an AP, but when I try to do this, the function esp_wifi_scan_get_ap_num return 0, and the function esp_wifi_scan_get_ap_records do not put devices in the structure. Isn't possible to realize...
- Thu Jun 02, 2022 1:14 pm
- Forum: ESP-IDF
- Topic: Problem when enabling/disabling NAT on esp-idf 4.3.2
- Replies: 1
- Views: 2299
Problem when enabling/disabling NAT on esp-idf 4.3.2
I'm trying to enable NAT by using lwip from esp-idf, but the function to do it seems that isn't working properly. The first image shows the "if" that must work to execute the ip_napt_init function where the necessary structures are initialized, but here this 'if' is never executed, so the NAT is nev...
- Sat Sep 28, 2019 1:12 am
- Forum: ESP-IDF
- Topic: Error to install esp-idf
- Replies: 10
- Views: 43370
Re: Error to install esp-idf
Its working now, thank you for your help!
- Thu Sep 26, 2019 10:01 pm
- Forum: ESP-IDF
- Topic: Error to install esp-idf
- Replies: 10
- Views: 43370
Re: Error to install esp-idf
Hello, thank you for your help, that error was solved, but now another error related with encoding is appearing: Running command: C:\Python\python.exe C:\ESP\.espressif\idf_tools_fallback.py --idf-path C:\ESP_IDF --tools C:\ESP\.espressif\tools_fallback.json install-python-env Using base prefix 'C:\...
- Wed Sep 25, 2019 8:36 pm
- Forum: ESP-IDF
- Topic: Error to install esp-idf
- Replies: 10
- Views: 43370
Error to install esp-idf
Hello everyone, I´m trying to install the esp-idf in my computer but when the process is almost finishing and the requirements are being installed i receive an error, i going to put a piece of the log file where the error is displayed: 2019-09-25 17:34:37.443 Installing Python environment:C:\Python\...