Тёмный

HC-SR04 LED distance indicator || by es tech knowledge 

ES Tech Knowledge
Подписаться 61 тыс.
Просмотров 10 тыс.
50% 1

Опубликовано:

 

29 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@LevonPetrosyann
@LevonPetrosyann 4 года назад
#define echoPin 13 #define trigPin 12 #define led1Pin 7 #define led2Pin 6 #define led3Pin 5 #define led4Pin 4 #define led5Pin 3 long duration, distance; void setup() { Serial.begin (9600); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(led1Pin, OUTPUT); pinMode(led2Pin, OUTPUT); pinMode(led3Pin, OUTPUT); pinMode(led4Pin, OUTPUT); pinMode(led5Pin, OUTPUT); } void loop() { digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(echoPin, LOW); duration = pulseIn(echoPin, HIGH); distance = duration/40; if(distance
@vasanthisadasivam1190
@vasanthisadasivam1190 3 года назад
Please send me in pdf
@andreeacaliman9912
@andreeacaliman9912 3 года назад
NICEEEEEEE KISS😘
@mirunaghiuzan6903
@mirunaghiuzan6903 3 года назад
Thank youuu♥️♥️
@andreeacaliman9912
@andreeacaliman9912 3 года назад
I pup you verry verry much ( zic )
@OnlineShikshakASB
@OnlineShikshakASB 3 года назад
Copy problem
@jasirasiyahulhak9044
@jasirasiyahulhak9044 4 года назад
The code is not available Pls help me
@_.chakraborty_
@_.chakraborty_ Год назад
But why the light is blinking constantly after uploading the code.
@melihapa3884
@melihapa3884 2 года назад
With 1 LED instead of 5 LEDs, another example would be appreciated as the light intensity gradually increased as we approached, and decreased as we moved away. There are already too many of these examples.
@electroniquepassion
@electroniquepassion 5 лет назад
Nice 👍
@shantanukudav2148
@shantanukudav2148 3 года назад
why does the code have 150 instead of HIGH for led output?
@eleonoradeangelis6508
@eleonoradeangelis6508 3 года назад
Is the code good?
@Anand_euphoria
@Anand_euphoria 3 года назад
What is the use of this project
@fyzer1623
@fyzer1623 4 года назад
Pls help me with the codes as it was not shown fully
@estechknowledge
@estechknowledge 4 года назад
You can find the codes link in the description of the video and also on the pinned comment.
@fyzer1623
@fyzer1623 4 года назад
ES tech knowledge ok thanks
@anasselem5182
@anasselem5182 3 года назад
@JAYANTH M ظ
@vasanthisadasivam1190
@vasanthisadasivam1190 3 года назад
This file is not supported very bad
@vasanthisadasivam1190
@vasanthisadasivam1190 3 года назад
Thank you
@vasanthisadasivam1190
@vasanthisadasivam1190 3 года назад
Please view sreeram anandkrishnan RU-vid channel ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-p8biZ15N240.html
@easymaths9476
@easymaths9476 4 года назад
CAN YOU GIVE CIRCUIT DIAGRAM
@estechknowledge
@estechknowledge 4 года назад
This is very easy project that's why circuit diagram is not available. You can just down the arduino codes and read that carefully to know where to connect wires.
Далее
5 Interesting Electronic Projects that you should try.
14:37
Ледник 1:0 Мужик
00:53
Просмотров 1,3 млн
Ultrasonic Sensor HC-SR04 and Arduino Tutorial
5:16
Просмотров 1,4 млн
arduino ultrasonic sensor projects | led project
4:11