I use a Atom S3 with a display. It's working nice with an extern AD converter and shows the values on display.
But I can not send the values to the App-developper
I found a help in the internet, there is an intern UART-USB Brige.
How can I use it?
Select UART0.
Enter the default pins of the ESP32-S3:
TX → GPIO43
RX → GPIO44
Even if you do not wire the pins, Flowcode will know which UART it refers to, and the output will be correctly transmitted to the PC via the USB-CDC port
Uart port:
2025-08-22_10-18-51.PNG (53.85 KiB) Viewed 200 times
Hi Stefan.
Have you looked at all the PC developer projects here.
There are projects that use USB for communicating between hardware and PC developer using USB
Yes, right now again. If the board has a UART to USB bridge (for example, CH340C), it works very well.
I have already done many projects with it, and that work very well with the Appdevelopper.
Now the problem:
Many new supermini boards with ESP32-C3, ESP32-C6, ESP32-S3 no longer have an additional IC (UART-USB bridge) on the board.
However, Flowcode does not yet support a direct USB connection for the ESP32.
There is another option for the small ESP-S3 chip.
The ESP32 S3, which has a UART-USB bridge integrated into the chip, as I understand it.
It can be used with uart0 and set TX/RX on GPIO 43 and GPIO 44.
I just don't know exactly how that works with Flowcode.