How to make a smart glasses 👓 for blind people || using Arduino nano & ultrasonic Sensor || 😱😱

  Рет қаралды 1,703

The Wired World Of Qasim

The Wired World Of Qasim

Күн бұрын

Пікірлер: 5
@SandraNakamyuka
@SandraNakamyuka 3 ай бұрын
What does the program/code on the arduino contain
@YaraShehadeh
@YaraShehadeh 29 күн бұрын
If you have the answer please tell me
@InnocentFlamingo-iq2hh
@InnocentFlamingo-iq2hh Ай бұрын
Bhaiya ke mobile mein connect hota hai
@likithkadammabhi4154
@likithkadammabhi4154 7 ай бұрын
We can't open code
@BlessedBraceletsARTS
@BlessedBraceletsARTS 4 ай бұрын
const int trigPin = 3; const int echoPin = 2; const int buzzer = 5; long duration; int distance; int safetyDistance; // Adjust this value to change the speed of sound for your environment const float speedOfSound = 0.0343; // 343 meters per second (default) void setup() { pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(buzzer, OUTPUT); Serial.begin(9600); } void loop() { digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); // Calculate distance using the adjusted speed of sound value distance = (duration * speedOfSound) / 2; safetyDistance = distance; if (safetyDistance
Make Dumb Electronics Smart for $3
13:13
I Like To Make Stuff
Рет қаралды 776 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,5 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Effective Ways To Detect People With Common Sensors
7:43
Core Electronics
Рет қаралды 94 М.
Flipper Zero Must Have Modules
14:53
sn0ren
Рет қаралды 148 М.
How To Use Ultrasonic Sensors with Arduino! + Project Idea!
4:09
Propeller LED Pendulum Clock using Arduino NANO
26:09
Hobby Projects
Рет қаралды 151 М.
FPS Eye Training Warmup (HIGH FPS)
8:30
ottr
Рет қаралды 2,5 МЛН
12 NEW Arduino Projects!!! (2024 Edition)
9:20
ToP Projects Compilation
Рет қаралды 290 М.