Search found 1085 matches

by stefan.erni
Tue Apr 28, 2026 10:14 am
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 16
Views: 3287

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Jorgen

Thank you,
I found the setting. It's the fonts you can create on the display.
So I added some new fonts

Once everything is working, I can post my program

Fonts on Display:
SNAG-0082.PNG
SNAG-0082.PNG (108.71 KiB) Viewed 191 times
Are the fonts on the manager:
2026-04-28_11-07-35.PNG
2026-04-28_11-07-35.PNG (50.66 KiB) Viewed 191 times
by stefan.erni
Mon Apr 27, 2026 2:30 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 16
Views: 3287

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Ben, Hi Jorgen I'm using the display manager (without a touchscreen). It works very well. I had the opposite problem from Jorgen: the values on the display were updating too frequently. So I set it to update the display only after 50 samples, and only for the values that have changed. I have one ...
by stefan.erni
Mon Apr 27, 2026 8:49 am
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 4
Views: 491

Re: ESP32S3 SD-card init problem

Hi Ben

I tried to ignore the return value and create a file, but it didn't work.
by stefan.erni
Thu Apr 23, 2026 4:59 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 4
Views: 491

Re: ESP32S3 SD-card init problem

Hi Ben Glad to hear it's working for you. I always use the same type of SD card—a 32GB SanDisk—for the 4-bit version. It worked fine with the PIC32 and ESP32 WROOM. I tried a different board—this time from SparkFun—and the card initialization caused problems there as well. I checked the pins and the...
by stefan.erni
Thu Apr 23, 2026 3:10 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 4
Views: 491

ESP32S3 SD-card init problem

Hi Ben

I'm trying to initialize an SD card on a ESP32S3, but I keep getting a 255 return (no card) instead of 0 (card ok).
Is there something else I need to configure to make this work with the S3? With the ESP32 wroom32 This worked very well.
2026-04-23_16-01-33.PNG
2026-04-23_16-01-33.PNG (28.17 KiB) Viewed 491 times
2026-04-23_16-09-08.PNG
2026-04-23_16-09-08.PNG (117.21 KiB) Viewed 491 times
by stefan.erni
Fri Apr 17, 2026 9:13 am
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 27
Views: 12571

Re: ESP32 C6 mini compile does not work

Hi Steve

just this file and this line?

2026-04-17_10-02-57.PNG
2026-04-17_10-02-57.PNG (25.63 KiB) Viewed 1382 times
2026-04-17_10-05-34.PNG
2026-04-17_10-05-34.PNG (193.85 KiB) Viewed 1382 times
2026-04-17_10-10-19.PNG
2026-04-17_10-10-19.PNG (62.28 KiB) Viewed 1382 times
by stefan.erni
Thu Apr 16, 2026 12:51 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 27
Views: 12571

Re: ESP32 C6 mini compile does not work

Hi Steve, Hi Martin

Steve: Can you try if the ESP32C3 is compling on your computer?

I found this information:

CPU architecture / ISA extensions (VERY important)
ChipEffective -march
ESP32‑C3 rv32imc
ESP32‑C 6rv32imac_zicsr_zifencei
ESP32‑C6 requires additional RISC‑V extensions
zicsr
zifencei
by stefan.erni
Tue Apr 14, 2026 1:16 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 27
Views: 12571

Re: ESP32 C6 mini compile does not work

Hi Martin, Hi Jorgen, Hi Grout Stefan - output seems to imply it can't find the compiler?? Yes, exactly. But the compiler is there, and the DLLs are there too. Somehow it just doesn't work. I'm using the latest toolchain installer from FC11. (Flowcode_Compiler_ESP_5.3a.msi) With an older version, th...
by stefan.erni
Thu Apr 02, 2026 1:24 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 27
Views: 12571

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: 27819

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 422 times
2026-04-01_14-44-56.PNG
2026-04-01_14-44-56.PNG (148.21 KiB) Viewed 1876 times