Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By tayfun
#35748 Hello how to configrate loop and real time view variable ond the html page, for exmpl.


I ESP ModuleI <--------> I pic 18f mcu I <-------------- > I tempsensor I
I <---------------> I analog input I

how to use cominicate serial port to with pic mcu?
User avatar
By Mmiscool
#35769 if you use the htmlvar function it will make it so that on each refresh of the page has the latest variable value.

Code: Select allwprint htmlvar(bla)


To make a page automatically refresh at an interval you can use the following html. This will refresh the page every 5 seconds.
Code: Select allwprint "<meta http-equiv='refresh' content='5;URL=/input?'>"