Appearance
Project 6 Arduino
Arduino IR Receiver
This Arduino sketch listens for IR signals using an IR receiver module and prints the hexadecimal value of the received signal to the serial monitor.
Installation:
- Download the library "IRremote-4.2.1.zip".
- Extract the contents of the zip file.
- Copy the extracted folder to the following directory:
Documents\Arduino\libraries\paste here.
Usage:
- Connect an IR receiver module to pin 11 of your Arduino board.
- Upload the sketch to your Arduino board.
- Open the serial monitor to view the hexadecimal values of received IR signals.
Library Installation:
To use this sketch, you need to install the IRremote library. Follow the instructions below to install the library:
- Download the library "IRremote-4.2.1.zip".
- Extract the contents of the zip file.
- Copy the extracted folder to the following directory:
Documents\Arduino\libraries\paste here.
License:
This project is licensed under the MIT License.
