-
-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug support for Arduino Nano Esp32 #1311
Comments
Have you tried? Since it is a esp32-s3 it should work in general. |
Yes I tried it. I have two differnet S3 (m5stack-cores3, esp32-s3-devkitc-1) and they work. platform = espressif32 But nothing happens. The output in the degub terminal is: I also tried to get it into boot mode using Do you have any idea? |
@phant0mias what happens if you run |
dvanced Memory Usage is available via "PlatformIO Home > Project Inspect" adapter speed: 40000 kHz Warn : Transport "jtag" was already selected Error: esp_usb_jtag: could not find or open device! *** [upload] Error 1 |
The error message is quite descriptive, you sure all necessary drivers are installed for this board? |
Hi, I have arduino 2.x IDE installed. Following the instructions in First I try to get it working in the arduino IDE (as it is an arduino product) and then I switch to platformio..... |
I am in contact with arduino and will write when my problem is found |
Closing as the issue is not related to PlatformIO. |
Would it be possible to add debug suport for the Arduino Nano ESP32 (board = arduino_nano_esp32)
In the arduino espressif library it is included since release v2.0.12.
espressif/arduino-esp32#8567
As you switched to v2.0.14 in Dec 27, 2023 it might be possible
Thank you
The text was updated successfully, but these errors were encountered: