Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I've just hidden away our entertainment centre electronics including our Infrared controlled DVD Player, Amp and Mac Mini .

I was wondering if there is any IR Remote code for Arduino, that I can use to eventually control the entertainment centre. I plan to write a simple iPhone app, that talks to an Arduino with an Ethernet shield.

share|improve this question
I don't understand what you need the ethernet for. If you're using the Mac Mini to receive the commands from the iPhone over wifi, you can just send them to the Arduino via USB. – cesare Jul 8 '10 at 22:58

2 Answers

up vote 5 down vote accepted

This might help: Arduino Forum: RC5 infrared remote

I suspect the Mac Mini will not respond to the same sort of signals that your audio equipment does.

share|improve this answer
RC5 is used for Phillips equipment. If OPs DVD player, amp, etc is of different brands, this code may not work. There are several IR remote protocol standards out there. – Chetan Bhargava Jan 23 at 4:11

There is a great article about IR with Arduino on the PragPub Issue 13, July 2010 here: http://www.pragprog.com/magazines

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.