Morning!
I buy a couple of hundred ESP32 Feathers each year to teach a course in my University. We're moving to the S3 this year (2MB PSRAM version). They work on Linux, but we teach in a Windows lab, where they are very difficult to flash reliably.
There have been around 5 similar posts reporting the problem on the Feather forum, but few posts from Adafruit and none that have helped so far :( My own summary of the issues is here.
I'm worried that my students will find the boards too hard to work with :(
Can Adafruit take a look? Perhaps we need a non-UF2 bootloader to support these boards for C++/Arduino use? Or a change to the boards.txt configuration?
Thanks!
Hamish Cunningham
PS please don't say "try pressing boot and then reset" :) Myself and the 10 or so other people who have been discussing this on the other forum have tried a lot of the obvious fixes! Tnx!
I've 150 ESP32S3 Feathers for my students, but they're unreliable to flash (in C++ on Windows)
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- hamish
- Posts: 30
- Joined: Mon Jul 20, 2015 6:46 am
- mikeysklar
- Posts: 17737
- Joined: Mon Aug 01, 2016 8:10 pm
Re: I've 150 ESP32S3 Feathers for my students, but they're unreliable to flash (in C++ on Windows)
Thank for the summary Hamish. I will request engineering to comment.
- adafruit2
- Posts: 22717
- Joined: Fri Mar 11, 2005 7:36 pm
Re: I've 150 ESP32S3 Feathers for my students, but they're unreliable to flash (in C++ on Windows)
yeah its not hardware, its something with the board support package. we have to figure out what changed, and lunar new year delayed stuff. meanwhile you can select "ESP32-S3 Dev Board" (generic board) to get going.
- adafruit2
- Posts: 22717
- Joined: Fri Mar 11, 2005 7:36 pm
Re: I've 150 ESP32S3 Feathers for my students, but they're unreliable to flash (in C++ on Windows)
we're still investigating this, can follow this thread
viewtopic.php?p=959702#p959702
viewtopic.php?p=959702#p959702
- hamish
- Posts: 30
- Joined: Mon Jul 20, 2015 6:46 am
Re: I've 150 ESP32S3 Feathers for my students, but they're unreliable to flash (in C++ on Windows)
Tnx; I can flash (on Linux) with the generic devkit board and if I "manually" supply the correct feather pindefs I can do simple stuff, but I don't get anything on Serial for some reason.
Will keep watching :)
Will keep watching :)
Please be positive and constructive with your questions and comments.