Arduino Forum
>
Using Arduino
>
General Electronics
(Moderator:
PerryBebbington
)
>
PIR sensor voltage
Print
Go Down
Pages:
[1]
Topic: PIR sensor voltage
(Read 762 times)
previous topic
-
next topic
skatefishdori
Newbie
Posts: 16
Karma: 2
[add]
PIR sensor voltage
Apr 27, 2016, 12:14 pm
hello guys
currently i have 6 PIR sensors.
is it possible to use 5V from arduino mega pin to power all the sensor? what are the voltage needed to power all the sensor i have?
septillion
Tesla Member
Posts: 9,140
Karma: 867
[add]
Re: PIR sensor voltage
#1
Apr 27, 2016, 12:24 pm
Excellent you provided use with a type number or a link! Can I now ask you how much fuel I need to drive with 4 cars to Paris?
But if you mean one like:
https://learn.adafruit.com/downloads/pdf/pir-passive-infrared-proximity-motion-sensor.pdf
They use 5V. And no matter how many you have, they still need 5V
But maybe you want to know how much current/power they need. They don't need very much so connecting them to the Arduino 5V should be fine.
Use fricking code tags!!!!
I want x => I would like x, I need help => I would like help, Need fast => Go and pay someone to do the job...
NEW Library to make fading leds a piece of cake
https://github.com/septillion-git/FadeLed
skatefishdori
Newbie
Posts: 16
Karma: 2
[add]
Re: PIR sensor voltage
#2
Apr 27, 2016, 12:32 pm
oh.
that means i can use 5V from arduino to power all 6 PIR sensor? how about the current and power?
i thought the 5V from arduino will be divided by 6 because i got 6 sensor..
septillion
Tesla Member
Posts: 9,140
Karma: 867
[add]
Re: PIR sensor voltage
#3
Apr 27, 2016, 01:25 pm
Last Edit
: Apr 27, 2016, 03:54 pm by septillion
PIR based on the BISS0001 don't draw that much power so it's fine on a Arduino.
You connect then parallel so 5V = 5V. Maybe read up on parallel and series circuits.
Use fricking code tags!!!!
I want x => I would like x, I need help => I would like help, Need fast => Go and pay someone to do the job...
NEW Library to make fading leds a piece of cake
https://github.com/septillion-git/FadeLed
skatefishdori
Newbie
Posts: 16
Karma: 2
[add]
Re: PIR sensor voltage
#4
Apr 27, 2016, 03:54 pm
i connect all the PIR in parallel circuit. it works fine now.
thanks sir. thank you
JimboZA
Tesla Member
Posts: 8,723
Karma: 884
[add]
Re: PIR sensor voltage
#5
Apr 27, 2016, 05:06 pm
Last Edit
: Apr 27, 2016, 05:07 pm by JimboZA
Quote from: septillion on Apr 27, 2016, 01:25 pm
Maybe read up on parallel and series circuits.
This
is a very useful site for basic electronics knowledge; OP may find
this part
of particular use.
Johannesburg hams call me: ZS6JMB on Highveld rep 145.7875 (-600 & 88.5 tone)
Dr Perry Cox: "Help me to help you, help me to help you...."
Your answer may already be here:
https://forum.arduino.cc/index.php?topic=384198.0
Print
Go Up
Pages:
[1]
Loading...