What specific amp are you using, and with what speakers?
Ya, see, that's a 2.5w amp and a 0.5w speaker. Even at the lowest volume, it's too powerful and is going to distort and crackle. You need a 2w speaker for it to not do that.https://www.adafruit.com/product/2130
This amp.
https://www.adafruit.com/product/1890
This speaker.
Thanks
They probably used SPI and I2S for video and sound, the pinout for the header is hereI've seen some RPi 0 projects where the RPi is soldered to a PCB (Like this project), and I wanted to how that works -like how to get video and audio out- so I can make my own PCB if I ever decide to learn how to make PCBs.
As far as your battery goes last time I checked the Raspberry Pi Zero takes 5 volts at 1amp (5 watts) so your batteries would need to be run in series to increase the voltage to a max of 7.4v but it has probably degraded over time. Also make sure you include battery circuits and other components with the battery along with the watts (take the screen and and other components into account too)I see that most people use a D-Pad for their handheld Pi systems, but I was hoping to use a Nintendo Switch (joycon) Analogue Stick for directional input and the A button, by clicking it in. Is that possible with retropie? (I'm using a Pi Zero if that's important.)
I was hoping to avoid using a Teensy, for simplicity and for space. The system I'm trying to make really is tiny. But if that's the only known (or practical) way to do it, then it's fine. I'll just have to go for a traditional D-Pad + A,B buttons for Gameboy. I know Teensy and analogue joysticks were mentioned above, so forgive me if I'm overlapping my question here.
Another question is about using an unused smartphone battery to supply power. Is that recommended? I'm thinking that the one I have is very thin and has a perfect footprint for my intended project. Once again, I might be a bit optimistic in what I'm trying to do, but if anybody has done that before, I'd like to hear about their experience. I'm not overly concerned about battery life, either so that's not the issue. The battery in question is (or "was") 2800mAh , 3.8 V , Li-ion , made by Samsung for a smartphone from about 6 years ago. I have two of them if that helps with voltage somehow. (electronics noob, forgive me)
Again, if that's too difficult to execute, I'll have to try a more typical battery setup.
I have good faith and trust in the advice given on this forum, so I eagerly await some pointers. Thanks
As far as your battery goes last time I checked the Raspberry Pi Zero takes 5 volts at 1amp (5 watts) so your batteries would need to be run in series to increase the voltage to a max of 7.4v but it has probably degraded over time. Also make sure you include battery circuits and other components with the battery along with the watts (take the screen and and other components into account too)
Edit: Raspberry Pi Zero runs at .5 to .7 watts which makes my statement of series absolet unless your screen is extremely power intensive.
https://photos.app.goo.gl/S1YdE1PRouFM2XVf9
I don't know exactly what games you want to play but if you just need the analog stick as a d pad this guide should help: https://learn.adafruit.com/super-game-pi/overview.Thanks for the response. I believe my screen takes power directly from the Pi and it looks like it's marketed for the Zero in particular. I've given up on the idea of using smartphone batteries. As convenient as it may be, it's not worth the extra research since I'm such a beginner. I may
return to the idea one day, but not now.
I do still want to try an analogue stick instead of a D-pad, though. And Only if it's easy enough.