6
If I use an audio board like this? Can I no longer power the Pi using the GPIO pins?
(learn.adafruit.com)
Community about the single-board computers, micro-controllers and related projects.
Other RaspberryPi communities on Lemmy
Do you think I could simply solder to the other 5V, 3V, Ground pins for power? Will that power both the audio board and pi? Seems like there are traces between them?
https://learn.adafruit.com/adafruit-speaker-bonnet-for-raspberry-pi/downloads
Oh yeah, that would be perfectly fine. It would power both the pi and audio board according to this schematic.
Thanks I think I'll do that
Soldering to those power pads should be fine. You really should keep tabs on your current draw though. If anything, you might need an extra capacitor or two across different points on the main power rails. What may happen, depending on a few different conditions, is that if you get a hard bass hit, your pi might reboot due to lack of power.
Everything you are using is overbuilt, for the most part. Just be mindful of where the most power is being drawn and if the current source you are pulling off of is regulated or not. (Any LDOs provide clean'ish power rail for the processors and other ICs, so if the supply voltage is correct, tap before LDOs, not after, for a higher current load.)