Today when I tried to open the ESP-IDF after several days (probably 5 weeks), it was not working, I received a message from my Avast Antivirus that is infected with some virus. And now I can't open it. I am sharing some screenshots of the problem, please let me know if someone ...
I am trying to build projectesp-obd-emulatorI always get the following error, maybe someone can help me with that. I am using esp-idf to build project. C:\Users\edvar\Desktop\esp-idf-2\examples\emu>idf.py build Checking Python dependencies... Python requirements from C:\Users\edvar\Desk...
I am using Windows 7 Professional 64 bit operating system and I have been trying to install the ESP IDF tools.The installation process appears to run fine until the end, when I try to launch the tools. The following error is shown.
Python 3.11.2 "python3" has been detected Checking Python compatibility Installing ESP-IDF tools Traceback (most recent call last): File "/home/rasp-find/esp/esp-idf/tools/idf_tools.py", line 207, in <module> CURRENT_PLATFORM = parse_platform_arg(PYTHON_PLATFORM) ^^^ File "/home/rasp-...
info:".../esp-idf already exists. Delete it or use another location. (ERROR_EXISTING_ESP_IDF)" There are many reasons for the installation process to be interrupted. For example, a python module is not installed, for example, 'click' can...
What is the correct way to define such a memory areas? I would be more happy if I can use "bool" values, like I did for discrete inputs. c esp32 modbus esp-idf Share Copy link Improve this question Follow askedJul 31 at 9:03 ...
with a fresh copy of esp-idf. Made a copy of esp-idf-template, added the components directory and cloned esp32-arduino into /components/arduino. Changed main/main.c to main.cpp with the following code Code:Select all #include"Arduino.h"extern"C"voidapp_main(void){ initArduino(); Serial...
ESP-IDF 5.1.2, i2s_std.h, unable to control I2S data transmission end 1 post • Page1of1 wangnick Posts:5 Joined:Tue Dec 12, 2023 6:27 pm Postbywangnick»Sat Dec 16, 2023 10:47 pm Dear all, whether sending I2S data synchronously (using i2s_channel_enable, i2s_channel_write, ...
Answers checklist. I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. I have s...
.espAdfPath) ${env:ADF_PATH} ESP-IDF Path (idf.espIdfPath) C:<HOMEPATH>\esp\esp-idf ESP-MDF Path (idf.espMdfPath) ${env:MDF_PATH} ESP-Matter Path (idf.espMatterPath) ${env:ESP_MATTER_PATH} Custom extra paths (idf.customExtraPaths) C:<HOMEPATH>\.espressif\tools\xtensa-esp-...