Hello everyone,
so I am having issues setting up the esp-idf extension in Vscode. The board works well in Arduino, blink works well, tested a couple examples, all is good there. My issue arrives when I try to setup Vscode with the esp-idf extension (link to the tutorial i am following: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md ).
I can compile the blink exemple, I am using the UART setting so I can flash my ESP, I am using the Build, Flash and Monitor option. I can flash the ESP (WOOP WOOP, victory!), but I do have an issue. The default BLINK_GPIO pin is 48. It does not change state. I have changed the code for GPIO pin 25 (the built in LED for the WiFi Lora V3) and the ESP stops running… I tried changing to GPIO 26, 36, 46, 45, 42, 41, 40, 1, 2, 3, 4, 5 and so on. None of them work. The serial communication works, I am receiving serial data in my monitor.
Have any of you tried esp-idf? If so, what did you do to change the state of the GPIO pins? Is this a lost cause and for now the WiFi Lora V3 is only compatible with Arduino IDE?