Skip to content

Commit ad1a7a9

Browse files
yosuke sakaiyosuke sakai
authored andcommitted
header fix
1 parent 75f5afe commit ad1a7a9

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#iR Servo Remote Control with Arduino
1+
# iR Servo Remote Control with Arduino
22

3-
###Project Outline
3+
### Project Outline
44

55

6-
####Background
6+
#### Background
77
[山口情報芸術センター](http://www.ycam.jp)YCAMの館内には、ホワイエとよばれる広場があります。ここでは様々な作品展示やイベントが行われます。ホワイエを照らす備え付けの照明はありません。3階にあるテラスに設置した仮設の照明をいつも用いています。
88
仮設照明は舞台用の照明で、on/offは照明の近くにおかれたスイッチボックスで行います。この操作は手動で行わなければなりません。このため、毎朝毎晩、このスイッチを操作するために、1階にいるスタッフが、3階まで(しかも奥まった場所!)5分以上かけて往復しなければなりませんでした(しまも2カ所!)。
99
この照明を1階から遠隔操作できるようにしよう、というのがこのプロジェクトの目的です。
@@ -16,7 +16,7 @@ So I decided to make something to controll the lights from 1st floor.
1616

1717
![alt text](https://github.com/yosukesakai/iR_Servo_Remote_Control_with_Arduino/blob/master/MachineryParts_stl/photo/DSCN7024.JPG?raw=true)
1818

19-
####Goal
19+
#### Goal
2020

2121
This project aims to make a system to controll a toggle switch remotely. A User send iR signal with iR remote controller (Panasonic) to Arduino with iR receiver module, then the Arduino moves servo moter to turn on/off a toggle switch.
2222

@@ -31,11 +31,11 @@ but cause of some reason, I took this method.
3131

3232

3333

34-
##Instruction
34+
## Instruction
3535

36-
##Hardware
36+
## Hardware
3737

38-
###Servo Motor
38+
### Servo Motor
3939

4040
Connect servo motor (GWS Servo S03T/2BBMG/F) to Arduino Uno
4141

@@ -61,7 +61,7 @@ Connect servo motor (GWS Servo S03T/2BBMG/F) to Arduino Uno
6161

6262

6363

64-
###iR Receiver Module
64+
### iR Receiver Module
6565

6666
Connect iR Receiver Module (PL-IRM0101(38kHz)with shield) to Arduino
6767

@@ -76,9 +76,9 @@ Connect iR Receiver Module (PL-IRM0101(38kHz)with shield) to Arduino
7676
and give power to arduino
7777

7878

79-
##Software
79+
## Software
8080

81-
###Analyse and Set Signal
81+
### Analyse and Set Signal
8282

8383
Analyze signal code of your remote controller
8484
with the code shown below
@@ -96,20 +96,20 @@ in proper place in the code "iR_Servo_RemoteControl.ino"
9696
then you can controll servo motor with your iR remote controller
9797

9898

99-
###Send Code to Arduino
99+
### Send Code to Arduino
100100

101101

102102
Send the Code to Arduino
103103

104104

105105

106106

107-
##Machinery
107+
## Machinery
108108

109109
![alt text](https://github.com/yosukesakai/iR_Servo_Remote_Control_with_Arduino/blob/master/MachineryParts_stl/photo/DSCN7016.JPG?raw=true)
110110

111111

112-
###Print Parts
112+
### Print Parts
113113

114114
Print Parts:
115115
Basement
@@ -120,17 +120,17 @@ SensorSupport_lower
120120

121121

122122

123-
###Install Parts
123+
### Install Parts
124124

125125
Install parts with proper screw (M1.7, M3, M4)
126126

127127

128128

129129
130-
#Reference
130+
# Reference
131131

132132

133-
###Source Code
133+
### Source Code
134134
Source code is published on github described below.
135135
ソースコード(Arduino用)はgithubに保存/公開している。
136136
https://github.com/yosukesakai/iR_Servo_Remote_Control_with_Arduino
@@ -141,7 +141,7 @@ This is for break down test.
141141
iR_Servo_RemoteControl_for_test.ino
142142
```
143143

144-
####Reference for code
144+
#### Reference for code
145145
コード作成にあたっては以下のウェブサイトを参照した。
146146

147147
Servo library
@@ -152,20 +152,20 @@ http://www.geocities.jp/zattouka/GarageHouse/micon/InfraredCOM/InfraredCOM2.htm
152152

153153

154154

155-
###Parts
155+
### Parts
156156

157157
Mount for servo moter, Lever, Extender for switch nob.
158158
サーボモータのマウント、サーボモータとトグルスイッチをつなぐ為のリンク(レバーとのノブエクステンダー)を作成
159159

160-
####Prototyping
160+
#### Prototyping
161161
Tried some patterns for layout of servo motor mount and lever avoiding hitting ohter perts.
162162
Made break down test turning on/off 1000times.
163163

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

167167

168-
####Printing
168+
#### Printing
169169
Printed with Makerbot Replicator2X. Set parameters below to secure proper strength.
170170
Makerbot Replicator2Xにて出力した。強度を確保する為、maker wareにて以下のパラメータを設定した。
171171

@@ -182,16 +182,16 @@ http://www.thingiverse.com/thing:103600
182182

183183

184184

185-
###Electric Parts
185+
### Electric Parts
186186

187187
Controller: Arduino UNO
188188
Servo Motor: GWS Servo S03T/2BBMG/F (relatively high torque)
189189
iR remote controller reciever module: PL-IRM0101(38kHz)with shield
190190

191191

192-
###iR Data from Remote Controller
192+
### iR Data from Remote Controller
193193

194-
####Panasonic Projector Remote Controller
194+
#### Panasonic Projector Remote Controller
195195

196196
if slide switch = Computer Numetric
197197

@@ -246,7 +246,7 @@ is set:6C
246246

247247

248248

249-
##Licenses and Credits
249+
## Licenses and Credits
250250

251251
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
252252
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">iR_Servo_Remote_Control_with_Arduino</span><a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/yosukesakai/iR_Servo_Remote_Control_with_Arduino" property="cc:attributionName" rel="cc:attributionURL">

iRServoRomoteControl_TEST.png

100644100755
File mode changed.

0 commit comments

Comments
 (0)