Skip to content

IR remote controller using remodeled Arduboy

License

Notifications You must be signed in to change notification settings

obono/ArduboyIRController

Repository files navigation

ArduboyIRController

Movie clip

An IR remote controller using remodeled Arduboy.

In addition, IR signal analyzing function is available.

Picture (receiver) (Click to expand)

Instruction

Control Function
Left / Right Change target device
Up / Down Choose a signal to send
B button Send a signal
A button Toggle mode (sender / receiver)

Current sketch is optimized for my home. You should modify "table.h".

The remote controllers in my home:

  • CL-RL2 (for ceiling light, Iris Ohyama)
  • RE2028 (for ceiling light, NEC)
  • HK9327K (for ceiling light, Panasonic)
  • RM-JD022 (for TV, Sony)
  • RMT-VR502J (for BD/HDD recorder, Sony)
  • RMT-VB101J (for BD player, Sony)
  • XQS-X610 (for electric fan, Plus Minus Zero)

Hardware

You have to remodel an Arduboy and build an expansion cartridge.

Sample

Components

  • IR LED: OSI5FU5111C-40
  • NPN transistor (hFE 280–560): 2SC536-G
  • IR receiver module: OSRB38C9AA
  • Electrolytic capacitor: 10µF
  • Resistors: 1kΩ×1, 22Ω×1
  • Pin socket (1×12)
  • Etc...

Schematic

Schematic (Click to expand)

Software MIT Licensed

Build environment

Clone or download this repository and open the project file "ArduboyIRController.ino" with Arduino IDE.

This sketch depends on following libraries. (You can add these by library manager)

License

These codes are licensed under MIT License.

References

About

IR remote controller using remodeled Arduboy

Topics

Resources

License

Stars

Watchers

Forks