Posts

Showing posts with the label Raspberry PI

Raspberry Pie fueling a Picture Frame

 The goal is to have a simple picture frame. Just load a big bunch of pictures into a usb thumb drive, and fire up this raspberry pie + small screen in order to see a slideshow of these pictures. The final product will boot up straight to the slideshow, no need for mouse or keyboard, and the screen won't get to sleep mode. So the basic steps for the installation will be as follows Install OS on the microSD card Run the OS on the RPI Install the image viewer with slideshow mode Configure a batch file to run the image viewer with the right parameters Run the batch file at startup Configure the OS not to go to sleep mode The main component is the image viewer, there are many options for a command line image viewer pQiv - Best option as it has transitions (fade) between images feh - The most popular eog - Another option fim - Doesn't need a desktop X installed, so it is good for weak RPIs (But needs v0.6 and up for the --resolution 'fullscreen' mode) fbi - Doesn't need ...

Play Arcade Games on a Simple Setup at 2021 (October)

 You have the crave to play some quick arcade games, and you want to satisfy it when it comes without fussing with emulators, downloads etc. Just setup a basic small arcade home environment which you can jump to whenever you feel the need. Ingredients Raspberry pie (the brains of the system) SD card (storage of the OS + Roms) HDMI cable USB cable (power for the RP [or use the RJ45 for POE if you use RP 4 or later]) LAN (rj45), keyboard - needed for first setup Screen Joystick of your choice (8bitdo?) Supposing you have cables (hdmi, rj45, usb) lying around, and a screen to use as well as an SD card, then the only needed purchases are the actual raspberry pie and joystick, which don't accumulate to a lot of money. Raspberry pie Unless you want to emulate more modern systems (playstation 2 and up) then you can use a raspberry pie 3 (not even the plus version) and it will satisfy your needs without compromise. Please note that I do recommend buying the RP 3+ as if you will need it for...

Build a simple & cheap arcade machine

I want another machine at my home which will be dedicated to games These are my requirements Many different games without the hassle of installing and setting them up (console emulator) Cheap machine (console emulator, probably not one of the newer ones like ps2 and up) Joysticks (several bucks at eBay) Multiplayer support Wireless controllers (so the kids won't damage the machine when they pull the controllers) Nice launcher (So each game will be presented nicely) Launcher could scrape online databases for the details on every game Wifi support (optional, as I can connect to RJ45 once and get all of the scraping done) HDMI output Community support After some digging I think I can get the best results with Android or Rspberry PI. I think there is better support for the Raspberry machines, so I went on the Raspberry PI B+. So I need the following:  Buy Raspberry PI b+ with a simple case (latest version) (about 45$ with shipping etc) OS (linux ...