esp-homekit-demo
esp-homekit-demo copied to clipboard
motion sensor
is there any code to set the sensitivity of the motion sensor? it is activated even with the leftover of the sun inside the room. 😅!
Which motion sensor are you using. The HC-SR501 has physical adjustments on the device and only provides an on/off signal to the ESP, so is not software configurable
Which motion sensor are you using. The HC-SR501 has physical adjustments on the device and only provides an on/off signal to the ESP, so is not software configurable
thank !
Hey, which code are you using? I am still looking for a motion version.
Thanks
@nikomaxi
https://github.com/maximkulkin/esp-homekit-demo/blob/master/examples/occupancy/main.c
it should help