Skip to content

Commit cc40fe1

Browse files
fix(post): Added notes to Pi LED panel post
1 parent f46380d commit cc40fe1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

_posts/2024-05-17-no-more-microsd.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,27 @@ Things mentioned in the video (some are affiliate links) :
2929
- 32x32 LED Panel: <https://www.adafruit.com/product/607>
3030
- Matrix LED Hat: <https://www.adafruit.com/product/2345>
3131
- Rainbow Ribbon Cable: <https://amzn.to/3V3pz62>
32-
- 5v/5a USB-C Power Supply: <https://amzn.to/3wC0SnW>
32+
- 5v/10a AC to DC Power Supply: <https://amzn.to/3K5b5MT>
3333

3434
(Affiliate links may be included in this description. I may receive a small commission at no cost to you.)
3535

36-
## Projects
36+
## Notes
3737

3838
This project was built using [rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix)
3939

40+
After getting the new power supply I noticed a few odd things
41+
42+
- When powered via hat only with the new 5v/10a AC to DC power supply, the USB drive wasn't recognized
43+
- When powering via USB-C 5v/5a the LED panel was too dim to display some colors so it looked distorted
44+
45+
I read the Pi hat [documentation](https://learn.adafruit.com/adafruit-rgb-matrix-plus-real-time-clock-hat-for-raspberry-pi) over and over, and no where did it mention that anything else was needed other than a large power supply. I thought for sure it was now a hardware issue and was in over my head. I dropped a message in a Discord that both [Jeff Geerling](https://www.jeffgeerling.com/) and I are in and he mentioned checking out [this post](https://raspberrypi.stackexchange.com/questions/27708/is-setting-max-usb-current-1-to-give-more-power-to-usb-devices-a-bad-idea)
46+
47+
In that post it suggests to add `max_usb_current=1` to your `config.txt`.
48+
49+
I tested it and sure enough the Pi can now power the LED panel, the Pi, and the USB drive all from a single power supply connected to the hat. 🎉
50+
51+
Thanks Jeff!
52+
4053
## Join the conversation
4154

4255
<blockquote class="twitter-tweet" data-dnt="true" data-theme="dark">I just posted my first video on the new (3rd) channel &quot;Techno Tim Tinkers&quot;. 🎉. . <br><br>It&#39;s a project that I have been putting off forever...<a href="https://t.co/aL1k98Z9rO">https://t.co/aL1k98Z9rO</a></p>&mdash; Techno Tim (@TechnoTimLive) <a href="https://twitter.com/TechnoTimLive/status/1791478502773891454?ref_src=twsrc%5Etfw">May 17, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)