An IR remote controller using remodeled Arduboy.
In addition, IR signal analyzing function is available.
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)
You have to remodel an Arduboy and build an expansion cartridge.
- 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...
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)
These codes are licensed under MIT License.
- About expansion connector of Arduboy
- About IR signal