Photon: Sending Infrared remote control signals

@Pilbromatic
try

 My_Sender.sendNEC(0x00FFA15E, 32);
 delay(5000);

or follow the example in my previous post to send NEC signals using uPWM.

1 Like

Cool thanks I think the backdoor uPWM might be the way to go. I think I just needed to sleep on it and come back to it (programming can get a bit like that)!

Cheers!

Ahhh yep I’ve got it now! I was very confused for a few minutes there but I’ve got my head around it and successfully have my Photon controlling basic functions of my audio system. Thanks! :slight_smile:

1 Like

Great :grinning:

…thanks for the update!

1 Like