Homer Smart Remote

Homer Robot Ensures You Don’t Miss An Episode

With our busy lives, who has time to pay attention to TV show schedules? [Tamberg] certainly didn’t and that is why he came up with the web-enabled TV remove he calls the Smart Homer. This miraculous device knows when ‘The Simpsons’ is being broadcast, turns on the TV and switches to the appropriate channel.

Like the real Homer, not too much is going on up in this toy’s noggin. A couple of IR emitters are mounted in place of pupils and the associated wires are run down into his body. Right between a pink donut and a Krusty burger resides an Arduino and ethernet shield. This electronic duo acts as a web server and looks out to the ‘net for an online script. The script polls an online TV Program Guide and if ‘The Simpsons’ are on at that time, it sends a signal back to the Arduino to turn the TV on.

Homer Smart Remote   Jolly Homer

Bare Bones Arduino IR Receiver

TV Remote

Old infrared remote controls can be a great way to interface with your projects. One of [AnalysIR’s] latest blog posts goes over the simplest way to create an Arduino based IR receiver, making it easier than ever to put that old remote to good use.

Due to the popularity of their first IR receiver post, the silver bullet IR receiver, [AnalysIR] decided to write a quick post about using IR on the Arduino. The part list consists of one Arduino, two resistors, and one IR emitter. That’s right, an emitter. When an LED (IR or otherwise) is reverse biased it can act as a light sensor. The main difference when using this method is that the IR signal is not inverted as it would normally be when using a more common modulated IR receiver module. All of the Arduino code you need to get up and running is also provided. The main limitation when using this configuration, is that the remote control needs to be very close to the IR emitter in order for it to receive the signal.

What will you control with your old TV remote? It would be interesting to see this circuit hooked up so that a single IR emitter can act both as a transmitter and a receiver. Go ahead and give it a try, then let us know how it went!