- Connect all components (ir receiver and ir transmitter) as shown in the figure below
- Download library for IRremote
- Extract and put the folder into Arduino library in your computer
- Upload IRrecvDump example
- Get the HEX code from your remote by press button directly to the ir receiver
Example: Sony: A90, 12bits
will display in serial monitor
- Method to write the code: irsend.sendSony(0xA90, 12); delay(40);
- After you complete your transmitting code, upload and DONE!
Example code: http://www.codeshare.io/mpZaT
- Bring your device to the TV and start it.
Good sharing:
No comments:
Post a Comment