Skip to content

uberchris2/rf-ir-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RF-IR Bridge

remote control outlets

Suppose you have a set of Etekcity (or similar) remote-control outlets. You want to use some of the buttons on the remote to control devices that only respond to IR (TV/projector/etc) or WOL (computers). This project uses an Arduino Yun to listen for certain button presses on the etekcity remote, and send a power on/off command to the projector and computer.

Dependencies

Hardware

  • Arduino Yun
  • 315MHz transmitter/receiver
  • IR emitter/sensor

Configuration

Note there is an unusual arrangement of loops and delays in the IR transmit code. This is to workaround some issues with my projector. You may or may not need them.

Construction

yun pinout

  • Connect ATAD of the RF receiver to pin 18 (either one)
  • Connect Vcc of the RF receiver to 5v
  • Connect GND of the RF receiver to GND
  • Connect IR LED + to pin 32
  • Connect IR LED - to GND
  • Connect ethernet (for WOL) and power

Alternatives

Note that you could achieve the same functionality much more easily buy buying into an existing home automation platform (SmartThings/Wink/etc) but what's the fun in that?

About

Control IR devices from Etekcity RF remotes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%