In stock, ships same business day if ordered before 2PM
Delivered by Mon, 25th of Nov
Quantity Discounts:
Recommended Essentials:
PIR sensors often referred to as, "Passive Infrared" or "IR motion" sensors, enable you to sense motion. Everything emits a small amount of infrared radiation (IR), and the hotter something is, the more radiation it emits. PIR sensors are able to detect a change in average IR levels of their detection zone (e.g. when a human enters a room, that room will increase in temperature slightly) and hence sense motion.
This one's great, as it can be powered via the Raspberry Pi's 5V output, and be read directly from the Raspberry Pi's GPIO input (as the sensor has a digital 3.3V output!)
This PIR includes an adjustable delay before firing (approx 0.5 - 200 seconds), has adjustable sensitivity and two M2 mounting holes! It runs on 4.5V-20V power (or 3V by bypassing the regulator with a bit of soldering) and has a digital signal output (3.3V) high, 0V low. Its sensing range is up to 7 meters in a 100-degree cone.
The operating mode of the PIR sensor can be changed by bridging the solder pads on the back of the board, by bridging the centre and L pad, single trigger mode will be selected, meaning that the sensor will only output one single when triggered. By bridging the centre and H pad, multi trigger mode will be enabled meaning that the sensor will continue to output signals while an IR presence is detected.
from utime import sleep import machine onboard_led = machine.Pin(25, machine.Pin.OUT) button = machine.Pin(3, machine.Pin.IN, machine.Pin.PULL_UP) while True: if button.value() == 0: onboard_led.on() else: onboard_led.off() sleep(0.1)
Exact shipping can be calculated on the view cart page (no login required).
Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).
We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):
Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.
Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.
International Orders - the following rates are for New Zealand and will vary for other countries:
If you order lots of gear, the postage amount will increase based on the weight of your order.
Our physical address (here's a PDF which includes other key business details):
Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia
Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.
Have a product question? We're here to help!
Makers love reviews as much as you do, please follow this link to review the products you have purchased.
Product Comments