Page 1 of 1

I have decoded my remote how to program arduino

Posted: Thu Feb 18, 2016 9:59 am
by prateek
Hi, I am just new analysir and decoded my AC remote and screensot is attached . How to program arduino?

Re: I have decoded my remote how to program arduino

Posted: Thu Feb 18, 2016 9:04 pm
by AnalysIR
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 send the signals from Arduino via Menu->File->Batch Export->IRremote|IRLib etc

Depending on the size of the AC signals you may quickly run out of RAM.
There are some posts on our blog, showing how to send IR signals from thedecoded Hex value.
Check out the posts on simple PWM & uPWM for examples.

Re: I have decoded my remote how to program arduino

Posted: Mon Feb 22, 2016 4:55 am
by prateek
got it working. Thanks a lot for your support. Its a great software and my codes were recognised.
Regards
Prateek

Re: I have decoded my remote how to program arduino

Posted: Sat Aug 18, 2018 2:40 pm
by peros550
AnalysIR wrote: Thu Feb 18, 2016 9:04 pm 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 send the signals from Arduino via Menu->File->Batch Export->IRremote|IRLib etc

Depending on the size of the AC signals you may quickly run out of RAM.
There are some posts on our blog, showing how to send IR signals from thedecoded Hex value.
Check out the posts on simple PWM & uPWM for examples.
What if I have decoded the signals, thus I am able to reconstruct it in hex format. How could I send them back using arduino?
The above answer can be used if I wanted to sent RAW signals , am I correct?

thank you

Re: I have decoded my remote how to program arduino

Posted: Sat Aug 18, 2018 2:42 pm
by peros550
AnalysIR wrote: Thu Feb 18, 2016 9:04 pm 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 send the signals from Arduino via Menu->File->Batch Export->IRremote|IRLib etc

Depending on the size of the AC signals you may quickly run out of RAM.
There are some posts on our blog, showing how to send IR signals from thedecoded Hex value.
Check out the posts on simple PWM & uPWM for examples.
In case I have reversed engineered my signal, how can I send the HEX value using arduino?

Many Thanks

Re: I have decoded my remote how to program arduino

Posted: Tue Aug 21, 2018 12:10 pm
by AnalysIR
@peros550

Response posted here
viewtopic.php?f=5&t=604

Re: I have decoded my remote how to program arduino

Posted: Wed Aug 22, 2018 8:08 am
by peros550
Many thanks for your great and always quick support!