Hi everyone,
when i change the value of virtual pin to 1 from nodemcu , does blynk actually provide any feature to automatically reset the virtual pin value after certain duration?
I think you’d be better providing more information about what exactly you’re trying to achieve and why,.
Pete.
That would kind of defeat the purpose of having the nodemcu set the value…wouldn’t it? You could code it on the nodemcu on a timer.
Hello all,
My mobile will automatically update the virtual pin value to 1 if an important text message comes to my mobile.
On my Nodemcu when the virtual pin is set to 1 it should do the following:
A LED should be ON for 10 mins and OFF for 5mins in a loop until the virtual pin becomes 0.
How do i do it in a clean way?
@Tejeshwara I’ve merged your latest topic into your previous topic, as they seem to be related. Please don’t keep creating new topics about the same issue.
When you create a new “Need help…” topic you’re asked for lots of information, such as your hardware and connection type, app and library version, the sketch you are running etc.
This is important information to help us to help you, but you’ve not provided it in either of the topics you’ve created.
If you want to blink an LED then a timer is the simplest solution, but we can’t really say much more until we have more information from you.
Pete.