Search found 1077 matches
- 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...
- 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:
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:
- 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
Maybe You need ESP-IDF 5.3.1
and in the menuconfig batch file
this line ....
Your program is working fine
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
- 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_.
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_.
- 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...
- 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: C-Code: On computer (regardless of the baud rate)
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: C-Code: On computer (regardless of the baud rate)
- 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)...
- 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...
- 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?
- Mon Mar 23, 2026 8:41 am
- Forum: General
- Topic: ESP32 UART-USB Brige How to use
- Replies: 50
- Views: 20864