Microwave Distance Sensor Datasheet
Microwave Distance Sensor Datasheet
Microwave Distance Sensor Datasheet
User Guide
SKU: SSR1018
Brief Data:
1 www.handsontec.com
Mechanical Dimension:
Unit: mm
2 www.handsontec.com
Application with Arduino:
Connect the microwave motion detection module as below schematic:
void setup() {
Serial.begin(115200);
Serial.println("Starting...\n");
pinMode (detectPin, INPUT);
pinMode (led, OUTPUT);
}
3 www.handsontec.com
void loop() {
detect = digitalRead(detectPin);
if(detect == true) {
digitalWrite(led, HIGH);
Serial.println("Movement detected");
}
else {
digitalWrite(led, LOW);
}
delay(1000);
}
For effective motion detection, the component side of the module must be facing toward the moving object.
Open up the Arduino IDE Serial monitor and set the baudrate to 115200, when motion is detected, a message will be
display on the Serial Monitor. The onboard LED ‘L’ will light up at the same time when moving object is detected.
4 www.handsontec.com
Board Schematic Diagram:
5 www.handsontec.com
Handsontec. com
6 www.handsontec.com
The Face behind our product quality…
In a world of constant change and continuous technological development, a new or replacement
product is never far away – and they all need to be tested.
Many vendors simply import and sell wihtout checks and this cannot be the ultimate interests of
anyone, particularly the customer. Every part sell on Handsotec is fully tested. So when buying from
Handsontec products range, you can be confident you’re getting outstanding quality and value.
We keep adding the new parts so that you can get rolling on your next project.
P
Engineering Material Mechanical Hardware Electronics Components
7 www.handsontec.com