~repos /remote-monitor
git clone https://pyrossh.dev/repos/remote-monitor.git
Remote Monitoring and Control using GSM-SMS
94f1a853
—
Pyros2097 12 years ago
Update README.md
README.md
CHANGED
|
@@ -3,6 +3,9 @@ Remote Monitoring and Control using GSM-SMS
|
|
|
3
3
|
The primary aim of this project is to propose the concept of Development of a Low-Cost GSM-SMS Based Temperature Remote
|
|
4
4
|
Monitoring and Control system for Industrial Applications using the combination of a Teensy 3.0 and a GSM Modem SIM300
|
|
5
5
|
|
|
6
|
+
Check out [Arduino](www.pjrc.com/store/teensy3.html)
|
|
7
|
+
Check out [Teensy 3.0](www.arduino.cc/)
|
|
8
|
+
|
|
6
9
|
Requirements
|
|
7
10
|
------------
|
|
8
11
|
1. Teensy 3.0
|
|
@@ -16,8 +19,36 @@ Requirements
|
|
|
16
19
|
9. USB Power Supply
|
|
17
20
|
|
|
18
21
|
|
|
22
|
+
Features
|
|
23
|
+
--------
|
|
24
|
+
- Temperature Monitoring and Control using LM35
|
|
25
|
+
- Humidity Monitoring using SHT75
|
|
26
|
+
- AUTOMATIC MODE
|
|
27
|
+
- SETPOINT
|
|
28
|
+
- MANUAL MODE
|
|
29
|
+
- ON
|
|
30
|
+
- OFF
|
|
31
|
+
|
|
32
|
+
OPcodes
|
|
33
|
+
---------
|
|
34
|
+
- TEMP
|
|
35
|
+
- HUM
|
|
36
|
+
- SET
|
|
37
|
+
- MAN
|
|
38
|
+
- AUTO
|
|
39
|
+
- ON
|
|
40
|
+
- OFF
|
|
41
|
+
- MOB
|
|
42
|
+
|
|
19
43
|
Snapshots
|
|
20
44
|
---------
|
|
45
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/snap.png" width="480" height="320">
|
|
46
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/IMG_20130609_195037.jpg" width="480" height="320">
|
|
47
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor//master/IMG_20130609_195751.jpg" width="480" height="320">
|
|
48
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor/master/IMG_20130609_195739.jpg" width="480" height="320">
|
|
49
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor/master/Screenshot_2013-06-07-20-33-12.png" width="480" height="320">
|
|
50
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor/master/Screenshot_2013-06-07-20-33-31.png" width="480" height="320">
|
|
51
|
+
<img src = "https://raw.github.com/Pyros2097/RemoteMonitor/master/Screenshot_2013-06-09-21-22-02.png" width="480" height="320">
|
|
21
52
|
|
|
22
53
|
Video
|
|
23
54
|
-----
|