How to clean IR signals on Arduino?
-
- Posts: 19
- Joined: Wed Mar 30, 2016 9:15 pm
How to clean IR signals on Arduino?
Hi.
Any suggestions on how to "clean" raw signals received on Esp8266? (Using Arduino IDE)
I have a working device that reads signals, stores, and retransmits. Signals are from AC, TV, DVD...
I basically use Arduino IRremote library, and examples from that lib.
Any suggestions very appreciate.
Regads
Javier
Any suggestions on how to "clean" raw signals received on Esp8266? (Using Arduino IDE)
I have a working device that reads signals, stores, and retransmits. Signals are from AC, TV, DVD...
I basically use Arduino IRremote library, and examples from that lib.
Any suggestions very appreciate.
Regads
Javier
Re: How to clean IR signals on Arduino?
Yes, If you have a copy of AnalysIR, you can record the signals, clean them & then export into IRremote format.
Without a copy, just manually edit the raw timings to the correct values.
Without a copy, just manually edit the raw timings to the correct values.
-
- Posts: 19
- Joined: Wed Mar 30, 2016 9:15 pm
Re: How to clean IR signals on Arduino?
Hi.
Thanks for the reply. I have AnalysIR (great product!!), bought it 2 years ago.
Basically, I need to learn how timing works. Any source where to learn?
Thanks
Thanks for the reply. I have AnalysIR (great product!!), bought it 2 years ago.
Basically, I need to learn how timing works. Any source where to learn?
Thanks
Re: How to clean IR signals on Arduino?
https://www.sbprojects.net/knowledge/ir/index.php
This site covers many of he common Ir protocols & timings.
The timings for 100+ protocols are available in AnalysIR...rules tab, properties window & ini file
The clean function is available under the power tools menu & the export feature.
This site covers many of he common Ir protocols & timings.
The timings for 100+ protocols are available in AnalysIR...rules tab, properties window & ini file
The clean function is available under the power tools menu & the export feature.
Re: How to clean IR signals on Arduino?
https://www.sbprojects.net/knowledge/ir/index.php
This site covers many of he common IR protocols & timings.
The timings for 100+ protocols are available in AnalysIR...rules tab, properties window & ini file
The clean function is available under the power tools menu & the export feature.
This site covers many of he common IR protocols & timings.
The timings for 100+ protocols are available in AnalysIR...rules tab, properties window & ini file
The clean function is available under the power tools menu & the export feature.
-
- Posts: 19
- Joined: Wed Mar 30, 2016 9:15 pm
Re: How to clean IR signals on Arduino?
Hi.
I have this 2 signals that works with an AC.
Off
RAW(59):8500,-4200,600,-1550,600,-500,600,-500,600,-500,600,-1550,600,-500,600,-500,600,-500,600,-1550,600,-1550,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-1550,600,-500,600,-1550,600,-500,600,-500,600,-500,600,-1550,600
20°C
RAW(59):8496,-4014,562,-1484,562,-438,588,-406,562,-436,562,-436,558,-1488,562,-1482,588,-412,588,-408,562,-436,562,-458,536,-438,562,-1488,558,-438,586,-412,562,-432,588,-412,562,-1484,562,-438,588,-1458,562,-438,562,-432,562,-436,588,-432,536,-1488,562,-1484,562,-436,562,-1484,562
The OFF is recognize by AnalysIR as LG28AC
The 20°C is not recognize be AnalysIR
Both work when send from my device (20°C sometimes doesn't).
I know that this signal doesn't have the exact timing (thats why AnalysIR doesn't recognize it). I need to "clean" but don't know how. Basically I need an algorithm because need it into Arduino.
Ex. RAW(59):8496 should be RAW(59): 8500
but 438 should be 400? 450?
Ex. -4014 looks like it should be 4000, but compared with the "off" signal it should be 4200
How to figure this out?
Maybe we can have a skype or whatsapp metting were you can sell me a couple of hours as a consultant. Could be?
Best regards
Javier C.
I have this 2 signals that works with an AC.
Off
RAW(59):8500,-4200,600,-1550,600,-500,600,-500,600,-500,600,-1550,600,-500,600,-500,600,-500,600,-1550,600,-1550,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-500,600,-1550,600,-500,600,-1550,600,-500,600,-500,600,-500,600,-1550,600
20°C
RAW(59):8496,-4014,562,-1484,562,-438,588,-406,562,-436,562,-436,558,-1488,562,-1482,588,-412,588,-408,562,-436,562,-458,536,-438,562,-1488,558,-438,586,-412,562,-432,588,-412,562,-1484,562,-438,588,-1458,562,-438,562,-432,562,-436,588,-432,536,-1488,562,-1484,562,-436,562,-1484,562
The OFF is recognize by AnalysIR as LG28AC
The 20°C is not recognize be AnalysIR
Both work when send from my device (20°C sometimes doesn't).
I know that this signal doesn't have the exact timing (thats why AnalysIR doesn't recognize it). I need to "clean" but don't know how. Basically I need an algorithm because need it into Arduino.
Ex. RAW(59):8496 should be RAW(59): 8500
but 438 should be 400? 450?
Ex. -4014 looks like it should be 4000, but compared with the "off" signal it should be 4200
How to figure this out?
Maybe we can have a skype or whatsapp metting were you can sell me a couple of hours as a consultant. Could be?
Best regards
Javier C.
Re: How to clean IR signals on Arduino?
To clean, use the option in the Power Tools menu!
If you import the 20degC signal into AnalysIR. Then turn the tolerance slider up full to 100% and click the analyse button.
It will then be recognised as LG28AC. Then you can clean it as above.
This worked for me, just now.
If you import the 20degC signal into AnalysIR. Then turn the tolerance slider up full to 100% and click the analyse button.
It will then be recognised as LG28AC. Then you can clean it as above.
This worked for me, just now.
-
- Posts: 19
- Joined: Wed Mar 30, 2016 9:15 pm
Re: How to clean IR signals on Arduino?
Excellent!! Thanks.
Now I need to to the same in an arduino sketch. Could you teach me?
As stated before, I want to hire your services as a consultant. Could be?
Now I need to to the same in an arduino sketch. Could you teach me?
As stated before, I want to hire your services as a consultant. Could be?
Re: How to clean IR signals on Arduino?
I have emailed you directly about your support request.