Arduino
MI Lab
Project
arduino as ir remote control, arduino ir remote control 0038b module, arduino ir remote control air conditioner, arduino ir remote control car, arduino ir remote control circuit, arduino ir remote control code, arduino ir remote control decoder, arduino ir remote control decryption, arduino ir remote control led, arduino ir remote control library, arduino ir remote control motor, arduino ir remote control project, arduino ir remote control receiver, arduino ir remote control relay, arduino ir remote control robot, arduino ir remote control shield, arduino ir remote control transmitter, arduino ir remote control tutorial, arduino ir remote control tv, arduino ir remote controller, arduino ir universal remote control, arduino read ir remote control, arduino uno ir remote control, ir remote control for arduino, ir remote control infrared arduino, ir remote control kit arduino, ir remote control nikon arduino, ir remote control using arduino, ir remote control with arduino
Amisha
0 Comments
ARDUINO IR REMOTE CONTROLLER
Arduino ir remote controller:
- first of all you must connect the IR sensor receiver to the arduino board pin 11
- then connect the board to the computer and upload the cords
- after uploading you must open the serial monitor and get the cord for each button
case 0x2FD807F:
Serial.println(“Center”);
digitalWrite(LED1,HIGH);
break;
case 0x2FD40BF:
Serial.println(“Center”);
digitalWrite(LED1,LOW);
break;
if you can change your button like this ,you must want to change hex cord only
and the other thing is = how to control the led brightness in with to button
Post Comment
You must be logged in to post a comment.