Tyeth Gundry

Results 273 comments of Tyeth Gundry

Just to confirm, which version of esptool.py? On Wed, 20 Nov 2024 at 00:27, Brian A. Ignacio ***@***.***> wrote: > It seems the esp32 s2 has some issues yet. I...

This was 5.3.1 idf using esptool 4.8.1 Details C:\dev\esp-idf [(v5.3.1) +0 ~19 -0 !]> ./export.ps1 Setting IDF_PATH: C:\dev\esp-idf Checking Python compatibility Adding ESP-IDF tools to PATH... Not using an unsupported...

Debug log version: ``` esptool.js Serial port WebSerial VendorID 0x303a ProductID 0x2 Connecting...Debug: using Classic Serial Reset Debug: _connect_attempt default_reset Debug: Sync connect attempt 0 Debug: Sync Debug: Sync err...

@brianignacio5 I should probably mention that I'm now in a state where there is no normal serial port when running, so I'm using the bootloader stage1 reset mode (boot0 held...

@brianignacio5 Seems to connect nicely now, and erase was successful (repeatedly in theory), but writing a small file at 0x0 had a weird pause at 60% and then finished, but...

Testing a couple more of the Adafruit boards (was on my todo list) it turns out there's a bit of variation (starting each test at baud 921600 unless it errors...

@brianignacio5 I haven't got any of the Adafruit ESP32-C3 QtPy's and I'm told we wont be producing more, but I grabbed a random SuperMini C3 that I got from aliexpress,...

@brianignacio5 looks good on the Metro S2 that I have handy, erase and verify successful, there was a big pause in writing the factory reset image at about 70% -...

Thanks Brian! I think it's just that connections which fail still then show a connected state (device listed as null in page and the 3 buttons show including disconnect), and...

Thanks @valeros I did see that this would be the case last night when looking at another board PR that needs 3.0.3 and was left open. Guess this will sit...