Search found 366 matches
- Fri Apr 10, 2026 5:05 pm
- Forum: General
- Topic: Solved: Replace component: how to?
- Replies: 4
- Views: 331
Solved: Replace component: how to?
I've tried a few times and it succeeded. I think my problem was that I kept looking at the handle of the component. The problem has been solved. But this doesn't mean that this function can't be improved. Maybe the replace function could be expanded by clicking on a component and get a list of other...
- Tue Apr 07, 2026 5:27 pm
- Forum: General
- Topic: Solved: Replace component: how to?
- Replies: 4
- Views: 331
Solved: Replace component: how to?
Hey there, I have a FC10 project that currently uses an ILI9341 display. I would like to replace it with an ILI9388 display. I assumed that, by following this guide: https://www.flowcode.co.uk/wiki/index.php?title=Replacing_a_Component I could simply replace the component and have all associated com...
- Tue Feb 24, 2026 11:32 pm
- Forum: User Components
- Topic: FC components and AI (ideas?)
- Replies: 20
- Views: 22365
Re: FC components and AI (ideas?)
I’m really glad to see this topic. I’ve been working with software and AI for a while now, and for Flowcode (FC), the possibilities are truly limitless if applied correctly. An article recently appeared in Elektor about creating libraries with AI simply by uploading a component's datasheet. In no ti...
- Sat Jan 03, 2026 3:01 pm
- Forum: Bug Reports
- Topic: ESP32-C6: WS2812 Component Crash - RMT Driver/CAL Incompatibility with ESP-IDF v5.3
- Replies: 3
- Views: 1608
Re: ESP32-C6: WS2812 Component Crash - RMT Driver/CAL Incompatibility with ESP-IDF v5.3
I replaced the content of ESP_CAL_RMT.c with a version where I hardcoded the GPIO to 8 and removed the ESP_ERROR_CHECK on the configuration. The LED is now working perfectly! This confirms the issue is purely in the Flowcode pin mapping and the way the RMT struct is handled for the C6. My version of...
- Sat Jan 03, 2026 12:07 am
- Forum: Bug Reports
- Topic: ESP32-C6: WS2812 Component Crash - RMT Driver/CAL Incompatibility with ESP-IDF v5.3
- Replies: 3
- Views: 1608
ESP32-C6: WS2812 Component Crash - RMT Driver/CAL Incompatibility with ESP-IDF v5.3
Hi everyone, I am encountering a critical issue with the WS2812 (LED_WS2811) component on the ESP32-C6 in FC10. While basic GPIO functions (like blinking a standard LED) work perfectly, the WS2812 component causes a system crash during initialization. Environment: Target: ESP32-C6 Toolchain: Flowcod...
- Fri Jan 02, 2026 11:13 pm
- Forum: General
- Topic: ESP32 How to reset watchdog timer (WDT)
- Replies: 9
- Views: 7866
Re: ESP32 How to reset watchdog timer (WDT)
I've read all the suggestions provided so far, and they are very valuable. However, through Gemini, I came across the following trick that allows me to use delays without triggering my WDT (Watchdog Timer), even when using delays of 500ms or longer. It might not be the universal solution for every c...
- Sun Dec 28, 2025 5:20 pm
- Forum: General
- Topic: Happy Christmas
- Replies: 6
- Views: 1893
Re: Happy Christmas
I fully stand behind WingNut’s message. It’s really thanks to the contributions of a few dedicated people that this forum truly works. Their selfless input keeps both big and small questions answered, and I keep telling myself I’ll contribute more… but every time I haven’t used FC for a couple of mo...
- Wed Dec 03, 2025 11:44 pm
- Forum: General
- Topic: WS2812B in free version FC11?
- Replies: 1
- Views: 1001
WS2812B in free version FC11?
I was looking for a component that controls a string of WS2812B LED's (Neopixels), but can't find it in the free version of FC11. Even with the "hide non licensed components" switched off. Can someone please tell me if this is available in the free version of FC11 or (if it isn't licensed)...
- Mon Dec 01, 2025 9:47 pm
- Forum: Feature Requests
- Topic: Open HELP files in browser option
- Replies: 2
- Views: 2411
Re: Open HELP files in browser option
Thank you Steve, did some changes in these setting but missed this one!
- Thu Nov 27, 2025 5:32 pm
- Forum: Feature Requests
- Topic: Open HELP files in browser option
- Replies: 2
- Views: 2411
Open HELP files in browser option
Hello all, I've asked this before, but with the release of Flowcode 11 (FC11), perhaps this is still a feasible feature to implement? Currently, when I add a component and right-click "Help" on the icon in the 2D Panel, the help file (the WIKI) is displayed in a window within Flowcode. My ...