I have been able to make an android app communicate with the NodeMcu V3 module.
Now, I also attached a Potentiometer. The module is able to respond with the value of the pot also. But that is only when a new client connects.
How do I make the NodeMcu module constantly send the Potentiometer data to the app? So that as soon as a threshold is crossed, I will get a notification on my phone?