RTC Battery Backup

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
JimTal001
Posts: 176
Joined: Thu Jul 30, 2015 4:59 pm

RTC Battery Backup

Post by JimTal001 » Thu Aug 27, 2015 4:36 pm

Can someone please point me to the documentation related to adding the optional backup battery for the RTC?
Thanks

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: RTC Battery Backup

Post by dhylands » Thu Aug 27, 2015 4:58 pm

I don't think that there is any docs. The only thing I found was on this quick-start page:
http://docs.micropython.org/en/latest/p ... ckref.html

You can connect a battery betwen VBAT and Ground.

The STM32F405 data sheet says that VBat needs to be between 1.65V and 3.6V

JimTal001
Posts: 176
Joined: Thu Jul 30, 2015 4:59 pm

Re: RTC Battery Backup

Post by JimTal001 » Thu Aug 27, 2015 5:53 pm

Thanks for the info.

On the quick-start page the drawing shows VBAT connecting to the two pins above the X22 label. Does that mean the 3.0V battery lead connects to either of the two pins or both?

blmorris
Posts: 348
Joined: Fri May 02, 2014 3:43 pm
Location: Massachusetts, USA

Re: RTC Battery Backup

Post by blmorris » Thu Aug 27, 2015 6:19 pm

No, the VBAT pin is the on above X22; X22 is the pin in the outer row, VBAT is the pin in the inner row. Connect the positive terminal of the battery to VBAT, and the negative terminal to ground.

-Bryan

Post Reply