samedi 23 mars 2019

Arduino Episode 16 : Emetteur InfraRouge, InfraRed et TV LG





Voici ce que j'ai trouvé pour commander ma TV LG:

Source:
https://www.kzenjoy.net/2015/votre-telecommande-universelle-grace-a-arduino/


#include <irremote>

IRsend ir_send; // crée une instance

void setup()
{
}

void loop()
{
   ir_send.sendNEC(0x20DFC03F, 32);
   delay(3000);
}

Et voici quelques code pour la Tv LG
ON    20DF10EF
Input    20DFD02F
Vol+     20DF40BF
Vol-    20DFC03F
Mute    20DF906F

Pour le NAD
OFF  E13E13EC
ON   E13EA45B
VOL +   E13E11EE
VOL -    E13E31CE










Aucun commentaire:

Enregistrer un commentaire