Arduino - Control LED's with IR Remote Control

preview_player
Показать описание
Visit my website for more information:

You can download all my projects here:

Like my page on Facebook:
Add me on Google+:
Follow me on twitter:

Parts list:
1x Arduino
1x Breadboard
1x Remote control
1x IR receiver ( I'll be using TSOP4838)
4x LED's
4x 220ohm resistors
Jumper cables
Рекомендации по теме
Комментарии
Автор

I'm glad you made it to work... I hope you keep following my next projects!

RuiSantosdotme
Автор

I'm glad you could make it work!
If you need more help just message me.
Good luck with your project and thanks for subscribing

RuiSantosdotme
Автор

Thanks for subscribing!
yeah i saw that project on your channel it was a really cool!

RuiSantosdotme
Автор

It should be working right away... Did you added the library correctly first?

RuiSantosdotme
Автор

Thanks for this project. I'm enjoying learning about lots of things I can do with Arduino. I made this project but I am really confused about something. I've got a ton of old remote controls laying around. I've had the same experience with multiple ones. When I'm pressing the various keys to capture the code it is not the same each time I press the key. It may cycle through the same set of codes or may generate random codes. Have you seen this happen before? Thanks in advance.

glencindy
Автор

what you mean? did you use my source code? what you want to do exactly?
Please give me more details and I'm glad to help you finish your project!

RuiSantosdotme
Автор

Hey I have already figure out what i want and it's working!
Thanks for your source code and assistance and now i can control my LEDs with my remote :)

Kjunhao
Автор

Nice videos, i have subscribed :-) I once made an arduino IR-router to be able to control, tv, projector, and sound from a single remote..

petleh
Автор

I have downloaded the library from github.com and decoded the button from my remote with >IRremote> IRrecvDemo. I want to control 3 LEDs from my remote with 3 different buttons to turn on and off. The code i got from my remote are

1007273
100F2F3
1009293

and i am stuck after i gotten these code..
So glad that you are willing to help. thanks

Kjunhao
Автор

Thanks! how can i change the program such that when i press the button, the led will only turn on but not blink? in other words i actually don't need mute button.

Kjunhao
Автор

Hi Kevin Villatoro.
Please change your Google Plus settings otherwise i'm not able to answer your comment directly.

My website link was broken. I just fixed it.
Please take a look at my website where I share how it works the decoder:

RuiSantosdotme
Автор

you just need to read the read me file when you're on GibHub ... and follow the steps I'll send you a private message with the link ;)

RuiSantosdotme
Автор

i'm stuck after getting the value from my remote. i don't know how to program after that. Please help

Kjunhao
Автор

Kevin please change your google+ setting otherwise I can't answer you directly...
Connect your google+ account to youtube.

Serial Monitor:
Click the icon on the arduino software:

Click that icon and it will open the serial monitor:

Anyway. I would recommend you to start with some beginner projects first.

This project is easy, but start with some basic ones.
Have a nice day,
Rui Santos

RuiSantosdotme
Автор

if you already know those values, please go to my website (first link on the description of this video) Share my page to unlock the source code for your arduino... and then you just need to change my code in the 'case' statements. And my code will work for your remote. Let me know if I've answered your question

RuiSantosdotme