iR Remote Control Servo with Arduino Project

Created Date: 2015-10-08/ updated date: 2016-07-09
Owner & Collaborators
License
Summary
(Goal ) スイッチボックスに納められたトグルスイッチを遠隔操作するシステムを制作します。 任意の赤外線リモコンから発信した赤外線を、Arduinoに接続した赤外線受信モジュールで受信し、信号に応じて、(3つの)トグルスイッチに接続したサーボモータを動かします。 (Goal) This project aims to make a system to controll a toggle switch remotely. A User send iR signal with an arbitrary iR remote controller (Panasonic) to Arduino with iR receiver module, then the Arduino moves servo moter to turn on/off a toggle switch. iR Servo Remote Control with Arduino
https://github.com/yosukesakai/iR_Servo_Remote_Control_with_Arduino

Memo

Reference3

posted by yosukesakai on October 08, 2015
Prototyping

Tried some patterns for layout of servo motor mount and lever avoiding hitting ohter perts.
Made break down test turning on/off 1000times. 

マウントレイアウト、周辺部材に接触しないレバーの逃がし等について、複数の試作を行った。
プロトタイプ完成後、耐久試験(on/off:1000回)を行い、問題がないことを確認した。(経年劣化については無視することとした。加水分解に対する耐久性の検討など、今後の課題とする。) 

Comments