Zero LiPo shim added

This commit is contained in:
RogueM 2016-07-10 17:02:16 +01:00
parent 7150c42b82
commit 2458ce9e20
6 changed files with 41 additions and 2 deletions

View File

@ -42,7 +42,7 @@ MANDATORY
DESIRABLE
* pincount: the header pin count, typically 26 or 40 but shims/custom boards are acceptable.
* eeprom: whether the board includes an eeprom (required by 'HAT' specs!).
* power: the supply logic required by the board. Valid values are 3v3, 5v and 3v3,5v.
* power: the supply logic required by the board. Valid values are 'external', '3v3', '5v' and '3v3,5v'.
* i2c: if the board uses i2c, a list of the bus address(es) and device(s) identification.
OPTIONAL

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -4,6 +4,7 @@ This document only logs the changes to the overlay files that are relevant for p
July 10, 2016
- added pi-liter.md
- added zero-lipo.md
July 9, 2016
- added analog-zero.md

View File

@ -2,7 +2,7 @@
---
name: Witty Pi
class: board
type: rtc,other
type: power,rtc
formfactor: HAT
image: 'witty-pi.png'
manufacturer: UUGear

View File

@ -0,0 +1,37 @@
<!--
---
name: Zero LiPo
class: board
type: power
formfactor: Custom
image: 'zero-lipo.png'
manufacturer: Pimoroni
description: LiPo/LiIon power supply shim for Raspberry Pi
url: https://shop.pimoroni.com/products/zero-lipo
buy: https://shop.pimoroni.com/products/zero-lipo
pincount: 8
eeprom: no
power: external
pin:
'7':
name: Battery Low
mode: input
active: high
-->
#Zero LiPo
The Zero LiPo aims to give you the most compact Raspberry Pi power supply possible.
The board includes power on and battery low indicator LEDs as well as a JST connector, to which you can connect a LiPo, LiIon, or other battery with a JST plug. The TPS61232 step-up boost converter from Texas Instruments converts the 3-4.2V input voltage from the LiPos/LiIons to 5V, providing a stable 5V supply perfect for your Pi.
Features:
* 0.8mm thick PCB
* Shaped to sit as low as possible on the Raspberry Pi 3, 2, Zero, A+, B+
* 2-pole JST connector ideal for most LiPo/LiIon batteries
* Power and low battery LED indicators
* Supplies up to 1.5A continuous current
* Low battery warning at 3.4V (assets GPIO #4 high)
* Automatic shutdown at 3.0V to protect your battery
* VBAT+, GND, and EN pins available to break out
* 15uA quiescent current

View File

@ -82,3 +82,4 @@ overlays:
- analog-zero
- carberry
- pi-liter
- zero-lipo