I have decoded my remote how to program arduino
I have decoded my remote how to program arduino
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
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.
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
got it working. Thanks a lot for your support. Its a great software and my codes were recognised.
Regards
Prateek
Regards
Prateek
Re: I have decoded my remote how to program arduino
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?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.
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
In case I have reversed engineered my signal, how can I send the HEX value using arduino?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.
Many Thanks
Re: I have decoded my remote how to program arduino
Many thanks for your great and always quick support!