AchimPieters / ESP8266-HomeKit-Motion-Sensor

ESP8266 – HomeKit Motion Sensor
MIT License
7 stars 4 forks source link

Wemos D1 mini with Motion Sensor #4

Closed KitesAir closed 3 years ago

KitesAir commented 3 years ago

Hi Achim Pieters,

Thank you a lot for your guide to implement HomeKit on ESP8266. I have tried to deploy on Wemos D1 mini. I successfully added the sensor to Home but it can't trigger. Here is my setup. Could you please help me out?

IMG_5815

ESP8266 <-> SENSOR G <-> G D7 <-> OUT VCC <-> 3V3

On my iPhone. The motion Detected is always NO IMG_5816

AchimPieters commented 3 years ago

@KitesAir More information about the setup you can find here: https://www.studiopieters.nl/esp8266-homekit-motion-sensor But the problem I think lies with the sensor, you need to adjust it to sense something this information can be found here: https://www.studiopieters.nl/hc-sr501-motion-sensor/

KitesAir commented 3 years ago

@AchimPieters Thank you very much. I adjusted the delay and REPEATED mode so it's working.