PiSugar S - minafan/PiSugar-S- GitHub Wiki
PiSugar S is designed for pi-zeros like PiSugar 2, but with relatively few features.
Hardware SPECS
- PowerIC: Injoince IP5209
- MicroUSB: charging port
- Power Switch
- Programable Tap Button
Hardware Installation
- Turn the power switch to off
- Attach pi-zero's back to the pin side of PiSugar2
- Tighten the four screws (M2.5) from the pi-side
- Turn on the power switch and enjoy!
Jumper
Connect the jumper
- Turn on the external power supply: SCL pin is low level.If the Raspberry Pi is turned off, the system will wake up. If the Raspberry Pi is turned on, the external power supply can be obtained by detecting the level. Since SCL is low during the existence of external power supply, I2C communication cannot be used.
- External power supply is not connected: SCL pin is high. If you press the button, the SCL pin can be triggered to low level. If the Raspberry Pi is in the shutdown state, the system will wake up.
Do not connect the jumper
- Whether the external power supply is connected or not does not affect the SCL pin.
- Pressing the button will trigger SCL to low level, and if the Raspberry Pi is off, it will wake up the system. If the Raspberry Pi is turned on, it can be used as a custom button. Because SCL is not continuously pulled down, I2C functions normally.
Function comparison
PiSugar 1 | PiSugar S | PiSugar S Plus | PiSugar 2 | PiSugar 2 Pro | |
---|---|---|---|---|---|
zero | Completely compatible | Completely compatible | Compatible | Completely compatible | Compatible |
3A/3B/3B+/4B | Not Support | Compatible | Completely compatible | Compatible | Completely compatible |
Use while charging | Support | Support | Support | Support | Support |
Shut down while charging | Not Support | Support | Support | Support | Support |
External power-off | Cause restart | Keep working | Keep working | Keep working | Keep working |
External power off detection | Not Support | Support* | Support* | Support | Support |
Automatic power on when external power is restored (battery is not exhausted) | Not Support | Support | Support | Support** | Support** |
Automatic power on when external power is restored (battery is exhausted) | Support | Support | Support | Support | Support |
RTC | Not Support | Not Support | Not Support | Support | Support |
Timing boot | Not Support | Not Support | Not Support | Support | Support |
Custom button | Not Support | Support*** | Support*** | Support | Support |
Button to turn on | Support | Support | Support | Not Support | Not Support |
Button to shut down | Support | Support*** | Support*** | Support | Support |
*: Only supported when the automatic power-on function is turned on
**: Two independent power supplies are required
***: Refer to github function description
Charging (Same as PiSugar2)
Please use PiSugar's type-c or micro USB port for charging.
Notice
Pisugar S pro use I2C SCL gpio to startup the RaspberryPi system, so the automatic startup function and the custom button cannot be used together with I2C communication
Documents
Please refer to: https://github.com/PiSugar/pisugar-documents