Hello, and welcome to another Arduino tutorial, in this one we’re about motion detection using microwaves and doppler effect, and we’re using RCWL-0516 module.
Another popular motion sensor is the PIR HC-SR501, and as the name implies, it uses “Passive InfraRed” light waves to detect a motion, this PIR is emitted by humans or animals mostly, and anything that’s warm/hot.
Unlike the sensor above, the RCWL-0516 constantly sends microwaves around it, and they reflect back, if ANYTHING moves within the range will cause a change in the waves wavelength or the frequency “Known as Doppler effect“, and by anything I mean if it emits PIR/warm/hot or not, so it’s better at this point.
You can observe (hear) the Doppler effect while a police car is moving, you can hear a different siren sound when the car is near you and when it’s driving away…
Actually the Arduino is not needed much, but I’m just doing it in case you want to add it to your project, and as you saw it’s better than the PIR sensor.
The LED is completly optional, it will just light up if there’s a trigger.
In the Wiring you can either wire the Ouput with a digital I/O as I did or to an analog Input, just don’t forget to modify the code and know which values the module for both LOW and HIGH levels ( approx 10 and 700, analog ADC values).
The LED lights up if there’s a motion
As you can see the module, is pretty much stand alone, so there are some modifications that you can apply directly on the circuit
(this tutorial is made by PIR sensor dissing gang)
Hello, and welcome to another Arduino tutorial, in this one we’re about motion detection using microwaves and doppler effect, and we’re using RCWL-0516 module.
Another popular motion sensor is the PIR HC-SR501, and as the name implies, it uses “Passive InfraRed” light waves to detect a motion, this PIR is emitted by humans or animals mostly, and anything that’s warm/hot.
Unlike the sensor above, the RCWL-0516 constantly sends microwaves around it, and they reflect back, if ANYTHING moves within the range will cause a change in the waves wavelength or the frequency “Known as Doppler effect“, and by anything I mean if it emits PIR/warm/hot or not, so it’s better at this point.
You can observe (hear) the Doppler effect while a police car is moving, you can hear a different siren sound when the car is near you and when it’s driving away…
Actually the Arduino is not needed much, but I’m just doing it in case you want to add it to your project, and as you saw it’s better than the PIR sensor.
The LED is completly optional, it will just light up if there’s a trigger.
In the Wiring you can either wire the Ouput with a digital I/O as I did or to an analog Input, just don’t forget to modify the code and know which values the module for both LOW and HIGH levels ( approx 10 and 700, analog ADC values).
The LED lights up if there’s a motion
As you can see the module, is pretty much stand alone, so there are some modifications that you can apply directly on the circuit
(this tutorial is made by PIR sensor dissing gang)