I want to use the ultrasonic sensor with arduino and print whatever distance it is detecting on the blynk it app, on a gauge. I have gotten the basics down like turning on and off an led with the blynk app (using the esp8266 as a mode of connection). Would love some help or guidance.
Not a expert in any way, have been strugling with this my self for some time, but i got it working.
U need to define a Virtal pin in the Blynk app, and then send the data in IDE to this virtualPin via Blynk.virtualWrite(V0, distancetoTarget);
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.