Search found 988 matches

by Steve-Matrix
Fri Mar 22, 2024 9:01 am
Forum: App Developer
Topic: State Machine Breaks working Web App
Replies: 3
Views: 73

Re: State Machine Breaks working Web App

Thanks for pointing this out. To confirm - Web Developer does not support the use of State Diagrams. I will change Flowcode so that State Diagrams are not an option when designing web apps.
by Steve-Matrix
Tue Mar 19, 2024 9:17 am
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 151

Re: Web Developer browsers

Really interesting info - thanks for doing that. When I looked at compatibility, I found it generally ok in most situations. Rendering differences mean that some components may look slightly different on some browsers, but I did not find any functionality problems like you have. That said, you have ...
by Steve-Matrix
Mon Mar 18, 2024 1:44 pm
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 151

Re: Web Developer browsers

I've had a quick look and there are others experiencing similar issues. For example this one says it could be a certificate issue or an issue with a browser extension.
by Steve-Matrix
Mon Mar 18, 2024 9:11 am
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 151

Re: Web Developer browsers

I generally use Chrome when developing web apps with Flowcode. Microsoft Edge should also work fine as that shares a lot of common compatibility with Chrome. When running other browsers, especially older or mobile-only versions, you may run into compatibility issues with the code and html in the dep...
by Steve-Matrix
Thu Mar 14, 2024 9:19 am
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 490

Re: Worked examples for Serial, HTTP and MQTT

The error seems related to circular dependency issue . You could try disabling Bluetooth if you are not using it, or use and initialise it (as per their recommendation). Or you could possibly try v5.2. I developed all of these examples using IDF v4.4 with our BL0058 E-Block board. I've not tried the...
by Steve-Matrix
Mon Mar 11, 2024 9:45 am
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 490

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

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

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

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

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...