Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/17/04 10:20
Read: times


 
#81360 - Another method
Responding to: ???'s previous message

I don't think Oleg's method is particularly low-power -what with a 7474! It would want to be a 74HC74!

On some micro's you can put them into sleep mode with interrupts enabled. The on/off pushbutton connects to the external interrupt. The code is arranged so that when it goes into sleep mode, the external interrupt is enabled. When the user presses the pushbutton, the interrupt fires and the micro comes out of sleep. Debouncing etc is done by software. Other devices can have their Vcc controlled via a fet/transistor off a port pin.

Another method is to have a port pin control a fet/transistor to enable power to the micro. When the pushbutton is pressed this turns the transistor on - starting the micro. The micro holds the power on via a port pin to the transistor. A port pin can then be used to sense the pushbutton input.

Erik dislikes SMS abbreviations , my pet hate is 'wanna'. It sounds so 'slang'. "I wanna slap yo mamma!" or "I wanna bust yo crib 'n' pull out me gat n wetcha, holmes I betcha"

List of 20 messages in thread
TopicAuthorDate
How to turn ON/OFF power!!            01/01/70 00:00      
   RE: How to turn ON/OFF power!!            01/01/70 00:00      
      pwr on/off a device with shared input            01/01/70 00:00      
         RE: pwr on/off a device with shared input            01/01/70 00:00      
            RE: pwr on/off a device with shared input            01/01/70 00:00      
               RE: pwr on/off a device with shared input            01/01/70 00:00      
                  Schematic / Demo available below            01/01/70 00:00      
                     RE: Schematic / Demo available below            01/01/70 00:00      
   Any comment on the about circuit?            01/01/70 00:00      
      RE: Any comment on the about circuit?            01/01/70 00:00      
         RE: Any comment on the about circuit?            01/01/70 00:00      
   RE: How to turn ON/OFF power!!            01/01/70 00:00      
      I agree with Charles            01/01/70 00:00      
   simplest power on/off            01/01/70 00:00      
      Another method            01/01/70 00:00      
         it was an example            01/01/70 00:00      
            it was an example            01/01/70 00:00      
         Another power on/off technique            01/01/70 00:00      
            Yet alternatively            01/01/70 00:00      
   My own method of this...            01/01/70 00:00      

Back to Subject List