#KOGames ESP32-S3 trouble
1 messages ยท Page 1 of 1 (latest)
ok im here
ok, so put it in bootloader mode, check the port in Device Manager, and try chip-id again
ok so in the otg port im going to run bootloader
ah well with tlg if i hold boot and pres reset it wont open a usb device
leave it plugged into TTL. hold down BOOT, press reset, release RESET, release boot
so no COM port?
that's ok, but don't reset it agian, and try chip-id
C:\Users\KoGam>esptool --port COM14 chip-id
esptool v5.0.2
Serial port COM14:
Connecting......................................
A fatal error occurred: Failed to connect to Espressif device: Wrong boot mode detected (0x4)! The chip needs to be in download mode.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
same thing
maybe its somethign to do with something inside circuit python
i mean when i use the web circuit python instaler everything instals ok
are you using OTG or TTL with the web installer?
why would an s3 have a usb-serial bridge?
different pins than USB peripheral?
yes, connected to TXD0 and RXD0 via a usb-serial chip
maybe "OTG" is the S3 USB periph?
either works for me for chip-id
@light cedar do you have Mu open or anything else at all?
whats mu
ok, then you don't ๐
^^ yah. just close everything (arduino etc) but command line prompt for running esptool
you have thonny open
close these too, not sure what some of them are:
theyre closed
only chrome discoard and device manager is open
and on chrome theres nothing connected to the esp32 s3
at this point i think my esp32 is forever cursed with circuit python
looking at https://docs.espressif.com/projects/esptool/en/latest/esp32s3/advanced-topics/boot-mode-selection.html#manual-bootloader another suggestion is to hold down BOOT, press and release RESET, and then keeping holding down boot, and run esptool.py
this is if the board has wonky choices on its pins
try TTL first, then OTG
ok
I know the board was cheap, but it's at the expense of your time. There is no proper documentation for the board
esptool v5.0.2
Serial port COM14:
Connecting......................................
A fatal error occurred: Failed to connect to Espressif device: Wrong boot mode detected (0x4)! The chip needs to be in download mode.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
C:\Users\KoGam>
with ttl
make sure you are not getting the BOOT and RESET buttons mixed up
im not
also heres wit otg C:\Users\KoGam>esptool --port COM24 chip-id
esptool v5.0.2
Serial port COM24:
Connecting.............
A serial exception error occurred: Write timeout
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
C:\Users\KoGam>
are you sure i can do anything with the code or smth like that
looking....
ohmyfk god
i think i found the problem
the esp32 was on a breadboard the whole time
with a st7796s screen
i removed the esp32 now the circuit python instaler is able to connect to the esp32
so removing it defently did something
YES
C:\Users\KoGam>esptool --port COM22 chip-id
esptool v5.0.2
Connected to ESP32-S3 on COM22:
Chip type: ESP32-S3 (QFN56) (revision v0.2)
Features: Wi-Fi, BT 5 (LE), Dual Core + LP Core, 240MHz, Embedded PSRAM 8MB (AP_3v3)
Crystal frequency: 40MHz
USB mode: USB-Serial/JTAG
MAC: 94:a9:90:31:7e:c8
Stub flasher running.
Warning: ESP32-S3 has no chip ID. Reading MAC address instead.
MAC: 94:a9:90:31:7e:c8
Hard resetting via RTS pin...
C:\Users\KoGam>
the screen whas the problem
excellent - don't connect anything to GPIO0 or GPIO46. There's an object lesson. Always disconnect what you can, when debugging.
ok yes finnaly
arduino now runs on the board
100.0% 155204/155204 bytes...
Wrote 292256 bytes (155204 compressed) at 0x00010000 in 3.2 seconds (728.3 kbit/s).
Hash of data verified.
Hard resetting via RTS pin...
thank you so much for helping
you're welcome