Open main menu

Changes

X728

156 bytes added, 5 February
[[File:X728-V2.1-interface-EN.jpg|thumb|right|X728 V2.1 Interface]]
[[File:X728-V2.1-Jumper cap function.jpg|thumb|right|X728 V2.1 Jumper Cap Function]]
<!-- [[File:X728-V2.1-packing-list.jpg|thumb|right|X728 V2.1 packing list]]-->
[[File:X728-V2.0-IMG-0445-Jumper.jpg|thumb|right|X728 V2.0 Jumper cap function]]
[[File:IMG 9490-Interface.jpg|thumb|right|X728 V1.3 ups board-Interface(Product Discontinued)]]
[[File:X728-IMG-7976-跳线说明.jpg|thumb|right|X728 V1.3 ups board-Jumper cap function]]
[[File:X728-IMG-79757960-1.jpg|thumb|right|X728 ups boardV1.2 Interface]][[File:X728-IMG-7957.jpg|thumb|right|X728 v1.2 ups board-Back(Product Discontinued)]][[File:X728-IMG-7975.jpg|thumb|right|X728 v1.2 ups board]]
[[File:X728-A1-IMG-8199-Packing-List.jpg|thumb|right|X728-A1 Packing List]]
[[File:X728-A2-IMG-8211-Packing-List.jpg|thumb|right|X728-A2 Packing List]]
[[File:01-IMG-3946-main.jpg|thumb|right|X728-C1 metal case for X728 V2.x/x735/x708]]
[[File:IMG-3916-acce.jpg|thumb|right|x728-c1 Accessories]]
[[File:X728-PCB.png|thumb|right|X728 V1.3 PCB Layout(Product Discontinued)]]
[[File:X728_V2.0_PCB_Layout.jpg|thumb|right|X728 V2.0 PCB Layout]]
[[File:X728-V2.1-PCB.png|thumb|right|X728 V2.1 PCB Layout]]
{{GD Template Impl}}
 
==Safety Instructions & Warnings==
{{UPS Safety Warning}}
==Overview==
'''[NOTE]''':  X728 supports also Raspberry Pi 5 hardware, the installation script is updated. Refer to [[X728-script]], If you have any problems with RPi5, please refer to [[#FAQ]]: Q1
<span style="color:red;"> Note: X708, X703 UPS '''does not support''' Raspberry Pi 5.
 
----
'''Geekworm UPS Series for Raspberry Pi 5'''
{{Raspberry Pi 5 UPS Sets}}
==Update History==
* Remove the hardware ASD function and change it to software implementation
* The charging power indicator (LED1-LED4) is relatively brighter than V1.2.
 
==SAFETY INSTRUCTIONS AND WARNINGS==
* <span style="color:red;">You must read these safety instructions and warnings before charging your batteries.
* <span style="color:red;">Lithium Polymer and Li-ion batteries are volatile. Failure to read and follow the below instructions may result in fire, personal injury and damage to property if charged or used improperly.
* <span style="color:red;">Never make wrong polarity connection when charging and discharging battery packs. Always double check polarity of battery's connector to make sure "+" to "+" and "-" to "-".
* <span style="color:red;">Do not mix and use old batteries and new batteries, or batteries with different brand names.
* <span style="color:red;">Lithium batteries has it's cycle life, please replace old battery with new one when it reaches it's service life or when it is two year old, whichever comes first.
* <span style="color:red;">When charging Battery Pack, please put battery in a fire proof container. Please don't leave the X728 on the wood material or carpet and unattended.
* <span style="color:red;">Must keep the X728 away from children.
*Please watch Main Video and Tutorial Video regarding 18650 batteries at: https://www.staysafebattery.com/en/
* Battery Recommend for X728 board, please refer to: [[File:NCR18650B.pdf|X728 battery recommend]]
==Features==
* Powers the Raspberry Pi via the 40-pin header - no additional cabling required
* On-board DC power jack (5.5*2.5mm1mm) and Type-C socket convenient for power input
* On-board PH2.0 connector allows to connect external power switch and DIY your perfect case
* On-board XH2.54 power output connector allows to power other devices
===SPECIFICATION===
* Power supply via Type-C socket : 5Vdc ±5%, ≥3A, Via DC power jack 5521 : 5Vdc ±5%, ≥4A
* UPS output : 5.1V ±5% Max 6A
* UPS charging current: 2.3~3.2A
==FAQ==
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
Q1: Why does the message "This power supply is not capable of supplying 5A" appear on '''RPi 5'''??
</div>
<div class="mw-collapsible-content">
[[X728]]/[[X729]] UPS shield can provide '''enough 5A''' power supply capacity;
 
Please set as follows:
 
'''Step 1''': (Required)
Open the Teminal window based on '''Raspberry Pi OS''' and execute the following command:
sudo rpi-eeprom-config -e
Add <code>PSU_MAX_CURRENT=5000</code> at the end of the file that reads like this:
 
[[File:X1012-setting.png|700px]]
 
Press '''Ctrl-O''', then enter, to write the change to the file.
 
Press '''Ctrl-X''' to exit nano (the editor).
 
'''Step 2''': (Optional, if you use USB peripherals and require higher current)
 
Set <code>usb_max_current_enable=1</code> in '''/boot/firmware/config.txt'''
 
'''Reboot''' your Raspberry Pi 5 to make the change take effect.
 
'''Note:''' If you are using other OS like Ubuntu, please flash '''Raspberry Pi OS''' first, and then re-flash other OS such as Ubuntu etc after completing the above settings.
</div>
</div>
 
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">