I have decoded my remote how to program arduino

Everything related to protocols and IR codes
Post Reply
prateek
Posts: 2
Joined: Wed Feb 17, 2016 6:12 am

I have decoded my remote how to program arduino

Post by prateek »

Hi, I am just new analysir and decoded my AC remote and screensot is attached . How to program arduino?
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: I have decoded my remote how to program arduino

Post 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.
prateek
Posts: 2
Joined: Wed Feb 17, 2016 6:12 am

Re: I have decoded my remote how to program arduino

Post by prateek »

got it working. Thanks a lot for your support. Its a great software and my codes were recognised.
Regards
Prateek
peros550
Posts: 8
Joined: Thu Aug 16, 2018 3:34 pm

Re: I have decoded my remote how to program arduino

Post 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
peros550
Posts: 8
Joined: Thu Aug 16, 2018 3:34 pm

Re: I have decoded my remote how to program arduino

Post 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
peros550
Posts: 8
Joined: Thu Aug 16, 2018 3:34 pm

Re: I have decoded my remote how to program arduino

Post by peros550 »

Many thanks for your great and always quick support!
Post Reply