Sir,
Is it possible to display Blynk.virtualWrite(V1, POW); data to my website from My Hardware (nodeMCU). If its possible the how to implement it.
Thanking you.
DevIOT88
Sir,
Is it possible to display Blynk.virtualWrite(V1, POW); data to my website from My Hardware (nodeMCU). If its possible the how to implement it.
Thanking you.
DevIOT88
local server or blynk clouded server ?
yes its possible using the restful api You’ll have to use different http address obviously if you’re running a local server AND you local server should be publically accessible.
The command you’ll need would be looking like this:
http://blynk-cloud.com/383...c7c/get/V1
or locally
http://192.168.1.14/383...c7c/get/V1
or using ddns noip:
http://yourName.ddns.net/383...c7c/get/V1