Showing posts with label Temp. Show all posts
Showing posts with label Temp. Show all posts

GSM Based Weather Station Reporting System

GSM Based Weather Station Reporting System




Nowadays, electrical accidents to the line man are increasing, while repairing the electrical lines due to miscommunication between the maintenance staff & the electric substation staff. During the electrical fault or short circuit, the power network will suffer from a high stress of fault current in them which may harm the equipment permanently.
To overcome this problem, we introduces password based load control system which is arranged in such a way that maintenance staff or line man has to enter the password to ON/OFF the electrical line. Separate passwords are allocated for every electrical line that access by authorized person only. Now, if there is any mistake in the electrical line then the line man will switch off the power supply to the line by entering password and comfortably repair the electrical line.
Block diagram:
Block Diagram GSM Based Weather Station Reporting System

The main component in the circuit is 8051 microcontroller. A 4×4 matrix keypad is used to enter the password. The password which is entered is compared with the predefined password stored in ROM of microcontroller. If entered password is correct, then the corresponding electrical line is turned ON or OFF and display line or load status on LCD. If the password is wrong, then display “wrong password” on the LCD.
In this project a separate password is provided to each electrical line. Activation and deactivation of the line (circuit breaker) is indicated by the load (Light Bulbs).
Hardware requirements:
·       8051 microcontroller
·       keypad
·       Voltage regulator
·       LCD
·       Power supply
·       Relay driver
·       Relays
·       Lamps


Software requirements:
  •  ·       MC Programming Language: Embedded C
  •  ·       Keil version IDE
  •  ·       Proteus For Circuit & PCB Design




Download Abstract GSM Based Weather Station Reporting System



Industry Temperature Sensing With SMS Notification

Industry Temperature Sensing With SMS Notification 8051 Based Microcontroller

Many times When temperature limits are exceeded, electronic components and circuits may be damaged by exposure to high temperatures and Some processes work well only within a narrow range of temperatures; So proper care must be taken is important to monitor and protect the system.
Here we present the Industry Temperature sensing system with GSM notifications and it monitor temperature using DS18b20 temperature sensor in these we set temperature limit in minimum and maximum and if temperature go above or below than the limit then it send massage to the authorized contact which is predefine number in database and also it stop the working of system until temperature will reaches under the limit.

Block diagram:-


Block Diagram Industry Temperature Sensing With SMS Notification

In the system we use DS18b20 temperature sensor interfaced to the AT89S52 microcontroller. The microcontroller is also in connected to an LCD screen.
When temperature rises beyond or go below a certain limit DS18b20 temperature sensor sends a signal to the microcontroller then microcontroller processes the signal and displays the temperature status on LCD screen and then its send the temperature status massage to the authorized contact which predefine in database through GSM.


Hardware specification:-
·      AT89S51microcontroller
·      DS18b20 temperature sensor
·      LCD
·      GSM modem
·      Power supply

Software specification:-
  • MC Programming Language: embedded C
  • Keil  version IDE
  • Proteus For Circuit & PCB Design




Download Abstract Industry Temperature Sensing With SMS Notification