Search found 1477 matches

by Steve-Matrix
Wed Jul 08, 2026 9:48 am
Forum: General
Topic: Server update
Replies: 0
Views: 197

Server update

Just a quick announcement that we have recently updated the webserver running this website.

I am aware of a small number of users who have updated their login password during this process and the new password has not been included in the update.

If you are having problems logging into the website ...
by Steve-Matrix
Tue Jul 07, 2026 9:43 am
Forum: General
Topic: array size seems to be limited
Replies: 5
Views: 275

Re: array size seems to be limited

This is normal - only the first 25 array values are shown. If you need to view or alter the value of an array element above index 24, you can add a suitable expression - e.g. sensor_1_array[90] - to the watch window area of the Simulation Debugger when running the project via simulation or ICD.
by Steve-Matrix
Fri Jun 26, 2026 11:08 am
Forum: Tips & Tricks
Topic: Using PICKit5 with Flowcode
Replies: 2
Views: 9490

Re: Using PICKit5 with Flowcode

I don't have a PicKit5 to be certain, but you should be able to add "/W33" or "/W50" (for 3v3 and 5v power) as a parameter. Hopefully that will work.
by Steve-Matrix
Thu Jun 25, 2026 5:40 pm
Forum: Feature Requests
Topic: App Developer: USB Webcam Component
Replies: 24
Views: 5555

Re: App Developer: USB Webcam Component

Hi Stefan,

Thanks for the suggestion. I think having some options would be possible. I'll look into it.
by Steve-Matrix
Wed Jun 24, 2026 5:14 pm
Forum: Feature Requests
Topic: App Developer: USB Webcam Component
Replies: 24
Views: 5555

Re: App Developer: USB Webcam Component

Thanks, both. We'll probably release this tomorrow as well as a similar one for playing/recording audio. I just want to test a little more.
by Steve-Matrix
Wed Jun 24, 2026 4:39 pm
Forum: Feature Requests
Topic: App Developer: USB Webcam Component
Replies: 24
Views: 5555

Re: App Developer: USB Webcam Component

Hi Stefan (and anyone else who is interested).

I've spent a bit of time on this recently and attached is a components for a video control in Flowcode's Web Developer. This can also be attached to a web camera.

There is also an attached project which allows still images and short video clips to be ...
by Steve-Matrix
Mon Jun 22, 2026 9:13 am
Forum: Bug Reports
Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Replies: 9
Views: 1369

Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version


I am currently testing the generated .hex files inside Proteus simulation before moving the project to physical hardware.



One problem with this approach is you will not know if the issue is caused by an error in the Flowcode project or an error in the simulation within Proteus. Only when you ...
by Steve-Matrix
Fri Jun 19, 2026 9:18 am
Forum: General
Topic: Problems with buttons.
Replies: 3
Views: 741

Re: Problems with buttons.

That's great - thanks for letting us know.
by Steve-Matrix
Thu Jun 18, 2026 12:53 pm
Forum: General
Topic: Problems with buttons.
Replies: 3
Views: 741

Re: Problems with buttons.

Is this a problem with the simulation of the buttons, or is the problem when the program is downloaded to the hardware?
by Steve-Matrix
Wed Jun 17, 2026 9:35 am
Forum: Bug Reports
Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Replies: 9
Views: 1369

Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version

Thanks for letting us know. We will get a fix out for this today.

In the meantime, you could use the attached FCD instead. Put it into the following folder while Flowcode is not running:
%PROGRAMDATA%\MatrixTSL\FlowcodeV11\FCD\ARM

When you try to compile, you may need to re-target your project ...