remote-monitor

#c++#teensy#arduino

git clone https://git.pyrossh.dev/remote-monitor

Remote Monitoring and Control using GSM-SMS


README.md
e371eeb 1
Remote Monitoring and Control using GSM-SMS
b48d237 2
=============
f2e2380 3
The primary aim of this project is to propose the concept of Development of a Low-Cost GSM-SMS Based Temperature Remote
f2e2380 4
Monitoring and Control system for Industrial Applications using the combination of a Teensy 3.0 and a GSM Modem SIM300
f2e2380 5
94f1a85 6
Check out [Arduino](www.pjrc.com/store/teensy3.html)  
94f1a85 7
Check out [Teensy 3.0](www.arduino.cc/)
94f1a85 8
b48d237 9
Requirements
b48d237 10
------------
b48d237 11
1. Teensy 3.0
b48d237 12
2. SIM 300
b48d237 13
3. LM35
b48d237 14
4. SHT75
b48d237 15
5. Solid State Relay
b48d237 16
6. Bulb
b48d237 17
7. Buzzer
b48d237 18
8. LED's
49875f5 19
9. USB Power Supply
b48d237 20
f2e2380 21
94f1a85 22
Features
94f1a85 23
--------
94f1a85 24
- Temperature Monitoring and Control using LM35
94f1a85 25
- Humidity Monitoring using SHT75
94f1a85 26
- AUTOMATIC MODE
94f1a85 27
  - SETPOINT
94f1a85 28
- MANUAL MODE
94f1a85 29
  - ON
94f1a85 30
  - OFF
94f1a85 31
94f1a85 32
OPcodes
94f1a85 33
---------
94f1a85 34
- TEMP
94f1a85 35
- HUM
94f1a85 36
- SET
94f1a85 37
- MAN
94f1a85 38
- AUTO
94f1a85 39
- ON
94f1a85 40
- OFF
94f1a85 41
- MOB
94f1a85 42
06a668b 43
Block Diagram
06a668b 44
-------------
471b969 45
<img src = "block.png" width="480" height="320">
06a668b 46
06a668b 47
Schematic
06a668b 48
---------
471b969 49
<img src = "remotemonitor.png" width="480" height="320">
06a668b 50
06a668b 51
Pin Configuration
06a668b 52
-----------------
7407fb5 53
Pin No.|Connection
7407fb5 54
--- | ---
7407fb5 55
VIN | +5V
7407fb5 56
AGND| GND
7407fb5 57
9   | TX
7407fb5 58
10  | RX
7407fb5 59
11  | BTN1
7407fb5 60
12  | BTN2
7407fb5 61
14  | LED1 (BLUE)
7407fb5 62
15  | LED2 (RED)
7407fb5 63
16  | LED2 (GREEN)
7407fb5 64
17  | LM35 Output
7407fb5 65
19  | Relay Input
7407fb5 66
20  | SHT75 - DATA
7407fb5 67
21  | SHT75 - CLK
7407fb5 68
23  | Transistor Input
06a668b 69
06a668b 70
Flow Chart
06a668b 71
----------
471b969 72
<img src = "flow1.png" width="480" height="640">
471b969 73
<img src = "flow2.png" width="480" height="640">
471b969 74
<img src = "flow3.png" width="480" height="640">
06a668b 75
49875f5 76
Snapshots
49875f5 77
---------
471b969 78
<img src = "snap.png" width="480" height="640">
471b969 79
<img src = "IMG_20130609_195037.jpg" width="480" height="320">
471b969 80
<img src = "IMG_20130609_195751.jpg" width="480" height="320">
471b969 81
<img src = "IMG_20130609_195739.jpg" width="480" height="320">
7407fb5 82
471b969 83
<img src = "remotemonitorapp.png" width="320" height="480">
7407fb5 84
471b969 85
<img src = "Screenshot_2013-06-07-20-33-12.png" width="200" height="320">
471b969 86
<img src = "Screenshot_2013-06-07-20-33-31.png" width="200" height="320">
471b969 87
<img src = "Screenshot_2013-06-09-21-22-02.png" width="200" height="320">
49875f5 88
49875f5 89
Video
49875f5 90
-----