Search found 1077 matches

by stefan.erni
Thu Apr 02, 2026 1:24 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 11
Views: 9257

Re: ESP32 C6 mini compile does not work

Hi Ben The ESP32 and ESP32S3 work, but the ESP32C3 and ESP32C6 don't. What should I do? -- Found Git: C:/FC_ESP/esp-tools/tools/idf-git/2.44.0/bin/git.exe (found version "2.44.0.windows.1") -- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' fat...
by stefan.erni
Wed Apr 01, 2026 1:54 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin

I expanded your example to include an array for sending data, and it works.
I can also receive the binary data array very easily using the Flowcode APP Developer. :)

Demo:
Post_esp531_4.fcfx
(13.77 KiB) Downloaded 59 times
2026-04-01_14-44-56.PNG
2026-04-01_14-44-56.PNG (148.21 KiB) Viewed 386 times
by stefan.erni
Wed Apr 01, 2026 12:16 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin

Your program is working fine
2026-04-01_13-09-13.PNG
2026-04-01_13-09-13.PNG (17.48 KiB) Viewed 403 times

Maybe You need ESP-IDF 5.3.1

and in the menuconfig batch file
this line ....

Code: Select all

python "C:\Users\Kfs-Forschung\Desktop\esp-idf-2\tools\idf.py" add-dependency esp_tinyusb
by stefan.erni
Wed Apr 01, 2026 11:12 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin

Your suggestion works perfectly!

I had to make a few adjustments. Sending is done using the function in the additional code. How can I send an array from my program? I'm not sure exactly where I need to add FCV_.
Post_esp531_3.fcfx
(13.91 KiB) Downloaded 50 times
2026-04-01_12-04-06.PNG
2026-04-01_12-04-06.PNG (92.72 KiB) Viewed 412 times
SNAG-0075.PNG
SNAG-0075.PNG (168.88 KiB) Viewed 412 times
by stefan.erni
Mon Mar 30, 2026 1:33 pm
Forum: Feature Requests
Topic: ESP32S3 Mini-1 as target
Replies: 5
Views: 2509

Re: ESP32S3 Mini-1 as target

Hi Ben Various components use UART for communication, such as GPS/GNSS components. The ESP32S3 has the major advantage of having three UARTs. You can choose the pins for two of them, while one is assigned to a fixed pin. However, Flowcode currently only supports 2 Would it be possible to add a third...
by stefan.erni
Mon Mar 30, 2026 1:03 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin

Thank you Martin I'll give that a try.

I've had a bit of success with `print_F` so far.
I still have no idea how to send an array

Very short program:
Post_esp531_1.fcfx
(9.77 KiB) Downloaded 75 times
C-Code:
2026-03-30_13-51-31.PNG
2026-03-30_13-51-31.PNG (15.24 KiB) Viewed 503 times
On computer (regardless of the baud rate)
2026-03-30_13-51-07.PNG
2026-03-30_13-51-07.PNG (112.9 KiB) Viewed 503 times
by stefan.erni
Mon Mar 30, 2026 10:55 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin I've now updated to 5.3.1 and added the USB Tiny dependency. I also have some C code there can I use it in Flowcode? include are ok: #include "tinyusb.h" #include "tusb_cdc_acm.h" #include "esp_log.h" 2026-03-30_11-36-59.PNG C-Code for USB: void app_main(void)...
by stefan.erni
Wed Mar 25, 2026 10:55 am
Forum: General
Topic: Flowcode v11.0.1.14
Replies: 1
Views: 488

Flowcode v11.0.1.14

Hi Steve V14 works very well. One more question: Templates are sorted by displayed name (and not filename) Is there more information about the templates (exsamples) ? Can I just copy one of my programs to the “exsamples” folder? I'm interested in the ESP32S3 Templates and would also like to understa...
by stefan.erni
Mon Mar 23, 2026 10:45 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin One a question: There is still one entry missing : CONFIG_USB_DEVICE_ENABLED=y CONFIG_TINYUSB_ENABLED=y CONFIG_TINYUSB_DEVICE_ENABLED=y CONFIG_TINYUSB_CDC_ENABLED=y in the file: sdkconfig.defaults.esp32s3 But in FC11 there are so many sdkconfig.defaults.esp32s3. Which one is the right one?
by stefan.erni
Mon Mar 23, 2026 8:41 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 50
Views: 20864

Re: ESP32 UART-USB Brige How to use

Hi Martin

My testprogram:
Adafruit_5691_01_fc11_19.fcfx
(66.15 KiB) Downloaded 77 times
You can find a description of the hardware here
viewtopic.php?t=3644