Search found 1001 matches

by Steve-Matrix
Fri Mar 08, 2024 12:37 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1269

Re: Worked examples for Serial, HTTP and MQTT

I've just tried the "vote" sample and the ESP32 project works fine. Again, I had to enter my Wi-Fi details and the correct COM port. The initial question is read from memory and was garbage, but I could reset it using the web app. I also tried the simulation web app (which interacts with 'pretend' h...
by Steve-Matrix
Fri Mar 08, 2024 9:31 am
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1269

Re: App Developer Examples Component Macro Missing

Can ANYONE HELP solved these minor Erros, I am having please and thanks? Which specific project are you having issues with? I have just tried the 3rd embedded project (EmbeddedProject-03) in the "HTTP Comms Worked Example - Web Developer" ZIP file, making the following changes first: Set my Wi-Fi S...
by Steve-Matrix
Thu Mar 07, 2024 11:19 am
Forum: Tips & Tricks
Topic: ESP compilation errors due to MAX_PATH limit
Replies: 0
Views: 899

ESP compilation errors due to MAX_PATH limit

TL;DR - If you run into compilation issues with the ESP32 toolchain then try moving your Flowcode project to something like "C:\MyProj\" and trying again. This morning I hit an issue where my ESP32 projects were failing to compile, even though they were compiling fine a week ago. The error was somet...
by Steve-Matrix
Thu Mar 07, 2024 9:24 am
Forum: General
Topic: Macro from external program memory
Replies: 6
Views: 352

Re: Macro from external program memory

I don't believe this is possible in an easy way. A better approach might be to look at optimising your existing project to reduce the code size.
by Steve-Matrix
Wed Mar 06, 2024 5:19 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1269

Worked examples for Serial, HTTP and MQTT

We have created 3 worked examples that use Flowcode Embedded and App Developer to create hybrid projects that show the basics of communicating between embedded devices, PCs and web browsers. These can be found on the Sample Projects page of the Flowcode website in addition to a number of other sampl...
by Steve-Matrix
Mon Mar 04, 2024 12:06 pm
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 779

Re: 2D Dashboard running simulation

Thanks, I can see the problem and will try to sort it.
by Steve-Matrix
Mon Mar 04, 2024 9:45 am
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 517

Re: 3 ideas for FC

Great suggestions, thanks for posting. As Martin has said, (2) is already available. And I like the idea of (3). For (1), extended info about each component is available within the generated C code file (and this includes subcomponents that are embedded within the top-level components). Using versio...
by Steve-Matrix
Fri Mar 01, 2024 2:10 pm
Forum: Projects - Embedded
Topic: 2D Dashboard running simulation
Replies: 12
Views: 779

Re: 2D Dashboard running simulation

Can you set the port to zero with an Output icon at the beginning of your project to force the LEDs to reset?
by Steve-Matrix
Tue Feb 27, 2024 5:29 pm
Forum: Feature Requests
Topic: Choosing a maximal or smal text box
Replies: 1
Views: 372

Re: Choosing a maximal or smal text box

Thanks for the suggestion.