-
Notifications
You must be signed in to change notification settings - Fork 130
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
Arduino Nano ESP32-S3 Not connecting #534
Comments
Hi! Which |
Current
after
running
|
It might be related with #532. Have you played with drivers at any point using Zadig or something similar? Are you using UART or JTAG-Serial? |
Nope, i havent played with any drivers, just using the ones that came with arduino's IDE and I am using UART |
After shorting the B1 (boot0) pin to ground, i am able to get board info
edit:
it gets stuck at waiting for download |
After the flash has completed and running cargo run again, it now works
|
Ahh, great to hear that it was the strapping pins! Not sure why |
Adding this as it might be helpful for someone else. I was stuck on this problem myself for a few hours. To resolve it I followed the steps above of connecting b1 to ground (next to each other, used tweezers) and pressed the reset button. After this it showed up as |
after
cargo run
Trying to get Board info
OS: Windows 10 22H2 19045.3803
Can program the device using Arduino's IDE 2.0.
Board info using Arduino's IDE:
![image](https://private-user-images.githubusercontent.com/42905211/292745360-cc836f92-bdce-4933-9d09-467ce1edbc86.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTQ0OTIsIm5iZiI6MTczOTQ1NDE5MiwicGF0aCI6Ii80MjkwNTIxMS8yOTI3NDUzNjAtY2M4MzZmOTItYmRjZS00OTMzLTlkMDktNDY3Y2UxZWRiYzg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzNDMxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYxNzExMDJmZGRjMTU0Yzk3NmM5YjE3YWJjYzZlMmJiYjZkNjBiYTUxYmEwZjc1ZDczYzFlNTk1NWI0ZWRlODAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HKnwWAIiUrstcyRKJP01C8muwMZbRdwye1CuzXjMeiI)
The text was updated successfully, but these errors were encountered: