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
IRSend / IRLIB vs UDP protocol
Re: IRSend / IRLIB vs UDP protocol
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)
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]
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
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
Hi Paolo
Thanks for the update...glad it works now.
Thanks for the update...glad it works now.