From c9d1fd65a7ff9418b8c74cbc4ac8c2849d0a0869 Mon Sep 17 00:00:00 2001 From: Zitao <145678024+ZitaoTech@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:15:18 +0200 Subject: [PATCH] Update README.md --- Troubleshoot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Troubleshoot/README.md b/Troubleshoot/README.md index c601099..906ed2e 100644 --- a/Troubleshoot/README.md +++ b/Troubleshoot/README.md @@ -6,8 +6,8 @@ One feature about IP5306 or any other power bank is that it will detect the load On HackberryPi, only the USB HUB controller chip SL2.1A and the 3 USB ports are powered by 5V. That means, once you press the red key next to the power switch, the USB HUB Controller chip will be powered, and then the RaspberryPi will receive the signal from the keyboard controller RP2040. -And there is another feature about the USB HUB controller chip SL2.1A, it will draw about 60 ma current when it's connected to a USB Host and a USB Slave. Once you shut down the Pi and SL2.1A will lose the USB Host, now it draws only 20 ma current. So want I want: once you press the red key, SL2.1A draws more current than the minium load current of IP5306, and the 5V will be continuously genereted. But the fact is that there is a big difference of this value between different IP5306, some has 45ma, and some has more than 70ma. Which can cause the shut down of the 5V. - +And there is another feature about the USB HUB controller chip SL2.1A, it will draw about 60 ma current when it's connected to a USB Host and a USB Slave. Once you shut down the Pi and SL2.1A will lose the USB Host, now it draws only 20 ma current. So want I want: once you press the red key, SL2.1A draws more current than the minium load current of IP5306, and the 5V will be continuously genereted. But the fact is that **there is a big difference of this value between different IP5306**, some has **45ma**, and some has **more than 70ma**. Which can cause the shut down of the 5V. + ### Solution for this: Plug a tiny USB device like a supertiny USB Stick(or any other USB device)![image](https://github.com/user-attachments/assets/a56c4bf0-11f3-4b48-b9f9-0af32b226f6f) ### into one of the 3 USB ports of HackberryPi so IP5306 can continuously output the 5V.