PDA

View Full Version : Self powered PIC, app note. How to do.



tasmod
- 19th April 2014, 07:53
I found this app note from Microchip which may be of use to someone for battery operation.



Vdd Self Starting Circuit
Building on the previous topic, the same charge
pump can be used by the MCU to supply its
own Vdd. Before the switch is pressed, Vbat
has power and the Vdd points are connected
together but unpowered. When the button is
pressed, power is supplied to Vdd and the
MCUs CLKOUT (in external RC oscillator mode)
begins toggle. The voltage generated by the
charge pump turns on the FET allowing Vdd
to remain powered. To power down the MCU,
execute a Sleep instruction. This allows the
MCU to switch off its power source via software.
Advantages:
• PIC MCU leakage current nearly 0
• Low cost (uses n-channel FET)
• Reliable
• No additional I/O pins required


7312

Demon
- 22nd April 2014, 04:47
Very interesting. Did you get the AN number?

Robert

tasmod
- 22nd April 2014, 09:08
Hi Demon,

It came from the Hints n Tips pdf in the other post here. Lots of good stuff in it.

xapmanis
- 28th April 2014, 05:57
Indeed very interesting but could someone explain the circuit some more ?? i can't understand the "• PIC MCU leakage current nearly 0"
Why is that happening ??

xapmanis
- 28th April 2014, 06:03
Sorry for my hasty question. I studied the circuit some more and understood it. It's an electronic switch, indeeed very nice circuit !!