IRSend / IRLIB vs UDP protocol

Everything related to protocols and IR codes
Post Reply
ploto22
Posts: 7
Joined: Thu Oct 09, 2014 9:26 pm

IRSend / IRLIB vs UDP protocol

Post by ploto22 »

Hello it seem that UDP packets have problem with IRsend / IRlib library.
Have you advise or experience about the matter ?
I use Arduino uno & Ethernt Shield

Paolo
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: IRSend / IRLIB vs UDP protocol

Post by AnalysIR »

Hi
Unfortunately, I have no informed suggestions off the top of my head.

Other than the usual pin/timer/interrupt conficts that can occur.

You could also check how much available SRAM you have left. The latest IDE gives an indication of this during compile (Arduino IDE 1.5.5+).

If you can't find a solution using search, look into the libraries for conflicts.


IRLib in the latest version is much more customisable than IRremote. The documentation is pretty good (vs IRremote)
ploto22
Posts: 7
Joined: Thu Oct 09, 2014 9:26 pm

Re: IRSend / IRLIB vs UDP protocol [SOLVED]

Post by ploto22 »

It was SRAM problem.
I have optimized the program now all OK, for arduino UNO it is necessary have al least 60 % of free memory.

Bye
Paolo
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: IRSend / IRLIB vs UDP protocol

Post by AnalysIR »

Hi Paolo

Thanks for the update...glad it works now.
Post Reply