I’m building a little project that has me packaging up a raspberrypi with an alphaclock and I thought it would be elegant if I could power the RPI through the alphaclock board so I only had to worry about one power supply for the whole thing.
I’m a total amateur, so I’m kind of muddling my way through it and I’m a bit stumped.
It looks like there is a Reg_5V hole on the alphaclock board which I thought I might be able to use to pass an appropriate amount of power to the RPI, but when I do that, the RPI keeps rebooting, which makes me think that the Reg_5V isn’t providing quite enough power.
I suppose another option might be for me to use the Alt_P and GND_IN holes but that provides 9v of power which is too much for the RPI to handle. I could create a voltage divider I think, but that’s a bit intimidating for my level of knowledge so I was hoping for an easier solution.
Does anyone have any advice on how I might go about powering the raspberrypi from the alphaclock board?