#KOGames ESP32-S3 trouble

1 messages ยท Page 1 of 1 (latest)

smoky stump
#

starting a thread @KoGames

light cedar
#

ok im here

smoky stump
#

ok, so put it in bootloader mode, check the port in Device Manager, and try chip-id again

light cedar
#

ok so in the otg port im going to run bootloader

smoky stump
#

no, with COM14

#

don't change the USB for this

light cedar
#

ah well with tlg if i hold boot and pres reset it wont open a usb device

smoky stump
#

leave it plugged into TTL. hold down BOOT, press reset, release RESET, release boot

light cedar
#

ok

#

i did it

smoky stump
#

so no COM port?

light cedar
#

its still 14

smoky stump
#

that's ok, but don't reset it agian, and try chip-id

light cedar
#

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

smoky stump
#

are you using OTG or TTL with the web installer?

light cedar
#

im trying both

#

but otg

#

is usualy the one that works

toxic hill
#

why would an s3 have a usb-serial bridge?

smoky stump
#

some dev boards have one so you can do debugging

#

hence two USB jacks

toxic hill
#

different pins than USB peripheral?

smoky stump
#

yes, connected to TXD0 and RXD0 via a usb-serial chip

toxic hill
#

maybe "OTG" is the S3 USB periph?

smoky stump
#

I think so

#

esp since TTL says CH340, which is the USB-serial chip

toxic hill
#

so connect to that one (OTG), and then BOOT/RESET

#

maybe?

smoky stump
#

either works for me for chip-id

#

@light cedar do you have Mu open or anything else at all?

light cedar
#

whats mu

smoky stump
#

ok, then you don't ๐Ÿ™‚

light cedar
#

all i got open is uhh

toxic hill
#

^^ yah. just close everything (arduino etc) but command line prompt for running esptool

smoky stump
#

you have thonny open

light cedar
#

i closed it now

#

so now i jave

smoky stump
#

close these too, not sure what some of them are:

light cedar
#

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

smoky stump
#

this is if the board has wonky choices on its pins

light cedar
#

ok but do i do the boot sequence on uhh

#

otlg or ttl

smoky stump
#

try TTL first, then OTG

light cedar
#

ok

smoky stump
#

I know the board was cheap, but it's at the expense of your time. There is no proper documentation for the board

light cedar
smoky stump
#

make sure you are not getting the BOOT and RESET buttons mixed up

light cedar
#

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

smoky stump
#

looking....

light cedar
#

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

smoky stump
#

excellent - don't connect anything to GPIO0 or GPIO46. There's an object lesson. Always disconnect what you can, when debugging.

light cedar
#

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

smoky stump
#

you're welcome

light cedar
#

i still learned a lot from this

#

im defently coming back to this server to help others when i can

#

but now i have to finish my phone project ๐Ÿ‘