Search found 1027 matches

by stefan.erni
Fri Dec 12, 2025 9:54 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

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 me...
by stefan.erni
Mon Dec 08, 2025 10:39 am
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 13
Views: 1362

Re: FC11 ESP32-S3 BLE error

Hi Ben

More good news.
Interrupt and string receive work perfectly on ESP32-S3 with BLE.
by stefan.erni
Mon Dec 08, 2025 10:36 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

Hi Martin I used another computer. I tested the two UARTs with it and everything is fine. Later this week, I will perform the same tests on the other computer where I had the problems. I tried to use the bridge there. My testfirmware: Software.zip IMG_5381.jpeg The image shows how UART0 and UART1 wo...
by stefan.erni
Fri Dec 05, 2025 6:36 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

Hi Martin I haven't had any success yet. But I've noticed that when I connect UART0 to pins GPIO43 and GPIO44, I can no longer flash the ESP32-S3 as easily. I have to press the boot button and plug in the USB-C, then flash and remove the USB-C again and plug it back in. But when I deactivate UART0 a...
by stefan.erni
Thu Dec 04, 2025 4:25 pm
Forum: User Components
Topic: Flowcode document name
Replies: 8
Views: 374

Re: Flowcode document name

Hi Seb, Hi Steve

Good idea and useful.
I have added the components to my program and am sending the filename to the iPhone via BLE.
It works very well.
Seed_S3_filename.fcfx
(14.47 KiB) Downloaded 30 times
printscreen Iphone:
IMG_5372.PNG
IMG_5372.PNG (59.47 KiB) Viewed 321 times
by stefan.erni
Thu Dec 04, 2025 10:34 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

ok I create main and all...

Code: Select all

In file included from C:/Users/Kfs-Forschung/Desktop/esp-idf-2/mtxesp32_s3_sdkconfig/main/esp-project.c:20:
C:\C#_sourcecode\_#FC11\Tiny_usb\tinyusb_test.h:64:10: fatal error: supplementary.h: No such file or directory

by stefan.erni
Thu Dec 04, 2025 9:32 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

I made a copy of supplementary.c supplementary.h from the supplementary folder to Tiny_usb
I did not help...
2025-12-04_10-28-51.PNG
2025-12-04_10-28-51.PNG (34.85 KiB) Viewed 560 times
by stefan.erni
Thu Dec 04, 2025 8:57 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

Hi Martin Thanks for the support. I tried, but I always end up with a new error and then I get a little lost. I'll keep trying. ERROR: Directory "C:\C#_sourcecode\_#FC11\Tiny_usb\main" does not exist! Please specify a valid component under C:\C#_sourcecode\_#FC11\Tiny_usb or try to use --p...
by stefan.erni
Wed Dec 03, 2025 12:33 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 13
Views: 1362

Re: FC11 ESP32-S3 BLE error

Hi Ben BLE also works with ESP32-C3 perfect :) I couldn't test with ESP32-C6 because I can't compile C6. I have a few more suggestions: A command to set the BLE name at startup as with classic Bluetooth. Establishing a fixed connection to a BLE using the BLE-MAC address. Send receive Int_Array would...
by stefan.erni
Fri Nov 28, 2025 12:38 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 31
Views: 6817

Re: ESP32 UART-USB Brige How to use

Hi Martin

Do you have any idea how I can set TINYUSB_ENABLED=y and the other settings
in the menu so that it works with Flowcode?