send code

Everything related to protocols and IR codes
Post Reply
Arun10m
Posts: 4
Joined: Tue Oct 30, 2018 11:36 am

send code

Post by Arun10m »

4468, -4380, 584, -1572, 580, -496, 608, -1548, 584, -1568, 584, -496, 580, -496, 584, -1572, 580, -496, 584, -492, 584, -1572, 584, -492, 584, -492, 588, -1568, 588, -1568, 584, -492, 588, -1568, 584, -496, 580, -492, 588, -492, 584, -1568, 588, -1568, 584, -1568, 588, -1568, 588, -1568, 584, -1568, 588, -1568, 584, -1572, 584, -492, 584, -492, 588, -492, 584, -492, 584, -496, 584, -492, 584, -1568, 584, -1572, 584, -1572, 584, -1568, 588, -492, 584, -492, 584, -496, 584, -1568, 584, -492, 584, -496, 584, -492, 584, -492, 584, -1572, 584, -1572, 584, -1568, 588, -5168, 4448, -4380, 584, -1572, 584, -492, 584, -1572, 584, -1568, 588, -492, 584, -492, 560, -1596, 584, -492, 584, -496, 584, -1568, 584, -496, 584, -492, 584, -1572, 584, -1568, 584, -496, 584, -1568, 588, -492, 584, -492, 584, -496, 584, -1568, 584, -1572, 584, -1568, 588, -1568, 584, -1572, 584, -1572, 584, -1568, 588, -1568, 584, -496, 584, -492, 584, -492, 584, -496, 584, -492, 584, -496, 584, -1568, 584, -1572, 584, -1568, 584, -1572, 584, -492, 584, -492, 584, -496, 584, -1568, 588, -492, 584, -492, 588, -492, 584, -492, 584, -1568, 588, -1568, 584, -1568, 584,



how to send this raw code? in between 5000 and 4000 header are coming?
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: send code

Post by AnalysIR »

This decodes as an Electrolux AC signal in AnalysIR. (Manufacturer can be different)

Simply, load your signal into the sendRAW example of IRremote (via github).

I exported the following from AnalysIR which may help a bit

Code: Select all

/*
Automatically Generated by AnalysIR - Batch Export Utility
Registered to: xxxxxxxx
Session History
Type : Key : Value : Bits : Carrier Frequency (kHz)
0 : ELECTROLUX96_192AC :  : B24D1FE07887B24D1FE07887 : 96 : 0
Note: Be sure to use the correct Carrier frequency, for each individual signal, as(or if) indicated above
*/

// NB: Not all protocols are supported by IRremote or IRLib. You may need to edit the code below manually
// Automatically Generated by AnalysIR for xxxxxxxx, visit https://www.AnalysIR.com/ or email info@....... for further details
int khz=38; //NB Change this default value as neccessary to the correct carrier frequency


unsigned int Signal_0_0[] = {4468,4380,584,1572,580,496,608,1548,584,1568,584,496,580,496,584,1572,580,496,584,492,584,1572,584,492,584,492,588,1568,588,1568,584,492,588,1568,584,496,580,492,588,492,584,1568,588,1568,584,1568,588,1568,588,1568,584,1568,588,1568,584,1572,584,492,584,492,588,492,584,492,584,496,584,492,584,1568,584,1572,584,1572,584,1568,588,492,584,492,584,496,584,1568,584,492,584,496,584,492,584,492,584,1572,584,1572,584,1568,588,5168,4448,4380,584,1572,584,492,584,1572,584,1568,588,492,584,492,560,1596,584,492,584,496,584,1568,584,496,584,492,584,1572,584,1568,584,496,584,1568,588,492,584,492,584,496,584,1568,584,1572,584,1568,588,1568,584,1572,584,1572,584,1568,588,1568,584,496,584,492,584,492,584,496,584,492,584,496,584,1568,584,1572,584,1568,584,1572,584,492,584,492,584,496,584,1568,588,492,584,492,588,492,584,492,584,1568,588,1568,584,1568,584}; //AnalysIR Batch Export (IRremote) - RAW

irsend.sendRaw(Signal_0_0, sizeof(Signal_0_0)/sizeof(int), khz); //AnalysIR Batch Export (IRremote) - RAW
 // AnalysIR IR Protocol: ELECTROLUX96_192AC, Key:  
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: send code

Post by AnalysIR »

PS
The signal is in 2 parts, which is why you have 2 sets of longer headers
2019-01-07 13_43_03-AnalysIR 1.16.100.8303.jpg
You do not have the required permissions to view the files attached to this post.
Post Reply