Real-time value on html read! help

I made a simple potentiometer counter on arduino, and I made it to print the value on a HTML page, but I am confused on how to make the android app to show me the value in real-time, without me pressing the button in the app.
PLEASE HELP!
Thanks afterwards

Put page reload in a timer, or every time your data refreshes in a block somewhere

1 Like

Hello guys, my second topic for this purpose because nobody told me precisely what to do.
I made a simple potentiometer counter on arduino, and I made it to print the value on a HTML page, but I am confused on how to make the android app to show me the value in real-time, without me pressing the button in the app.
Really what I need is an example of the code displayed in blocks.
PLEASE HELP!
Thanks afterwards

Did you try what I suggested ? You didn't come back and ask for more help ?

blocks (1)

image

Okay,THANK YOU VERY MUCH, now it works....but....now I have an problem in my arduino..it can't send the values that fast!
As I twist it without starting the app it reads normal (1,2,3,4,5,6....), when I launch the app, it usually switches between two values (4-5, 5-6 etc.), any ideas?