Fire alert system using 8051 Micro controller with Keil and Proteus simulation

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 58

  • @sonushet8364
    @sonushet8364 3 ปีที่แล้ว

    Worlds best tutor❤

  • @shylajaDNreddy
    @shylajaDNreddy 4 หลายเดือนก่อน

    Which sensor ur using

  • @HelenFrancis-u4j
    @HelenFrancis-u4j 8 หลายเดือนก่อน

    The code is working..but the lcd is not displaying anything

  • @shreeyathakur6899
    @shreeyathakur6899 3 ปีที่แล้ว

    There is no atmel option in latest version what to do?

  • @maruputisaipranay8758
    @maruputisaipranay8758 3 ปีที่แล้ว

    Bro there is no Atmel option in keil version 5 can u help me?

  • @ketakipurohit3520
    @ketakipurohit3520 2 ปีที่แล้ว

    Hi ! This code isnt working ... please can i get the exact code?

  • @parvathyanand6476
    @parvathyanand6476 3 ปีที่แล้ว

    what happens to buzzer here?

  • @umangshrestha1707
    @umangshrestha1707 ปีที่แล้ว +5

    #include
    sbit sensor=P1^0;
    sbit rs=P1^1;
    sbit rw=P1^2;
    sbit en=P1^3;
    sbit buzzer=P3^0;
    void lcdinit();
    void lcddat(unsigned char);
    void lcdcmd(unsigned char);
    void lcddis(unsigned char *);
    void delay();
    void main(void)
    {
    buzzer=0;
    back:sensor=0; //No Fire
    lcdinit();
    lcddis("FIRE ALERT");
    lcdcmd(0xC0);
    lcddis("SYSTEM");
    delay();
    while(1)
    {
    if(sensor==0)
    {
    lcdcmd(0x01);
    lcddis("FIRE OCCURED");
    buzzer=1;
    }
    goto back;
    }
    }
    void lcdinit()
    {
    lcdcmd(0x38);
    lcdcmd(0x01);
    lcdcmd(0x10);
    lcdcmd(0x0c);
    lcdcmd(0x80);
    }
    void lcdcmd(unsigned char val)
    {
    P2=val;
    rs=0;
    rw=0;
    en=1;
    delay();
    en=0;
    }
    void lcddat(unsigned char dat)
    {
    P2=dat;
    rs=1;
    rw=0;
    en=1;
    delay();
    en=0;
    }
    void lcddis(unsigned char *s)
    {
    unsigned char w;
    for(w=0;s[w]!='\0';w++)
    {
    lcddat(s[w]);
    }
    }
    void delay()
    {
    unsigned char v1;
    for(v1=0;v1

  • @dinalrathod3196
    @dinalrathod3196 2 ปีที่แล้ว

    Thanks alot sir!!

  • @hafiznordin9607
    @hafiznordin9607 4 ปีที่แล้ว +1

    Sir can i get the flowchart ?

  • @vaishnavkumarreddychilamak5080
    @vaishnavkumarreddychilamak5080 3 ปีที่แล้ว

    Sir there's a compilation error while playing the code

  • @editswrld6411
    @editswrld6411 3 ปีที่แล้ว

    Sir can you please make a video on elevator control system using 8051

  • @dariusddixon9842
    @dariusddixon9842 4 ปีที่แล้ว

    Thanks. The work is going through but the LED is not displaying "FIRE ALARM SYSTEM"
    It only comes on

    • @priyaranjan9487
      @priyaranjan9487 3 ปีที่แล้ว

      facing same problem .!!!!!!!!

    • @priyansai8030
      @priyansai8030 3 ปีที่แล้ว

      Facing same problem

    • @priyaranjan9487
      @priyaranjan9487 3 ปีที่แล้ว

      @@priyansai8030 now mine worked

    • @shwethareddy8708
      @shwethareddy8708 3 ปีที่แล้ว +1

      @@priyaranjan9487 what changes did u do

    • @priyaranjan9487
      @priyaranjan9487 3 ปีที่แล้ว

      @@shwethareddy8708 Give me Ur mail i will mail you the code

  • @frenzy7732
    @frenzy7732 ปีที่แล้ว

    can someone mail me the correct code? ASAP

  • @prajyotpatil8371
    @prajyotpatil8371 5 ปีที่แล้ว

    Sir please make video on bidirectional visitor counter using two 7 segment display
    It's helpful for me

  • @YouTubeObject1
    @YouTubeObject1 3 ปีที่แล้ว

    SIR PLEASE CAN U PLEASE TELL ME HOW TO DOWNLOAD PROTEUS

  • @AmanSingh-yh8hn
    @AmanSingh-yh8hn 3 ปีที่แล้ว +1

    Brother
    Code is not working , please provide complete code pdf

    • @tejascm6154
      @tejascm6154 3 ปีที่แล้ว

      Bro did you clear the error...if yes can you send the code to my email

    • @AmanSingh-yh8hn
      @AmanSingh-yh8hn 3 ปีที่แล้ว

      @@tejascm6154 yes bro it's now working
      Thanks
      Code have some error

    • @tejascm6154
      @tejascm6154 3 ปีที่แล้ว

      @@AmanSingh-yh8hn bro please send the code to this email intejas26@gmail.com

    • @srikarkatakam576
      @srikarkatakam576 3 ปีที่แล้ว

      @@tejascm6154 bro for me code is not working

    • @lakshayrastogi7640
      @lakshayrastogi7640 2 ปีที่แล้ว

      @@AmanSingh-yh8hn bro can you please mail me the code

  • @yogeshreewarke7906
    @yogeshreewarke7906 3 ปีที่แล้ว

    Sir please send it's info

  • @trancongnhatlinh529
    @trancongnhatlinh529 3 ปีที่แล้ว

    Hello sir, nice video!, could I have the code?

  • @hawk1802
    @hawk1802 ปีที่แล้ว

    LOGIC CONTENTION ERROR

  • @s.ringale276
    @s.ringale276 3 ปีที่แล้ว

    Hi Avinash and Sid

  • @s.ringale276
    @s.ringale276 3 ปีที่แล้ว

    Give core bro

  • @s.ringale276
    @s.ringale276 3 ปีที่แล้ว

    Give code bro

  • @tejeshwarsinghrajput9684
    @tejeshwarsinghrajput9684 5 ปีที่แล้ว +3

    Sir I need code

    • @surendravecha276
      @surendravecha276 4 ปีที่แล้ว +1

      did u get the code

    • @ehtishamzaheer1331
      @ehtishamzaheer1331 4 ปีที่แล้ว

      @@surendravecha276 i also need the code..?

    • @gitanjaligaikwad9726
      @gitanjaligaikwad9726 3 ปีที่แล้ว

      @@ehtishamzaheer1331 I need the code rn, can anyone help me with it?

    • @Ekshan29
      @Ekshan29 3 ปีที่แล้ว

      Code pls