diff --git a/draft/overlay/template.md b/draft/overlay/template.md index 3cc7f22..3c5f2ab 100644 --- a/draft/overlay/template.md +++ b/draft/overlay/template.md @@ -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 diff --git a/resources/boards/zero-lipo.png b/resources/boards/zero-lipo.png new file mode 100644 index 0000000..3df10fe Binary files /dev/null and b/resources/boards/zero-lipo.png differ diff --git a/src/changelog.md b/src/changelog.md index cdfca14..6553b94 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -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 diff --git a/src/en/overlay/uugear-witty-pi.md b/src/en/overlay/uugear-witty-pi.md index bc2e4c9..d9830a8 100644 --- a/src/en/overlay/uugear-witty-pi.md +++ b/src/en/overlay/uugear-witty-pi.md @@ -2,7 +2,7 @@ --- name: Witty Pi class: board -type: rtc,other +type: power,rtc formfactor: HAT image: 'witty-pi.png' manufacturer: UUGear diff --git a/src/en/overlay/zero-lipo.md b/src/en/overlay/zero-lipo.md new file mode 100644 index 0000000..5d5950b --- /dev/null +++ b/src/en/overlay/zero-lipo.md @@ -0,0 +1,37 @@ + +#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 diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 86f6a2d..26b1cd3 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -82,3 +82,4 @@ overlays: - analog-zero - carberry - pi-liter +- zero-lipo