circuit of lpg gas detector using avr
#1

Advance LPG Gas Detector and Auto Booking System for Domestic and Commercial Use (Electronics project)...

Advancement in the technologies have given us a safer and calm living of standard. Development in the different type of sensors that are easily available in market made the electronic research work more efficient, cheap and accurate.
LPG stands for Liquefied Petroleum Gas, scientifically well know as Butane or Propane (hydrocarbons), which is very highly combustible Gas. It is use as Fuel in Domestic field and in Industry fields also.
Basically LPG is use in Domestic field for cooking. There may occur hazard with such a Highly Combustible gas mostly due to leaking of this gas. If this leaked gas comes in contact with small part of fire also the it will become BOMB.

Here a advanced system is used where a Sensor Detect leaking of LPG . This Sensor generates the Analog value which is then processed to the Microcontroller for further Processing.
In case of Gas leaking , exhaust fan will start automatically and will require manual reset so that all the leaked gas can be send outside the home and simultaneously Owner will receive the message of this miss-happening.

Along with it, a Advanced system is also interfaced which will make a note of the weight of thee LPG gas Cylinder in the home. After a threshold value, system itself book new Cylinder just by sending the message to booking center....






CODE :--------------------------------->
#include<avr/io.h>
#include<util/delay.h>
#include<lcdraj4.h>
void interrupt(void);
void raj_config_gsm(void);
void init_uart(void);
void transmit(char data);
void transmit_message(void);
ISR(******)
{
lcd_clrscr_raj();
lcd_puts_raj("!!.EMERGENCY.!!");
lcd_gotoxy_raj(2,1);
lcd_puts_raj("!.GASS LEAKING.!");
_delay_ms(5000);
lcd_clrscr_raj();
lcd_puts_raj("SENDING MESSAGE");
transmit_message();
lcd_clrscr_raj();
lcd_puts_raj("SENT");
for(int i=1;i<10;i++)
{ _delay_ms(1500);
}
}
void main()
{
int a=0,b=0;
init_uart();
lcd_init_raj();
interrupt();
DDRA=0b00000000;
while(1)
{
lcd_clrscr_raj();
lcd_puts_raj("LPG DETECTOR AND");
}
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: gas detector using c programming, advantage of microcontroller based lpg gas detector using gsm module, circuit diagram lpg gas detector using microcontroller, lpg gas leak detector working principles using sms module, generator avr circuit diagram free download for brushless, gas sensor interfacing with avr microcontroller, lpg gas detector using microcontroller pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  code for avr atmega16 with gsm 900 to control light 2 965 24-01-2019, 12:03 PM
Last Post:
  traffic alert system circuit for blind tums 0 655 04-11-2018, 02:42 PM
Last Post: Guest
  electric iron circuit diagram free 0 679 18-10-2018, 06:40 PM
Last Post: Guest
  advantages and disadvantages mains failure alarm circuit in pdf 0 780 01-10-2018, 11:48 PM
Last Post: Guest
  attendance monitoring intelligent classroom circuit diagram 0 582 26-09-2018, 07:05 PM
Last Post: Guest
  led 720 emergency light circuit diagram 0 648 22-09-2018, 01:48 AM
Last Post: Guest
  led 720 emergency light circuit diagram 0 654 19-09-2018, 09:10 PM
Last Post: Guest
Lightbulb circuit diagram of power saver for industrial and commercial establishments 0 672 15-08-2018, 02:22 PM
Last Post: Guest
  at89c2051 ic use in circuit with diagram 0 611 06-08-2018, 09:30 AM
Last Post: Guest
  project on fake indian curruncy detector 0 615 10-07-2018, 09:07 PM
Last Post: Guest

Forum Jump: