Human Presence Radar Sensor - Range 7m
The RCWL-0516 is a microwave radar sensor module used for motion detection. The range of the module depends on various factors such as the sensitivity settings, the power supply voltage, and the object being detected. Generally, the range of the RCWL-0516 module is up to 7 meters (23 feet) with a detection angle of 360 degrees. However, the range can be reduced or increased by adjusting the sensitivity potentiometer located on the module. It will continuously output the high level TTL signal when there is motion.
Product Video
Quick Spec
- Operating Voltage: 4-28V @ 2.8mA
- Range: up to 9m
- Transmitting Power: 20mW
- Output Voltage: 3.3V @ 100mA
Board Layout

- 3.3V: Regulated Output 3.3V 100mA
- GND : Ground
- OUT : Trigger: high (3.3V) if motion detected. 0V normally
- VIN : 4-28V
- CDS : Enable control chip, If pin lower than 0.7V, OUT inactive
Arduino Code for RCWL-0516
int sensorPin = 2; // define input pin for sensor int ledPin = 13; // define output pin for LED void setup() { pinMode(sensorPin, INPUT); // set sensor pin as input pinMode(ledPin, OUTPUT); // set LED pin as output Serial.begin(9600); // initialize serial communication } void loop() { int sensorValue = digitalRead(sensorPin); // read sensor value if (sensorValue == HIGH) { // if motion is detected digitalWrite(ledPin, HIGH); // turn on LED Serial.println("Motion Detected!"); // print message to serial monitor } else { digitalWrite(ledPin, LOW); // turn off LED } }
Resources
Shipping List
- 1 x Human Presence Radar Sensor - Range 7m
Human Presence Radar Sensor - Range 7m
- Brand: Generic
- Product Code: SEM25428R
- Weight: 0.003kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | No Stock | |
Stellenbosch | No Stock |
We ship free of charge between branches to complete your order.
-
R45.00 (Inc Tax: R51.75)
Related Products
Radar Sensor 12M - 5.8GHz 5V DC
Radar Sensor 12M - 5.8GHz 5V DC These modules are designed for movement detection, like intruder alarms, occupancy modules and other innovative ideas. The module has a range of up 12 meters and only ..
R124.00 (Inc Tax: R142.60)
Human Presence Radar Sensor 24GHz
Human Presence Radar Sensor 24GHz The LD2410 is a high-sensitivity 24GHz human presence status sensing module developed by Hi- Link Electronics. Its working principle is to use FMCW frequency-modul..
R98.00 (Inc Tax: R112.70)
Human Presence Radar Sensor 24GHz
Human Presence Radar Sensor 24GHz The LD2410 is a high-sensitivity 24GHz human presence status sensing module developed by Hi- Link Electronics. Its working principle is to use FMCW frequency-modul..
R102.00 (Inc Tax: R117.30)
Human Presence Radar Sensor 24GHz - Test Kit
Human Presence Radar Sensor 24GHz - Test Kit The LD2410 Radar Sensor Kit is a high-sensitivity 24GHz human presence status sensing module developed by Hi- Link Electronics. The kit includes a break..
R185.00 (Inc Tax: R212.75)
Tags: RCWL-0516, Microwave Radar, Sensor, Switch, Module, 4-28V, 100mA