KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
90 Second Video Series - Quick and Easy Responsive Night Light project with Arduino
1:30
Stop Wasting Money on New Batteries! Restore Old AA Batteries Today!
18:17
🎄✨ Puff is saving Christmas again with his incredible baking skills! #PuffTheBaker #thatlittlepuff
00:42
Қарғалардың анасы бар ма? | 1 серия | Сериал «QARGA 2» | КОНКУРС
41:02
VIP ACCESS
00:47
Леон киллер и Оля Полякова 😹
00:42
90 second series - Quick and Easy Ultrasonic + Buzzer + LED project for Arduino
Рет қаралды 338
Facebook
Twitter
Жүктеу
1
Жазылу 782
Waiduino
Күн бұрын
Пікірлер
@Waiduino
Жыл бұрын
const int echo = 13; const int trig = 12; int LED1 = 2; int LED2 = 3; int LED3 = 4; int LED4 = 8; int LED5 = 9; int buzzer = 5; int duration = 0; int distance = 0; void setup() { pinMode(trig, OUTPUT); pinMode(echo, INPUT); pinMode(LED1, OUTPUT); pinMode(LED2, OUTPUT); pinMode(LED3, OUTPUT); pinMode(LED4, OUTPUT); pinMode(LED5, OUTPUT); pinMode(buzzer, OUTPUT); Serial.begin(9600); } void loop() { digitalWrite(trig, HIGH); delayMicroseconds(10); digitalWrite(trig, LOW); duration = pulseIn(echo, HIGH); distance = (duration / 2) / 28.5; // Turn off all LEDs and the buzzer digitalWrite(LED1, LOW); digitalWrite(LED2, LOW); digitalWrite(LED3, LOW); digitalWrite(LED4, LOW); digitalWrite(LED5, LOW); noTone(buzzer); if (distance < 10) { digitalWrite(LED3, HIGH); tone(buzzer, 850); } else if (distance >= 10 && distance < 20) { digitalWrite(LED2, HIGH); tone(buzzer, 1000); } else if (distance >= 20 && distance < 30) { digitalWrite(LED1, HIGH); tone(buzzer, 1500); } else { // Distance is greater than or equal to 30, turn off the buzzer noTone(buzzer); for (int i = 0; i < 5; i++) { tone(buzzer, 1000); // High pitch digitalWrite(LED4, HIGH); digitalWrite(LED5, LOW); delay(100); noTone(buzzer); digitalWrite(LED4, LOW); digitalWrite(LED5, HIGH); delay(100); tone(buzzer, 500); // Low pitch } } Serial.println(distance); delay(1000); }
1:30
90 Second Video Series - Quick and Easy Responsive Night Light project with Arduino
Waiduino
Рет қаралды 169
18:17
Stop Wasting Money on New Batteries! Restore Old AA Batteries Today!
DIYTechTrends
Рет қаралды 59 М.
00:42
🎄✨ Puff is saving Christmas again with his incredible baking skills! #PuffTheBaker #thatlittlepuff
That Little Puff
Рет қаралды 24 МЛН
41:02
Қарғалардың анасы бар ма? | 1 серия | Сериал «QARGA 2» | КОНКУРС
OMIR
Рет қаралды 1,4 МЛН
00:47
VIP ACCESS
Natan por Aí
Рет қаралды 30 МЛН
00:42
Леон киллер и Оля Полякова 😹
Канал Смеха
Рет қаралды 4,7 МЛН
3:56
How to make a simple led traffic light circuit
Project AA
Рет қаралды 18 М.
13:38
Creating a PCB (Printed Circuit Board) NFC Card- Easy & Quick Tutorial (making Arduino content soon)
Waiduino
Рет қаралды 261
3:59
Programming an LED to Blink using an Ultrasonic Sensor (Arduino, Ardublock)
Barnabas Robotics
Рет қаралды 4 М.
7:59
Everything’s Gonna Be Fine!
TechLinked
Рет қаралды 265 М.
8:01
Never buy a new battery! Just use this method to restore your old battery!
Creative Hacker
Рет қаралды 9 М.
14:37
Ordering and Shipping your FREE Circuit Board (PCB) using JLCPCB
Waiduino
Рет қаралды 204
5:26
Collaboration project Intro- Mechanical and project overview
Waiduino
Рет қаралды 88
11:57
Announcing GeForce RTX 50 Series | CES 2025 Keynote from CEO Jensen Huang
NVIDIA GeForce
Рет қаралды 4,7 МЛН
21:16
Free Energy To Heat Your Home! How to make a mini heating stove! A Small Heater Without Gas
DIYTechTrends
Рет қаралды 9 М.
00:42
🎄✨ Puff is saving Christmas again with his incredible baking skills! #PuffTheBaker #thatlittlepuff
That Little Puff
Рет қаралды 24 МЛН