Saturday, February 14, 2015

InfraRed (receiver and transmitter)

  1. Connect all components (ir receiver and ir transmitter) as shown in the figure below

  
  1. Download library for IRremote
  1. Extract and put the folder into Arduino library in your computer
  2. Upload IRrecvDump example
  3. Get the HEX code from your remote by press button directly to the ir receiver
Example:  Sony: A90, 12bits will display in serial monitor
  1. Method to write the code: irsend.sendSony(0xA90, 12); delay(40);
  1. After you complete your transmitting code, upload and DONE!
  1. Bring your device to the TV and start it.

Good sharing:

No comments:

Post a Comment