How to Use a PIR Sensor with Arduino (Lesson #26)

  Рет қаралды 34,564

Science Buddies

Science Buddies

Күн бұрын

Пікірлер: 16
@chrishale3414
@chrishale3414 Жыл бұрын
Great video thanks
@Bro_Bubby
@Bro_Bubby Жыл бұрын
My sensor keeps reading high, even when motion is not detected. Even when i untriggered and retriggered it, same thing
@afrisalaja2505
@afrisalaja2505 Жыл бұрын
I have the same problem as you and am still looking for a solution
@edwardmaes3297
@edwardmaes3297 Жыл бұрын
I also have the same problem
@klincgleda7268
@klincgleda7268 9 ай бұрын
my motion doesnt even sense a thing, lol
@Escarade
@Escarade 8 ай бұрын
Same ;/
@TheJoeFletch
@TheJoeFletch 4 ай бұрын
I have watched and read a few things saying that you need to debounce the PIR signal.
@DJW-q1p
@DJW-q1p Жыл бұрын
nice video!
@RandomUser77541
@RandomUser77541 22 күн бұрын
Anybody got the code?
@P0l15h-C0w
@P0l15h-C0w 21 күн бұрын
gotcha bud // activate LED with PIR sensor const int led = 8; // LED pin const int pir = 2; // PIR pin int motion; // variable for sensor reading void setup(){ // setup code that only runs once pinMode(led, OUTPUT); // set LED pin as output pinMode(pir, INPUT); // set PIR pin as input } void loop(){ // code that loops forever motion = digitalRead(pir); // read sensor pin if(motion){ // if motion detected digitalWrite(led,HIGH); // turn LED on } else{ // else, no motion detected digitalWrite(led,LOW); // turn LED off } }
@RandomUser77541
@RandomUser77541 20 күн бұрын
@@P0l15h-C0w Thanks bro
@aaronjeffery7123
@aaronjeffery7123 9 ай бұрын
nice vidio
@RandomUser77541
@RandomUser77541 22 күн бұрын
Bros has premium english. 💀
@nuh155
@nuh155 2 ай бұрын
Dosent work
@Bode-Elnessr22
@Bode-Elnessr22 Жыл бұрын
wow
How to Use a Photoresistor (Light Sensor) with Arduino (Lesson #27)
7:23
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Effective Ways To Detect People With Common Sensors
7:43
Core Electronics
Рет қаралды 95 М.
How to Use a Potentiometer with Arduino analogRead (Lesson #7)
11:52
Science Buddies
Рет қаралды 58 М.
How to Use a PIR Motion Sensor with Raspberry Pi
12:24
Tech With Tim
Рет қаралды 117 М.
A Cyberdeck With A Removable Keyboard
11:26
Ashtf
Рет қаралды 13 М.
How to Use a TCS3200 Color Sensor with Arduino (Lesson #38)
18:56
Science Buddies
Рет қаралды 11 М.
Motion-activated Servo Motors with Arduino and PIR Sensor
25:20
Rachel De Barros
Рет қаралды 47 М.
How to Use a Hall Effect Sensor with Arduino (Lesson #31)
19:48
Science Buddies
Рет қаралды 29 М.
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
The Best 20 Arduino Projects of the year 2024!
14:59
ToP Projects Compilation
Рет қаралды 116 М.