Search found 1003 matches

by Steve-Matrix
Mon Mar 11, 2024 9:45 am
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1305

Re: Worked examples for Serial, HTTP and MQTT

chipfryer27 wrote:
Sat Mar 09, 2024 2:17 pm
Quick question, although we have the Web Server, Network Component and WLAN ESP components, we only initialise the WLAN not the other two. Any reason for this?
I believe that the WLAN takes care of the initialisation of the other components.
by Steve-Matrix
Fri Mar 08, 2024 5:19 pm
Forum: General
Topic: ESP-IdF V5.12 problem
Replies: 20
Views: 3744

Re: ESP-IdF V5.12 problem

This post should offer a solution for this topic:
viewtopic.php?f=14&t=2455
by Steve-Matrix
Fri Mar 08, 2024 12:37 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1305

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: 1305

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: 1052

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: 359

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: 1305

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: 807

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: 543

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: 807

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?