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 manoharagn

  1. M

    Format of data transmitted from zigbee to arm7 microcontroller

    @tx as pc sends some character to zigbee @ rx zigbee receives and sends to controller ,already the code is written in controller so it works according to that
  2. M

    sir i need help how to reset time in lcd using interrupt(using 89s52 microcontrol)

    hai sir got output i modified the code as void timer0()interrupt 0 { //lcd_cmd(0x01);// hr1=0;hr=0; min=0;min1=0; sec=0;sec1=0; count=count++; lcd_cmd(0xC0); lcd_data_string("count=:"); value=(count/10);////////////for ascii conversion. it ll count upto 99...
  3. M

    sir i need help how to reset time in lcd using interrupt(using 89s52 microcontrol)

    sir i need the counter to count how many times i reset the time .i used lcd_cmd(0xc8)(i think that "conut=" ll take 6 or 7 positions in lcd after that my counting value ll be shown) to display counter value at that position but i don't know how to get that value to that position.......sir i am...
  4. M

    sir i need help how to reset time in lcd using interrupt(using 89s52 microcontrol)

    ..... sir now implementing whenever i press switch(ground),the counter increment to 1.(sir i think external h/w interrupts are low level interrupt so its working when i connected to GND instead of switch). for counting i changed the code like this void timer0()interrupt 0 { hr1=0;hr=0...
  5. M

    sir i need help how to reset time in lcd using interrupt(using 89s52 microcontrol)

    thanks for your answer sir. Finally got output at the pin INT0(P3.2) don't know why at the pin p3.3 not got output. anyway thank u very much.
  6. M

    sir i need help how to reset time in lcd using interrupt(using 89s52 microcontrol)

    sir i tried my level...i put the code like this void timer0() interrupt 1 { min1=0; hr1=0; sec1=0; } and i initialized IE=0x84; for external hardware interrupt INT1 in the main program but didn't got output.
  7. M

    sir i need help how to reset time in lcd using interrupt(using 89s52 microcontrol)

    sir i got output to display time in lcd using 89s52.but i need the help whenever i press the switch in the board the time will start from beginning using external interrupt. here is the code how to modify the code. #include<reg51.h> #define cont_port P3 #define port P1 #define dataport P2 //...

Part and Inventory Search

Back
Top