Your Universal Remote Control Center
RemoteCentral.com
Everything Else Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 17 made on Thursday August 29, 2013 at 01:05
Achin
Long Time Member
Joined:
Posts:
August 2013
32
hi, thanks for your help, that really helps me, first i will tell you about my hardware you can check this link [Link: righto.com]
and to use this we have to download the software also ,
when i press the any button of my TV this will capture the signal genertaed by the TV remote and on the serial monitor(software for the hardware i'm using) it gives me some hex value like 40BF58A7 and from Yamaha Pronto IR Hex Converter you can check this link [Link: dl.dropboxusercontent.com]
i will put that hex value into the box and click the generate button and it gives me Pronto hex code and from, that Pronto hex code i will make a wave file from using your code and when i play that wave file from my mobile which is having a device connected to 3.5 mm jack that will generates the signal and the signal is captured by the serial monitor of arduino but not working on my TV
for eg i press the menu button of my sansui tv in front of my device and that gives me this value 40BF30CF
and i put this value into Yamaha Pronto IR Hex Converter that gives me the Pronto hex code of this value and using this value i have generates a wav file using your code but when i play this wav file from my mobile (having device which generates the signal) that did not work for my TV , i mean the menu is not opening
from this value 40BF30CF , it gives me the following Pronto hex code
0000 006D 0022 0002 0155 00AA 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0040 0015 05ED 0155 0055 0015 0E47 
and i have created a wave file from this code 
 try {
            
             IrSignal irSignal = Pronto.ccfSignal("0000 006D 0022 0002 0155 00AA 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0040 0015 0015 0015 0040 0015 05ED 0155 0055 0015 0E47");
             ModulatedIrSequence modulatedIrSequence = irSignal.toModulatedIrSequence(1);
            
             Wave wave = new Wave(modulatedIrSequence, 44100, 16, 2, true, true, true, false);
             wave.export(new File("servOK2.wav"));
            
        }catch(IrpMasterException ex) {
            Logger.getLogger(IrpMaster.class.getName()).log(Level.SEVERE, null, ex.toString());
        }
and when i play this from my mobile i did not work and it did not open yhe menu but it is detectable by my hardware i'm using
 


Hosting Services by ipHouse