Arduino as Capacitive Sensor

@Mowcius

OMG IT WORRRRKS!!! The light is soo much stronger!!! Thank you thank you!!!
:smiley:

now the next obstacle i must tackle is the following:

I need to make this IR light able to turn on a Pico 2 projector. Now i discovered that the projector comes with an IR remote control. So i intend to replace that remote and use this device i just built for that. I also discovered that the IR remote that comes with the projector is MP4....would that be something of use?

also, i think i found code for the "IR" tv translation and looks like this:

brand(PHILIPSTV) ;
button(POWER,2) ; // hello world
delay(15000) ;
button(ZERO,2) ; // change channel to 03
delay(100) ;
button(THREE,2) ;
delay(100) ;
button(MUTE,2) ; // mute the TV
delay(15000) ;
button(POWER,2) ; // over and out

I know the brand isnt right, but does arduino have a code for MP4? and if so, where would i put it?