You are reading a single comment by @navas and its replies. Click here to read the full conversation.
  • Hi,

    I was trying to send IR code for my Aircondition unit. Unfortunately, none of the methods (hopefully) listed on the espruino website works for me, I was able to deduct the IR code using Arduino and found the following code.

    Hash:  FA36E9A0 For IR Scope/IrScrutinizer: 
    +4400 -4350 +550 -1600 +600 -500 +550 -1650 +550 -1600 +550 -550 +550 -550 +550 -1600 +550 -550 +550 -550 +550 -1600 +550 -550 +550 -550 +550 -1600 +550 -1600 +600 -500 +550 -1650 +550 -550 +550 -1600 +550 -1600 +600 -1600 +550 -1600 +550 -550 +550 -1600 +600 -1600 +550 -1600 +600 -500 +550 -550 +550 -550 +550 -500 +600 -1600 +550 -550 +550 -500 +600 -1600 +550 -1600 +600 -1600 +550 -550 +550 -500 +600 -500 +550 -550 +550 -550 +550 -500 +600 -500 +550 -550 +550 -1600 +600 -1600 +550 -1600 +550 -1650 +550 -1600 +550 -127976 
    
    For Arduino sketch:  unsigned int raw[100] = {4400,4350,550,1600,600,500,550,1650,550­,1600,550,550,550,550,550,1600,550,550,5­50,550,550,1600,550,550,550,550,550,1600­,550,1600,600,500,550,1650,550,550,550,1­600,550,1600,600,1600,550,1600,550,550,5­50,1600,600,1600,550,1600,600,500,550,55­0,550,550,550,500,600,1600,550,550,550,5­00,600,1600,550,1600,600,1600,550,550,55­0,500,600,500,550,550,550,550,550,500,60­0,500,550,550,550,1600,600,1600,550,1600­,550,1650,550,1600,550,};
    
     irsend.sendRaw(raw,100,38);
    

    How do I send the equivalent code from Espruino? (there is no pronto code listed on irdb.tk)

    Thanks
    Navas

About

Avatar for navas @navas started