Monday, August 24, 2015

Arduino IR Library

I decided to design a Arduino based universal remote and the library is found in IRremote.zip .This libraries consists of receiver and transmitter code for IR signal form and to differnent remote control systems that allow record and playback of IR data.This library works great.
This code ignores data if same signal is received over again and again.'IRsend' does not name a type error message is displayed is due to presence of RoboIRRemote library remove it and try this one.

No comments:

Post a Comment

What is the difference between Socket and Port?

Socket Sockets allow communication between two different processes on the same or different machines. To be more precise, it's a way to ...