ESP32 UART-USB Brige How to use

For general Flowcode discussion that does not belong in the other sections.
stefan.erni
Valued Contributor
Posts: 1186
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 222 times
Been thanked: 240 times

Re: ESP32 UART-USB Brige How to use

Post by stefan.erni »

Hi Martin

My Uart program works again on both PCs.
There are no more problems with pressing the reset button.

But I can't compile the tiny program.

Do you know how I can add it to the Flowcode menu config ?

Are there any C code commands like for CPU speed setup? Then I wouldn't have to change the menu.

missing settings:
2025-12-12_10-46-44.PNG
2025-12-12_10-46-44.PNG (85.21 KiB) Viewed 1270 times

mnfisher
Valued Contributor
Posts: 1878
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 154 times
Been thanked: 886 times

Re: ESP32 UART-USB Brige How to use

Post by mnfisher »

Hi Stefan,

Sorry - I'm away from home at the moment - and no access to anything to test...
What are you getting in the menuconfig ? I think you need a fullclean / rebuild (or change another menu setting, rebuild) after adding the tinyusb library before it shows up?

Martin

stefan.erni
Valued Contributor
Posts: 1186
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 222 times
Been thanked: 240 times

Re: ESP32 UART-USB Brige How to use

Post by stefan.erni »

Hi Martin, Hi Ben

I've already made some progress.
Instead of the ESP3S3 in general, I'll try just the ESP3S3 Mini first. The pin layout is clearer on that chip.

I took a closer look at the ESP32S3-Mini, and the pins for RX/TX are :

UART0 mapped to GPIO 43 (TX) and GPIO 44 (RX).

But I'm still having trouble with the configuration menu. I can't add the USB Tiny option in config-menue from Flowcode.

https://flowcode.co.uk/forums/viewtopi ... 71#p21971

Post Reply