The node is designed to work with the miniature HC-SR505 motion sensor. It allows detecting movement of people and animals within the sensor's range.
HC-SR505 Technical Specifications
Supply Voltage: 5V - 20V (optimal 5V)
Current Consumption: 50 μA
Detection Angle: 100°
Detection Range: 3 meters
Frequency: 20 Hz
Node Pins
Input Pins:
IN - digital pin number of Arduino connected to the sensor's OUT pin
UPD - update pin (triggers reading from the sensor)
Output Pin:
OUT - boolean value:
true - motion detected
false - no motion detected
Node | Description |
---|
example | HC-SR505 Mini PIR Motion Sensor is based on infrared technology, with automatic control, high sensitivity, high reliability, ultra-small and ultra-low-voltage operation mode. Because of the minimum size and low-power operation mode, it is widely used in various auto-sensing of electrical equipment, especially battery-powered automatic control products. Small size makes it easy to apply to real applications commonly found in appliances and gadgets used in homes or businesses . |
motion-sensor | The node is designed to work with the miniature HC-SR505 motion sensor. It allows detecting movement of people and animals within the sensor's range.
|
To use the nodes in your project you should have the
maksimbaturin/hc-sr505-motion-sensor
library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See
Using libraries for more info.