PROPERTY OF BANKEJ SONI
Learn How to make Arduino Smart Glasses which can measure distance
Instagram: https://www.instagram.com/bankejsoni/
Arduino code -
(Write the first line of the code from the video )
NewPing sonar (10, 11, 20);
void setup()
{
Serial.begin(9600);
delay(50);
}
void loop() {
Serial.print("The Distance is:");
Serial.println(sonar.ping_cm());
delay(1000);
}
If you liked this video, check out more on my channel https://www.youtube.com/channel/UCeBTwbXlg6rf1zPEWDw__5g/videos
Songs used :
1)
Track: ROY KNOX & Shiah Maisel - Living With Regret [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/VTcttmCCh8Y
Free Download / Stream: http://ncs.io/LWR
2)
Track: Disfigure - Hollah! [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/m0ZXoiIZ40U
Free Download / Stream: http://ncs.io/hollah
3)
Track: Valcos - A New Light [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/o_v9WSImGIU
Free Download / Stream: http://ncs.io/anewlight
4)
Track: Jim Yosef - Let You Go [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/7dw8wphQ118
Free Download / Stream: http://ncs.io/LetYouGo
Learn How to make Arduino Smart Glasses which can measure distance
Instagram: https://www.instagram.com/bankejsoni/
Arduino code -
(Write the first line of the code from the video )
NewPing sonar (10, 11, 20);
void setup()
{
Serial.begin(9600);
delay(50);
}
void loop() {
Serial.print("The Distance is:");
Serial.println(sonar.ping_cm());
delay(1000);
}
If you liked this video, check out more on my channel https://www.youtube.com/channel/UCeBTwbXlg6rf1zPEWDw__5g/videos
Songs used :
1)
Track: ROY KNOX & Shiah Maisel - Living With Regret [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/VTcttmCCh8Y
Free Download / Stream: http://ncs.io/LWR
2)
Track: Disfigure - Hollah! [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/m0ZXoiIZ40U
Free Download / Stream: http://ncs.io/hollah
3)
Track: Valcos - A New Light [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/o_v9WSImGIU
Free Download / Stream: http://ncs.io/anewlight
4)
Track: Jim Yosef - Let You Go [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/7dw8wphQ118
Free Download / Stream: http://ncs.io/LetYouGo
- Category
- Smart Glasses technology
Be the first to comment











