Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by snoraimah

  1. S

    home lighting control using 89s52,keil compiler

    please help me how can i make a program using 89s52 to control the turn on/off of the lights in different kinds of rooms in the house..i'm using keil compiler..i prefered language c.
  2. S

    multiplexing decimal counter in seven segment in 8051.

    pls help me to implement a decimal counter using the C programming language for the 8051 micro-controller and display the count (0 to 99) on 4(four) 7-segment displays. using keil compiler. kindly help me....tnx.
  3. S

    programming( c languange ), using keil compiler

    #include<REG52.h> void main() { P1=0x10; EA=1; ES=1; EX0=1; EX1=1; ET0=1; ET1=1; while(1) PCON=PCON|0X01; } void external 0() interrupt 0 { T1=0; SBUF=string "WINDOW BREACHED"; while(T1==0); break; } void external 1() interrupt 1 { T1=0...
  4. S

    how to make code in c language with the keil compiler

    i need to make a code with my multiple digital counter using 8051 family. it will display through the 7-segment. i need to display the numbers 1 to 999. can somebody help me...pls...
  5. S

    a project for digital counter display in LCD using 8051

    exactly! that's what i mean.. can you help me for that?
  6. S

    programming( c languange ), using keil compiler

    im using mcu of AT89...like what you said. im also using KEIL complier.
  7. S

    programming using keil.

    yes, im using seven segment.
  8. S

    programming using keil.

    i want to include 6 counter and every counter have their window(controller, the one who will be press the buzzer in order thir to accomodate them.)
  9. S

    programming( c languange ), using keil compiler

    can you help me?..
  10. S

    programming using keil.

    im using mcu AT89S51.
  11. S

    programming using keil.

    guys help me to program a digital counter display using c language.
  12. S

    a project for digital counter display in LCD using 8051

    hi, this kind of program is like in the which they have digital counter with 6 windows/teller. when a window/teller push the buzzer the number will increment to those window/teller who buzzer. if other window/teller push the buzzer, it also provide the number...this is type of digital counter.
  13. S

    programming( c languange ), using keil compiler

    oh im sorry, im using keil, language c.
  14. S

    programming( c languange ), using keil compiler

    can somebody help me how can i make a code in language c this ff: a) transmit to the serial the string "WINDOW BREACHED" when an internal interrupt 0(zero) occurs. a) transmit to the serial the string "WINDOW BREACHED" when an external interrupt 1 occurs. assume that the serial...
  15. S

    a project for digital counter display in LCD using 8051

    BLOCK NUMBER X X X X X X They have 6 Blocks we need to imply a numbers in every call or count. example if called BLOCK 186(name of the block), then it will display in the NUMBER above, a count 1 for that BLOCK. if called another the BLOCK, let say BLOCK 185 (name of the BLOCK) then, it will...

Part and Inventory Search

Back
Top