Ive been testing around with a nodemcu
i flashed using windows the nodemcu with ESP_EASY
I want to use this device with a cheap PIR sensor
Normally the PIR sensor is 5V but using google i found out i can use it with 3V with this method:

the problem i have now is that on my ESP easy switch (the PIR sensor) the value is alway '1' it never changes to '0'
i have no idea what i am doing wrong..
i go from the solderd wire on the pir too the 3V on de node mcu, the gound too the ground pin en the OUT pin on the pir is wired to GPIO-0
what i saw when i was trying to switch it using just a wire (so 3V to the gpio-0 pin) is that the state becomes '1' but when i release the wire.. the state keeps staying on '1' only once i connect the gpio-0 to ground it changes to value '0'
do i need to change my wiring between the pir and the nodemcu? i dont use resistors or anything for the moment..
i hope you guys can help me!
Thanks!