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

  Рет қаралды 31,692

a learning room

a learning room

Күн бұрын

Embedded C program to design prototype application for FIRE alert system by using 8051 Micro controller. Programming with Keil Ide and output simulation by using Proteus.

Пікірлер: 56
@sonushet8364
@sonushet8364 3 жыл бұрын
Worlds best tutor❤
@dinalrathod3196
@dinalrathod3196 2 жыл бұрын
Thanks alot sir!!
@umangshrestha1707
@umangshrestha1707 Жыл бұрын
#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
@danish-xl5ip
@danish-xl5ip Жыл бұрын
Bro lcd not showing
@editswrld6411
@editswrld6411 2 жыл бұрын
Sir can you please make a video on elevator control system using 8051
@user-rv6nd1ty9q
@user-rv6nd1ty9q 4 ай бұрын
The code is working..but the lcd is not displaying anything
@prajyotpatil8371
@prajyotpatil8371 5 жыл бұрын
Sir please make video on bidirectional visitor counter using two 7 segment display It's helpful for me
@hafiznordin9607
@hafiznordin9607 4 жыл бұрын
Sir can i get the flowchart ?
@parvathyanand6476
@parvathyanand6476 2 жыл бұрын
what happens to buzzer here?
@shreeyathakur6899
@shreeyathakur6899 2 жыл бұрын
There is no atmel option in latest version what to do?
@dariusddixon9842
@dariusddixon9842 3 жыл бұрын
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 жыл бұрын
@@priyaranjan9487 what changes did u do
@priyaranjan9487
@priyaranjan9487 3 жыл бұрын
@@shwethareddy8708 Give me Ur mail i will mail you the code
@maruputisaipranay8758
@maruputisaipranay8758 2 жыл бұрын
Bro there is no Atmel option in keil version 5 can u help me?
@vaishnavkumarreddychilamak5080
@vaishnavkumarreddychilamak5080 3 жыл бұрын
Sir there's a compilation error while playing the code
@ketakipurohit3520
@ketakipurohit3520 2 жыл бұрын
Hi ! This code isnt working ... please can i get the exact code?
@s.ringale276
@s.ringale276 3 жыл бұрын
Hi Avinash and Sid
@YouTubeObject1
@YouTubeObject1 3 жыл бұрын
SIR PLEASE CAN U PLEASE TELL ME HOW TO DOWNLOAD PROTEUS
@frenzy7732
@frenzy7732 Жыл бұрын
can someone mail me the correct code? ASAP
@trancongnhatlinh529
@trancongnhatlinh529 2 жыл бұрын
Hello sir, nice video!, could I have the code?
@yogeshreewarke7906
@yogeshreewarke7906 3 жыл бұрын
Sir please send it's info
@AmanSingh-yh8hn
@AmanSingh-yh8hn 3 жыл бұрын
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 2 жыл бұрын
@@tejascm6154 bro for me code is not working
@lakshayrastogi7640
@lakshayrastogi7640 Жыл бұрын
@@AmanSingh-yh8hn bro can you please mail me the code
@hawk1802
@hawk1802 Жыл бұрын
LOGIC CONTENTION ERROR
@s.ringale276
@s.ringale276 3 жыл бұрын
Give core bro
@s.ringale276
@s.ringale276 3 жыл бұрын
Give code bro
@tejeshwarsinghrajput9684
@tejeshwarsinghrajput9684 4 жыл бұрын
Sir I need code
@surendravecha276
@surendravecha276 4 жыл бұрын
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
So Cute 🥰
00:17
dednahype
Рет қаралды 45 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 41 МЛН
Фейковый воришка 😂
00:51
КАРЕНА МАКАРЕНА
Рет қаралды 6 МЛН
The Worst Programming Language Ever - Mark Rendle - NDC Oslo 2021
1:00:41
NDC Conferences
Рет қаралды 1,3 МЛН
Embedded c key switch led program using  Keil and protues
22:27
a learning room
Рет қаралды 59 М.
Automatic door locking system by using Keil and proteus simulation
18:05
Electronic notice board by using 8051 controller with keil and proteus
25:54
Introduction to KEIL tool for 8051 programming
22:37
Venkatasubramanian K
Рет қаралды 279 М.
Hello World in Embedded C in Keil uVision IDE
17:42
SM training academy
Рет қаралды 8 М.
LED  blinking programm using keil and Proteus
12:59
a learning room
Рет қаралды 139 М.
Embedded C programming - LED blinking - Microcontroller AT89S52
28:28
Embedded Systems - Bolla
Рет қаралды 30 М.