Search found 2121 matches

by BenR
Mon Apr 20, 2026 2:06 pm
Forum: Bug Reports
Topic: String comparison esp32
Replies: 5
Views: 74

Re: String comparison esp32

Thanks for letting us know and flagging the issue again.

I've rolled out the fix now so that v10 and v11 should now correctly return -1 instead of 255.
by BenR
Mon Apr 20, 2026 11:11 am
Forum: Projects - Embedded
Topic: Help with string error
Replies: 3
Views: 52

Re: Help with string error

Hello,

I've tried to put togeter a simple test with your macro and the chip you specified, but it's compiling ok here.

You might need to attach your project so we can replicate exactly what you have.

FC_Test.fcfx
(18.71 KiB) Downloaded 6 times
by BenR
Mon Apr 20, 2026 11:04 am
Forum: General
Topic: MQTT send control issues
Replies: 3
Views: 50

Re: MQTT send control issues

Hi Bob,

I think this is your problem. Its being passed a variable which is empty but this should be the string of the data tag your looking for.

Img1.jpg
Img1.jpg (14.45 KiB) Viewed 43 times

Should instead look like this with quotation marks around the tag.

Img2.jpg
Img2.jpg (21.21 KiB) Viewed 43 times
by BenR
Mon Apr 20, 2026 10:54 am
Forum: Projects - Embedded
Topic: nextion display flowcode 10
Replies: 2
Views: 31

Re: nextion display flowcode 10

Hello,

There's a demo here that should be useful for you.
https://www.flowcode.co.uk/wiki/index.p ... cal_Color)
by BenR
Fri Apr 17, 2026 1:46 pm
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 6
Views: 455

Re: Frustration with Flowcode inconsistency

Hello
Can I at least use the C output from Flowcode to compile to bin? Using esprissive IDE.
Yes this should work ok.
by BenR
Thu Apr 09, 2026 10:04 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 9
Views: 1821

Re: Flowcode 11 Graphical Display Manager Demonstration

Hi Jorgen,

Sorry I got distracted with other things coming in and I'm away up in the lakes in a caravan this week. I'll get right on it for you ASAP as soon as I'm back.
by BenR
Sun Apr 05, 2026 10:15 pm
Forum: General
Topic: AI
Replies: 2
Views: 424

Re: AI

Hello, Having AI help with projects and component libraries is already possible, the flowcode projects are stored in XML format which is perfectly compatible with AI coding agents. You can also include external C and H files which again is a piece of cake for an AI agent. There is also a bit of a be...
by BenR
Wed Apr 01, 2026 5:12 pm
Forum: Projects - Embedded
Topic: PIC18F24J11 PWM not working (simulation working)
Replies: 4
Views: 801

Re: PIC18F24J11 PWM not working (simulation working)

Hello,

Sorry for the delay, I see the issue, bear with and I'll get it resolved for you.

Edit, hopefully resolved for you now via the library updates. You now need to assign the PWM remap pin via the component properties and hopefully it should then work correctly.
by BenR
Wed Apr 01, 2026 10:10 am
Forum: Bug Reports
Topic: Pi Pico Compile Error
Replies: 4
Views: 888

Re: Pi Pico Compile Error

Hopefully resolved for you now, thanks for letting us know.
by BenR
Tue Mar 31, 2026 12:34 pm
Forum: Projects - Embedded
Topic: VL53L0X1 Showing only High Repeated Number
Replies: 4
Views: 622

Re: VL53L0X1 Showing only High Repeated Number

Hi Pierre,

Ok thanks for letting us know I'll see if I can replicate the long range issue here and see if I can get it fixed for you.