JamesBarwell / rpi-gpio.js

Control Raspberry Pi GPIO pins with node.js
MIT License
657 stars 116 forks source link

GPIO bouncing #65

Open massignan opened 7 years ago

massignan commented 7 years ago

I am using one GPIO pin as output to drive a relay. Every time I send a command to switch on the relay I listen that the relay is switched on, off an finally on. I didn’t have any clue what's causing this behaviour. I am using the example code available on the rpi-gpio.js.

JeroenMoonen commented 6 years ago

Same issue here. Did you find any solution yet?