Webserver Information not Displaying.

For general Flowcode discussion that does not belong in the other sections.
Post Reply
daddytims_tims
Posts: 20
http://meble-kuchenne.info.pl
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 17 times

Flowcode v10 Webserver Information not Displaying.

Post 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
Attachments
Esp32_Webserver_Push_Button.fcfx
(29.65 KiB) Downloaded 64 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Webserver Information not Displaying.

Post 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 91 times
Project Files.zip
(26.83 KiB) Downloaded 73 times

daddytims_tims
Posts: 20
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 17 times

Re: Webserver Information not Displaying.

Post by daddytims_tims »

Thanks a lot Steve, I will go through it.

daddytims_tims
Posts: 20
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 17 times

Flowcode v10 Re: Webserver Information not Displaying.

Post by daddytims_tims »

I hooked up my BL0058-1 and tested it.

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

Post Reply