In the development directory inside spibox0.py contains the line which sets the resting resistor state to low; pullup resistor.
GPIO.setup(pir_pin, GPIO.IN, GPIO.PUD_DOWN)
It may be wise to look further into this as I believe setting it to high instead would avoid false event detection.
However this may also lead to greater power consumption, and I would of thought greater interference?
In the development directory inside spibox0.py contains the line which sets the resting resistor state to low; pullup resistor.
It may be wise to look further into this as I believe setting it to high instead would avoid false event detection.
However this may also lead to greater power consumption, and I would of thought greater interference?