Page 1 of 1

Webserver Information not Displaying.

Posted: Mon Jan 22, 2024 3:13 pm
by daddytims_tims
I wrote a small little program. using an Esp32 where I used the Esp32 hardware to Turn on/off 2 separate Motors. @ home which it works.

Now I WANT a 2 Way COMMUNICATION where I can be able to Monitor the STATE of the Pins/Motor in my Webserver, an also Turn them oN/Off on the Webserver when I am Not at home.

I added the webserver component. a set out the values, but it's not been displaying.
Maybe I miss something. or I haven't done something right.

I need some help please.

I attached the program

Re: Webserver Information not Displaying.

Posted: Wed Jan 24, 2024 1:40 pm
by Steve-Matrix
I've recently made a full worked example using an ESP32 and Flowcode v10's new Web Developer mode, although this is not officially released yet. I've attached the doc and example files in case they help you.

Although the examples are pairs (an embedded one for the ESP32 and a Web Developer one for the web app), you don't necessarily need to use them together and the techniques in the embedded projects may be all you require.

Web Developer and Embedded worked example.pdf
(761.12 KiB) Downloaded 463 times
Project Files.zip
(26.83 KiB) Downloaded 430 times

Re: Webserver Information not Displaying.

Posted: Wed Jan 24, 2024 2:35 pm
by daddytims_tims
Thanks a lot Steve, I will go through it.

Re: Webserver Information not Displaying.

Posted: Fri Jan 26, 2024 1:28 am
by daddytims_tims
I hooked up my BL0058-1 and tested it.

It worked out very well.... THANKS AGAIN!!!