Raspberry Pi 3b+ Questions
Building a device heavily based on the Video Looper from videolooper.de and I have a couple questions.
I'm going to build it as is from the site, but with a couple addons. I want to add, in order of importance:
- a fan to run in the enclosure. I'm gonna get a 5v one from adafruit, which is where I am getting the board from. I'm also gonna pick up a small heatsink from them and a 5v 2.5A switching supply.
- a small color display, not touch, that will be mounted to the case I'm going to 3d print for the device. I would like this display to be as cheap as possible as it is just for monitoring video feed. I will be putting the device into Analogue mode to use the audio jack as a video output.
- a handful of buttons added to the case for powering down and the minimal functionality the device has about 4 or 5 functions: skip, stop/start, esc, and power. In the code these are set to keystrokes for a keyboard.
For the first, I already know how I'm going to set these up. The fan would go into the two 5v ports on the pin array. The questions I have are about the screen and the keys.
For the monitor, which screen should I get and how would I hook it up to the board? Would I need to add or change any of the code to get it working?
For the keys would it be fairly easy to just set up some simple electronics buttons or should I make a small 5 key keyboard that plugs into the device when I need it, which wouldn't be too often.
If anyone is willing to skim over the project details on the site I linked above and give me their thoughts and opinions I would greatly appreciate it. This is my first Raspberry Pi project, so I want to make sure so do things right. For reference I do have a soldering setup and have assembled custom boards before, like the CHA/V, VGA4EVA, and the feedback device from LofiFuture. It's just that coding makes me miserable so I want to get this device working as well as I can without having to do too much coding.