Search found 1519 matches

by Steve-Matrix
Mon Sep 07, 2026 9:23 am
Forum: Bug Reports
Topic: Problem programming Arduino mega 2560
Replies: 4
Views: 416

Re: Problem programming Arduino mega 2560


I tried the Mega 2560 r3 instead, and this seemed to work (I don't think the board i'm using is genuine- on the front it says mega 2560, when i think it might actually be an r3).



The programmer options for the Mega 2560 are actually in the FCD (the chip definition file used by Flowcode) and ...
by Steve-Matrix
Fri Aug 14, 2026 8:40 am
Forum: General
Topic: PIC18F57Q84 UART Error
Replies: 12
Views: 1891

Re: PIC18F57Q84 UART Error

Please post your project (.fcfx) and the generated .c file as that will help us determine the issue.
by Steve-Matrix
Mon Aug 10, 2026 5:33 pm
Forum: Bug Reports
Topic: I always get an error when doing this exercise
Replies: 7
Views: 1038

Re: I always get an error when doing this exercise

WingNut wrote:
Mon Aug 10, 2026 5:15 pm
I think they mean any string needs to be in quotes

Yes, unless it's the name of a string variable.
by Steve-Matrix
Mon Aug 10, 2026 4:33 pm
Forum: Bug Reports
Topic: Properties have variable names instead of description?
Replies: 2
Views: 524

Re: Properties have variable names instead of description?

Right-click the "properties" heading and select "Show Titles" instead of "Show Variables".
by Steve-Matrix
Mon Aug 10, 2026 11:20 am
Forum: Bug Reports
Topic: I always get an error when doing this exercise
Replies: 7
Views: 1038

Re: I always get an error when doing this exercise

See Leigh's comment. The "color" also needs to be in quotes.
by Steve-Matrix
Mon Aug 10, 2026 10:18 am
Forum: Tips & Tricks
Topic: So Obvious.......
Replies: 35
Views: 14473

Re: So Obvious.......

Thanks for the update - it's really interesting.

When you come to use Flowcode Web Developer, let us know if there are things you'd like to do that are not already there. For example, other components or better information on doing certain things with it.

We have plans for improving this mode of ...
by Steve-Matrix
Mon Aug 10, 2026 10:10 am
Forum: Bug Reports
Topic: I always get an error when doing this exercise
Replies: 7
Views: 1038

Re: I always get an error when doing this exercise

And the Value property should also be a string - i.e. "0". Note that some versions of Flowcode automatically convert a number to a string in this case.
by Steve-Matrix
Fri Aug 07, 2026 5:09 pm
Forum: Tips & Tricks
Topic: So Obvious.......
Replies: 35
Views: 14473

Re: So Obvious.......

Thanks for keeping updated on your adventure!

"Clean Start" is a MQTT v5.0 setting.

The Web Developer component uses MQTT v3.1 or v3.1.1 and has the "Clean Session" flag as a property of the component, and also the QoS setting as a parameter when publishing or subscribing to a message.

I'm not as ...
by Steve-Matrix
Wed Aug 05, 2026 3:31 pm
Forum: Feature Requests
Topic: Rotary switch
Replies: 19
Views: 1628

Re: Rotary switch

Excellent. We'll get that officially released soon, but you should use this version until then.
by Steve-Matrix
Wed Aug 05, 2026 11:53 am
Forum: Feature Requests
Topic: Rotary switch
Replies: 19
Views: 1628

Re: Rotary switch

Thanks, Martin.

For anyone using their own components folder, more info about this is on the following wiki page:
https://www.flowcode.co.uk/wiki/index.p ... irectories