Search found 8 matches

by peros550
Sat Sep 01, 2018 3:07 pm
Forum: IR Protocols & Codes
Topic: How to send HEX data using Arduino
Replies: 7
Views: 9698

Re: How to send HEX data using Arduino

Here is the session I am referring to , on my previous message.
Session History01-Sep-2018_History.txt
by peros550
Sat Sep 01, 2018 3:06 pm
Forum: IR Protocols & Codes
Topic: How to send HEX data using Arduino
Replies: 7
Views: 9698

Re: How to send HEX data using Arduino

Session History01-Sep-2018_History.txt I have followed your advice and made changes to the code of Simple Infrared PWM part3 to work with ELECTROLUX67_134AC protocol. here is a changed function (sendHexMITSUBISHI88AC): void sendHexMITSUBISHI88AC(unsigned char *sigArray, unsigned int sizeArray, unsi...
by peros550
Thu Aug 23, 2018 6:29 am
Forum: IR Protocols & Codes
Topic: How to send HEX data using Arduino
Replies: 7
Views: 9698

Re: How to send HEX data using Arduino

Hi again, I need to ask for your help. My remote has been recognized by AnalysisIR as ELECTROLUX67_134AC. The bits are 67. Here is a batch export: 21 : ELECTROLUX67_134AC : 25 : 31200A0040002000E : 67 : 0 unsigned int Signal_25_21[] = {9024,4360,736,1568,716,456,740,452,744,1564,720,1564,716,456,740...
by peros550
Wed Aug 22, 2018 8:08 am
Forum: IR Protocols & Codes
Topic: I have decoded my remote how to program arduino
Replies: 6
Views: 11747

Re: I have decoded my remote how to program arduino

Many thanks for your great and always quick support!
by peros550
Wed Aug 22, 2018 8:06 am
Forum: IR Protocols & Codes
Topic: How to send HEX data using Arduino
Replies: 7
Views: 9698

Re: How to send HEX data using Arduino

Many thanks for your support!!!!!
by peros550
Sat Aug 18, 2018 2:46 pm
Forum: IR Protocols & Codes
Topic: How to send HEX data using Arduino
Replies: 7
Views: 9698

How to send HEX data using Arduino

How, sorry for this basic question. I am trying to reverse engineer my A/C (Toyotomi) protocol and I believe I'm doing progress. One thing I still don't have clear in mind is how I would use the hex values and send data using Arduino and IRemote library. (I have already sent captured RAW data succes...
by peros550
Sat Aug 18, 2018 2:42 pm
Forum: IR Protocols & Codes
Topic: I have decoded my remote how to program arduino
Replies: 6
Views: 11747

Re: I have decoded my remote how to program arduino

Hi Prateek I didn't see an attachement...but no worry. It may be because you are a relatively new member of the forum. Once you have captured the signals, do the follwoing: 1. If the protocol was recognised - clean the signals via Menu->Power Tools-> Clean History 2. Then you can generate C code to...
by peros550
Sat Aug 18, 2018 2:40 pm
Forum: IR Protocols & Codes
Topic: I have decoded my remote how to program arduino
Replies: 6
Views: 11747

Re: I have decoded my remote how to program arduino

Hi Prateek I didn't see an attachement...but no worry. It may be because you are a relatively new member of the forum. Once you have captured the signals, do the follwoing: 1. If the protocol was recognised - clean the signals via Menu->Power Tools-> Clean History 2. Then you can generate C code to...