RelayWithButtonActuator Example with touch sensor
-
I tried RelayWithButtonActuator Example with touch sensor but didnt work.
When i touch serial prints 111111111.... but relay state doesnt change.
After 3-5 secs touching it stops printing like this;1
1
1
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
send: 0-0-0-0 s=1,c=1,t=2,pt=2,l=2,st=fail:1
-
Looks like the sensor may need de-bouncing.
What are you using to check that? A simple sketch that toggles the on- board led on pin 13 would be easiest.
-
Are you powering the relay separately?
-
@BulldogLowell I am using original sketch didnt make any change.
@hek Only touch sensor was powered separately.
Same power source for touch and relay result;
It stopped working after getting 2 touch at the end of 2 rows print.repeater started, id 0
send: 0-0-0-0 s=255,c=0,t=18,pt=0,l=5,st=fail:1.4.1
send: 0-0-0-0 s=255,c=3,t=6,pt=1,l=1,st=fail:0
send: 0-0-0-0 s=255,c=3,t=11,pt=0,l=14,st=fail:Relay & Button
send: 0-0-0-0 s=255,c=3,t=12,pt=0,l=3,st=fail:1.0
send: 0-0-0-0 s=1,c=0,t=3,pt=0,l=5,st=fail:1.4.1
send: 0-0-0-0 s=1,c=1,t=2,pt=2,l=2,st=fail:1
send: 0-0-0-0 s=1,c=1,t=2,pt=2,l=2,st=fail:1
-
what kind of touch sensor do you have?
-
@BulldogLowell http://www.dx.com/p/catalex-digital-capacitive-touch-sensor-switch-module-for-arduino-blue-black-230867#.VJWV4sgM
catalex
-
yeah.... those are VERY bouncy.
are you interrupt triggering or just using a state change?
post your code, let's make sure you have it de-bounced enough.