~repos /remote-monitor
git clone https://pyrossh.dev/repos/remote-monitor.git
Remote Monitoring and Control using GSM-SMS
06a668bc
—
Pyros2097 12 years ago
Update README.md
README.md
CHANGED
|
@@ -40,6 +40,53 @@ OPcodes
|
|
|
40
40
|
- OFF
|
|
41
41
|
- MOB
|
|
42
42
|
|
|
43
|
+
Block Diagram
|
|
44
|
+
-------------
|
|
45
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/block.png" width="480" height="320">
|
|
46
|
+
|
|
47
|
+
Schematic
|
|
48
|
+
---------
|
|
49
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/remotemonitor.png" width="480" height="320">
|
|
50
|
+
|
|
51
|
+
Pin Configuration
|
|
52
|
+
-----------------
|
|
53
|
+
Pin No.
|
|
54
|
+
Connection
|
|
55
|
+
VIN
|
|
56
|
+
+5V
|
|
57
|
+
AGND
|
|
58
|
+
GND
|
|
59
|
+
9
|
|
60
|
+
TX
|
|
61
|
+
10
|
|
62
|
+
RX
|
|
63
|
+
11
|
|
64
|
+
BTN1
|
|
65
|
+
12
|
|
66
|
+
BTN2
|
|
67
|
+
14
|
|
68
|
+
LED1 (BLUE)
|
|
69
|
+
15
|
|
70
|
+
LED2 (RED)
|
|
71
|
+
16
|
|
72
|
+
LED2 (GREEN)
|
|
73
|
+
17
|
|
74
|
+
LM35 Output
|
|
75
|
+
19
|
|
76
|
+
Relay Input
|
|
77
|
+
20
|
|
78
|
+
SHT75 - DATA
|
|
79
|
+
21
|
|
80
|
+
SHT75 - CLK
|
|
81
|
+
23
|
|
82
|
+
Transistor Input
|
|
83
|
+
|
|
84
|
+
Flow Chart
|
|
85
|
+
----------
|
|
86
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/flow1.png" width="480" height="320">
|
|
87
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/flow2.png" width="480" height="320">
|
|
88
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/flow3.png" width="480" height="320">
|
|
89
|
+
|
|
43
90
|
Snapshots
|
|
44
91
|
---------
|
|
45
92
|
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/snap.png" width="480" height="320">
|