3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Control your Arduino with a remote

Control your Arduino with a remote
Wondering about how to control anything in your house with a simple remote control? It's pretty simple and cheap.

 
Remove these adsRemove these ads by Signing Up
 

Step 1Collect stuff

Collect stuff
Here is what you will need:

- Arduino (I use UNO)
- Solderless breadboard
- An infrared receiver
- Solderless wires
- Any kind of remote control
« Previous StepDownload PDFView All StepsNext Step »
25 comments
May 10, 2012. 10:25 AMthe seaker says:
Okay so i have a problem. I have already been able to get the ir codes from the remote that i wish to us but it will send something like this:
4035
4035
4035
4035
4035
2553
2553
2553
so the code is actually being send 5 times then another 3 are the end code. but sometimes if i press the button again the first number will either send 4 or 6 times. im not sure how to filter out the codes because if i just look for say 4035 it will repeat 4 to 6 times... um please if any one has an idea please help
Apr 2, 2012. 12:42 AMroachburn says:
How would i use the case function to turn on an led. What I want to do is have the led turn High as long as I hold the button and go low when I release. The problem though is that there are 2 codes for every button on my remote. I press it once and it gives 458. then if I press it again it gives 10458. If I hold the button down It spams the one code and If i release then hold it down again it spams the other code.
thanks
Mar 8, 2012. 4:15 AMpikmin205 says:
I've been receiving error codes saying "error: 'EE008FC9' was not declared in this scope", how do i fix this? (BTW, EE008FC9 is a remote key code)
Mar 9, 2012. 3:55 PMpikmin205 says:
new error: `.' cannot appear in a constant-expression
Mar 9, 2012. 4:22 PMpikmin205 says:
nvm fixed that now its expected ';' before break
Feb 21, 2012. 6:34 PMBot1398 says:
Is that the original arduino UNO
Feb 22, 2012. 1:35 AMBot1398 says:
I thought of it cause the power light in the original UNO is green and not blue
Feb 21, 2012. 11:45 PMroachburn says:
How come i get two different codes for each button. For example I press 1 on the remote I get 1025 then if i press it again i get 66561. If i hold it down it just repeats the same number. Every button does this.
Jan 3, 2012. 1:25 PMoldsmarracin says:
i am having problems with the IRremote everytime i goto compile it i get errors lots of em
Jan 3, 2012. 5:08 PMoldsmarracin says:
nevermind i fixed it
i had to add #include IRremoteint.h
and change the #include WProgram.h inside the IRremoteint.h to #include Arduino.h
Feb 19, 2012. 9:30 AMdiy_bloke says:
IDE 1.0? :-)
Feb 19, 2012. 5:09 PMoldsmarracin says:
O.o?
Jan 3, 2012. 7:01 PMoldsmarracin says:
hi im sorry to bother you again but i was wondering if it is possible to block a certain value from being wrote to the serial

F7708F
F7708F
FFFFFFFF
FFFFFFFF
F7708F
F7708F
F7708F
F7708F
F7708F
FFFFFFFF
F748B7
FFFFFFFF
F748B7
F748B7
FFFFFFFF
FFFFFFFF
i want to block the F's
Jan 4, 2012. 1:50 PMoldsmarracin says:
i am a little new to arduino and i was using this with winlirc and the config was picking up the F's
Jan 5, 2012. 9:56 AMoldsmarracin says:
its good i just need to block the FFFFFFFF string cause its picking it up as a remote code causing false readings. could you help with that part cause i have tried and failed
Jan 5, 2012. 11:07 PMoldsmarracin says:
Awesome now to figure the rest on my own lol
i didnt think bout inverting the line
Dec 13, 2011. 12:32 AMLexanPanda says:
Which IR receiver did you use?
Dec 4, 2011. 5:15 AMComputothought says:
Cool.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:phorvath92