Does IRremote work at 56Khz

Forum members can use this section to promote their activities, campaigns, events or products & services related to IR, Electronics, Arduino, Raspberry Pi, Software, Maker Faires, Maker Spaces, Crowd Funding etc. We will be as flexible as possible here, but will delete posts and ban members who take too many liberties.
Post Reply
jayo
Posts: 4
Joined: Wed Dec 04, 2013 4:02 pm

Does IRremote work at 56Khz

Post by jayo »

Does anybody know if the IRremote library works reliably at 56KHz?

I dont have a scope to look at the output, but the code states that for the enableIROut function
This routine is designed for 36-40KHz; if you use it for other values, it's up to you
// to make sure it gives reasonable results. (Watch out for overflow / underflow / rounding.)
Just wondering if anybody has any experience trying to drive it at 56Khz?
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Does IRremote work at 56Khz

Post by AnalysIR »

Interesting question. It is not too common to have 56kHz modulation, but clearly for Milestag like devices it is.
Unfortunately, we haven't used IRremote or IRLib for 56kHz yet. If I get some time later I will try it out on the oscilloscope.

The thing to consider is that 56kHz is just under 18 uSecs period (17.857 uSecs) or 9 usecs HIGH/9 uSecs LOW (@50% modulation). Given that IRremote uses 33% duty cycle by default, it would work out at circa 6 uSecs HIGH and 12uSecs LOW.

These timings are within the scope of Arduinos with ATMega class MCUs or better running at 16MHz.

If an example is not available for IRremote, then check out the article below which shows how to adjust things etc.

http://bluepichu.wordpress.com/2012/07/ ... uino-fast/


If you get it working, post back an example.

Also, to get the max range for your devices, generating high quality modulation with optimum duty cycle tuned for your receivers & data stream will get you the best range (plus really good optics of course).
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Does IRremote work at 56Khz

Post by AnalysIR »

Good news it works fine with IRremote.

The images below were generated from a Nano running at 16Mhz with a relatively innacurate resonator (vs more accurate crystal). Note the duty cycle is 33% as I said above and can be adjusted in the library by ammending one definition as required.

Good to know this for future reference.
(dont mind the spikes on the signal, they are likely due to the breadboard & wires used.)
You do not have the required permissions to view the files attached to this post.
jayo
Posts: 4
Joined: Wed Dec 04, 2013 4:02 pm

Re: Does IRremote work at 56Khz

Post by jayo »

Excellent, thanks for that.

Time to start experimenting with the Duty cycle.

Have managed to arrange to borrow a scope so should be able to see how it works out
Post Reply