In fields like telecom base stations, network administration controlling rooms, server rooms the supervisor has to monitor basic physical parameters like temperature, humidity to ensure proper functioning of peripherals. Currently this is done manually. A person needs to check the conditions and take readings in every station. This cannot guarantee continuous monitoring of the systems conditions due to temperature variations or any other sudden changes near system. Real-time monitoring and controlling system:The project we develop here provides real time information of all the stations at a time.In one place all the stations can be monitored and the stations which are critical and needs attention can be found and efficiently solve the problems in time.
The brain of the system Arduino microcontroller which monitors inputs from the sensors interfaced to it. We are using temperaure and humidity sensor. We are using ethernet interface with it to connect it to the network. Thus it acts as a web server to transmit the status of the remote location over internet.
HARDWARE:
1. ARDUINO CONTROLLER ATMEGA328
2. Regulated Power Supply
3. Ethernet Controller ENC28J60
4. LAN Cable
5. PC
6. DHT-11 Temperature & Humidity Sensor
SOFTWARE:
- HTML (PC Side)
- Embedded CPP
- ARDUINO IDE