Search found 1397 matches

by Steve-Matrix
Thu Apr 16, 2026 4:35 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 21
Views: 9584

Re: ESP32 C6 mini compile does not work

I've managed to get Flowcode compiling the C3 and C6 devices now. To do this, I uninstalled the ESP toolchain installation and installed the v5.3.5 offline version from the Espressif website. I also had to edit the two ESP batch files in %PROGRAMDATA% to point at v5.3.5 instead of v5.3.1 and I had t...
by Steve-Matrix
Thu Apr 16, 2026 2:10 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 21
Views: 9584

Re: ESP32 C6 mini compile does not work

Thanks, Stefan.

None of the C3 and C6 devices are compiling for me. I'm setting up a completely fresh install on another PC to test further because the toolchain installation on my PC may not be clean.
by Steve-Matrix
Thu Apr 16, 2026 10:45 am
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 21
Views: 9584

Re: ESP32 C6 mini compile does not work

I've tried compiling and it also fails for me, but with a slightly different error: FAILED: CMakeFiles/cmTC_72296.dir/testCCompiler.c.obj E:\FC_ESP\esp-tools\tools\riscv32-esp-elf\esp-13.2.0_20240530\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe -march=rv32imac_zicsr_zifencei -o CMakeFiles\cmTC_72296....
by Steve-Matrix
Mon Apr 13, 2026 1:11 pm
Forum: Feature Requests
Topic: Horizontal radio buttons
Replies: 2
Views: 208

Re: Horizontal radio buttons

Hi Bob, In Web Developer there is a "Radio Button" component within the "Controls" tab of Component Libraries: https://www.flowcode.co.uk/wiki/index.php?title=Component:_Radio_Button_(_Control) To use this, simply add several to the Webpage Design panel in any orientation you req...
by Steve-Matrix
Mon Apr 13, 2026 9:14 am
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 5
Views: 249

Re: Frustration with Flowcode inconsistency

We have plans to improve Web Developer and having more help and examples on the wiki is part of that. If you ever can't find info in the wiki (because even when it is there, it is sometimes easy to miss), then please post specific questions on these forums. We try to be responsive and are happy to h...
by Steve-Matrix
Mon Apr 13, 2026 9:08 am
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 429

Re: ToBinary string manipulation

What would have helped is if I could have seen the values as binary while simulating. Not sure if you are aware, but if you just want to view the binary value of a variable during simulation, then you have use a ",b" suffix in the variable view of the Simulation Debugger: Screenshot 2026-...
by Steve-Matrix
Sun Apr 12, 2026 10:28 am
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 5
Views: 249

Re: Frustration with Flowcode inconsistency

Although Embedded and PC Developer share many similarities and often the components used in one are the same as the other. Web Developer is fundamentally different. It is based on JavaScript rather than C and the simulation is inherently different. Programming concepts for a browser-based environmen...
by Steve-Matrix
Thu Apr 09, 2026 9:59 am
Forum: Feature Requests
Topic: Web app spinner
Replies: 6
Views: 369

Re: Web app spinner

Thanks for the suggestion. I'll look into it.
by Steve-Matrix
Wed Apr 08, 2026 9:17 am
Forum: App Developer
Topic: Supressed zero's
Replies: 2
Views: 301

Re: Supressed zero's

You could maybe hide the label on the gauge with a shape and use your own text label showing the value in the required format.
by Steve-Matrix
Tue Apr 07, 2026 5:34 pm
Forum: General
Topic: Solved: Replace component: how to?
Replies: 4
Views: 393

Re: Replace component: how to?

That should work ok. I'll try this when I get a chance and try to find out what is going wrong