Page 1 of 1
IRSend / IRLIB vs UDP protocol
Posted: Thu Oct 09, 2014 9:32 pm
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
Re: IRSend / IRLIB vs UDP protocol
Posted: Thu Oct 09, 2014 9:44 pm
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)
Re: IRSend / IRLIB vs UDP protocol [SOLVED]
Posted: Mon Jul 20, 2015 6:52 pm
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
Re: IRSend / IRLIB vs UDP protocol
Posted: Mon Jul 20, 2015 7:09 pm
by AnalysIR
Hi Paolo
Thanks for the update...glad it works now.