You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
22
@@ -31,11 +31,11 @@ but cause of some reason, I took this method.
31
31
32
32
33
33
34
-
##Instruction
34
+
##Instruction
35
35
36
-
##Hardware
36
+
##Hardware
37
37
38
-
###Servo Motor
38
+
###Servo Motor
39
39
40
40
Connect servo motor (GWS Servo S03T/2BBMG/F) to Arduino Uno
41
41
@@ -61,7 +61,7 @@ Connect servo motor (GWS Servo S03T/2BBMG/F) to Arduino Uno
61
61
62
62
63
63
64
-
###iR Receiver Module
64
+
###iR Receiver Module
65
65
66
66
Connect iR Receiver Module (PL-IRM0101(38kHz)with shield) to Arduino
67
67
@@ -76,9 +76,9 @@ Connect iR Receiver Module (PL-IRM0101(38kHz)with shield) to Arduino
76
76
and give power to arduino
77
77
78
78
79
-
##Software
79
+
##Software
80
80
81
-
###Analyse and Set Signal
81
+
###Analyse and Set Signal
82
82
83
83
Analyze signal code of your remote controller
84
84
with the code shown below
@@ -96,20 +96,20 @@ in proper place in the code "iR_Servo_RemoteControl.ino"
96
96
then you can controll servo motor with your iR remote controller
0 commit comments