This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Battery Drains very Fast

Hi friends.....
plz help me....
i am working on a small project using 89S52,Keypad,lcd,MOSFET IRF9540N, and 7805 IC. 7.4 v Lipo battery.
my concept is to turn on and off LCD with the keypress from keypad.
Am using 7805 to step down voltage to 5v and then 5v is being supplied to 89s52 and MOSFET source pin. Mosfet drain pin is attached to LCD and gate pin to port 3^5. lcdis straight away grounded. Lcd is attached to port 1. my code and circuit works well.... but the problem is the battery gets drained in 10-12 hours even if lcd is in off state.
At initial stage have kept my lcd off... and when button 1 is presses from keypad the lcd goes on and again if keypad is pressed its goes off..
so for that i have put port3^5 pin which is connected to MOSFET gate...low at initial stage to keep the lcd off... and port3^5 high when button 1 is pressed.... i have also low all the signal pins port1 which is connected to lcd.... but even then my battery gets drained.... dont know what is it that is conauming my power....

Parents
  • yes... ypu r right....
    but have already done with this chip.... and i cant change anything now because of my time target... have to complete it as soon as possible.....
    Have also done power down mode.... 89s52 also moves to power down mode but the problem is the same....
    PCON |=0x02.....
    Plzzz help me

Reply
  • yes... ypu r right....
    but have already done with this chip.... and i cant change anything now because of my time target... have to complete it as soon as possible.....
    Have also done power down mode.... 89s52 also moves to power down mode but the problem is the same....
    PCON |=0x02.....
    Plzzz help me

Children