• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Best Raspberry Pi Cases in 2019

Scheduled Pinned Locked Moved General Discussion and Gaming
casesraspberry pi
48 Posts 8 Posters 8.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q
    quicksilver @Ranma
    last edited by 10 Mar 2019, 21:18

    @Ranma I should add that the most games on the pi are not heavily GPU dependent. But if youre running N64/ Dreamcast games then there is a huge impact if it's locked to 250mhz.

    1 Reply Last reply Reply Quote 1
    • C
      cyperghost @SgtJimmyRustles
      last edited by cyperghost 3 Nov 2019, 20:12 11 Mar 2019, 20:11

      @SgtJimmyRustles You sinner ;)

      I know it might be a sin to ask, but are you going to work on a recalbox/batocera one?

      Yes it would be possible without flaws. I know this because I ran the script a few times on XU4 Batocera build. So I strongly assume it would work for Raspberry, too. The python script for recalbox/batocera is easy to modify and should work flawless.

      1 Reply Last reply Reply Quote 0
      • C
        cyperghost
        last edited by 13 Mar 2019, 17:47

        @SgtJimmyRustles Can you test the scripts on a Recalbox OS? If yes I think about to do the work.

        S 1 Reply Last reply 13 Mar 2019, 20:11 Reply Quote 1
        • S
          SgtJimmyRustles @cyperghost
          last edited by SgtJimmyRustles 13 Mar 2019, 20:11

          @cyperghost

          I'd be down to try it out. Just let me know what you need me to test out.

          Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
          http://www.reddit.com/r/sbcgaming

          Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
          https://discord.gg/JdXc6nx

          Check out our Podcast!

          C 1 Reply Last reply 14 Mar 2019, 18:16 Reply Quote 0
          • C
            cyperghost @SgtJimmyRustles
            last edited by cyperghost 14 Mar 2019, 18:16

            @SgtJimmyRustles Okay ... I need values of es_systems.cfg does Recalbox uses a script like RetroPie? Kind of runcommand.sh? I know I modified my script to make it work for Batocera but can't remeber what was the calling command for ROMS ;)
            Just post one system maybe SNES or Genesis ;)

            EDIT:

                    <fullname>Super Nintendo Entertainment System</fullname>
                    <name>snes</name>
                    <path>/recalbox/share/roms/snes/</path>
                    <extension>.smc .sfc .SMC .SFC .zip .ZIP .mgd .MGD</extension>
                    <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO%</command>
                    <platform>snes</platform>
                    <theme>snes</theme>
            <emulators>
            

            Can you confirm emulatorlauncher.pyc as command?

            1 Reply Last reply Reply Quote 0
            • S
              SgtJimmyRustles
              last edited by SgtJimmyRustles 14 Mar 2019, 19:04

              @cyperghost

              Yes, they use that command as well as es_systems.cfg.

              https://gitlab.com/search?utf8=✓&snippets=&scope=&search=emulatorlauncher.pyc&project_id=2396494

              https://gitlab.com/recalbox/recalbox/blob/master/package/recalbox-romfs/recalbox-romfs/recalbox-romfs.mk

              Is this what you're referring to regarding emulatorlauncher.pyc?

              Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
              http://www.reddit.com/r/sbcgaming

              Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
              https://discord.gg/JdXc6nx

              Check out our Podcast!

              C 1 Reply Last reply 14 Mar 2019, 20:57 Reply Quote 0
              • C
                cyperghost @SgtJimmyRustles
                last edited by 14 Mar 2019, 20:57

                @SgtJimmyRustles I need that command to finish running emulators if you press reset button

                S 2 Replies Last reply 14 Mar 2019, 21:50 Reply Quote 0
                • S
                  SgtJimmyRustles @cyperghost
                  last edited by 14 Mar 2019, 21:50

                  @cyperghost

                  When i get home, I'll set up a recalbox build and let you know if I can. I won't be ready for another couple of hours though. You're wanting confirmation on the emulatorlauncher.pyc right?

                  Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                  http://www.reddit.com/r/sbcgaming

                  Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                  https://discord.gg/JdXc6nx

                  Check out our Podcast!

                  1 Reply Last reply Reply Quote 0
                  • S
                    SgtJimmyRustles @cyperghost
                    last edited by 15 Mar 2019, 00:31

                    @cyperghost

                    Here you go.

                    <?xml version="1.0"?>
                    <systemList>
                    <system>
                    <fullname>Amiga 1200</fullname>
                    <name>amiga1200</name>
                    <path>/recalbox/share/roms/amiga1200</path>
                    <extension>.adf .Adf .ADF .uae</extension>
                    <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command>
                    <platform>amiga</platform>
                    <theme>amiga1200</theme>
                    <emulators/>
                    </system>

                    You need anything else?

                    Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                    http://www.reddit.com/r/sbcgaming

                    Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                    https://discord.gg/JdXc6nx

                    Check out our Podcast!

                    1 Reply Last reply Reply Quote 0
                    • C
                      cyperghost
                      last edited by 16 Mar 2019, 07:45

                      @SgtJimmyRustles I need some output commands.
                      Does pidof emulationstation works?
                      Does pgrep -f emulationstation works?

                      I created a bash file that will exit any emulator if you call it. So it's the first step of integrating this into RecalBox. Please download from my github with
                      wget http://raw.githubusercontent.com/crcerror/RetroPie-Shares/master/RecalBox_exitemu.sh

                      Make it executable after download or use bash command.
                      Then every instance of running emulators should be finished. I later can work to integreate this into the Retroflag scripts.

                      1 Reply Last reply Reply Quote 0
                      • S
                        SgtJimmyRustles
                        last edited by SgtJimmyRustles 16 Mar 2019, 14:12

                        @cyperghost said in Best Raspberry Pi Cases in 2019:

                        wget http://raw.githubusercontent.com/crcerror/RetroPie-Shares/master/RecalBox_exitemu.sh

                        Here's the results.

                        pidof emulationstation
                        2489

                        pgrep -f emulationstation
                        2489

                        So yes, the two commands above work.

                        While running the script while in game, it takes me back to the Recalbox menu using bash.

                        bash RecalBox_exitemu.sh

                        Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                        http://www.reddit.com/r/sbcgaming

                        Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                        https://discord.gg/JdXc6nx

                        Check out our Podcast!

                        C 1 Reply Last reply 16 Mar 2019, 14:19 Reply Quote 0
                        • C
                          cyperghost @SgtJimmyRustles
                          last edited by 16 Mar 2019, 14:19

                          @SgtJimmyRustles I have a BATOCERA system running now.
                          The script works so far as intendend. If I execute this it will bring me back to ES. So we can reset any emulator. Let me take some time to make a working python script.

                          S 1 Reply Last reply 16 Mar 2019, 14:31 Reply Quote 0
                          • A
                            Anthrax
                            last edited by 16 Mar 2019, 14:20

                            easy: MegaPi case

                            https://retropie.org.uk/forum/topic/21303/mod-retroflag-megapi-case-built-in-xbox-360-wireless-receiver

                            ;-)

                            1 Reply Last reply Reply Quote 0
                            • S
                              SgtJimmyRustles @cyperghost
                              last edited by SgtJimmyRustles 16 Mar 2019, 14:31

                              @cyperghost said in Best Raspberry Pi Cases in 2019:

                              system running now.
                              The script works so far as intendend. If I execute this it will bring me back to ES. So we can reset any emulator. Let me take some time to make a working python script.

                              Great to hear! Appreciate your hard work!

                              Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                              http://www.reddit.com/r/sbcgaming

                              Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                              https://discord.gg/JdXc6nx

                              Check out our Podcast!

                              1 Reply Last reply Reply Quote 0
                              • C
                                cyperghost
                                last edited by cyperghost 18 Mar 2019, 20:13

                                ONLY FOR RECALBOX/BATOCERA!

                                @SgtJimmyRustles Okay "command" script is ready for testing. This is very simplified script to get status of running emulators or if ES ist still running. You now can terminate any running emulators by using command line.

                                Please download with wget https://raw.githubusercontent.com/crcerror/RetroPie-Shares/master/RecalBox_exitemu.sh; chmod +x RecalBox_exitemu.sh

                                to execute type ./RecalBox_exitemu.sh and a small help page will appear. Now type commands. For ex. ./RecalBox_exitemu.sh --emukill to terminate current running emulators. Does the --restart switch do it's job? Is metadata saved?

                                Todo:
                                Modify Python script
                                Modify installer script

                                S 2 Replies Last reply 18 Mar 2019, 20:19 Reply Quote 1
                                • S
                                  SgtJimmyRustles @cyperghost
                                  last edited by 18 Mar 2019, 20:19

                                  @cyperghost said in Best Raspberry Pi Cases in 2019:

                                  to execute type ./RecalBox_exitemu.sh and a small help page will appear. Now type commands. For ex. ./RecalBox_exitemu.sh --emukill to terminate current running emulators. Does the --restart switch do it's job? Is metadata saved?

                                  I'll try it when I get home.

                                  Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                                  http://www.reddit.com/r/sbcgaming

                                  Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                                  https://discord.gg/JdXc6nx

                                  Check out our Podcast!

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    SgtJimmyRustles @cyperghost
                                    last edited by 19 Mar 2019, 02:46

                                    @cyperghost

                                    Appears to work in PC version of batocera.

                                    Both commands

                                    Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                                    http://www.reddit.com/r/sbcgaming

                                    Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                                    https://discord.gg/JdXc6nx

                                    Check out our Podcast!

                                    C 1 Reply Last reply 19 Mar 2019, 21:45 Reply Quote 0
                                    • C
                                      cyperghost @SgtJimmyRustles
                                      last edited by 19 Mar 2019, 21:45

                                      @SgtJimmyRustles Please test

                                      For Batocera
                                      wget -q -O - https://raw.githubusercontent.com/crcerror/retroflag-picase/master/install_batocera.sh | bash

                                      For Recalbox
                                      wget -q -O - https://raw.githubusercontent.com/crcerror/retroflag-picase/master/install_recalbox.sh | bash

                                      S 2 Replies Last reply 20 Mar 2019, 01:40 Reply Quote 0
                                      • S
                                        SgtJimmyRustles @cyperghost
                                        last edited by 20 Mar 2019, 01:40

                                        @cyperghost

                                        Installing Recalbox Right now, going to test and let you know.

                                        Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                                        http://www.reddit.com/r/sbcgaming

                                        Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                                        https://discord.gg/JdXc6nx

                                        Check out our Podcast!

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          SgtJimmyRustles
                                          last edited by 20 Mar 2019, 02:00

                                          @cyperghost said in Best Raspberry Pi Cases in 2019:

                                          wget -q -O - https://raw.githubusercontent.com/crcerror/retroflag-picase/master/install_batocera.sh | bash

                                          wget -q -O - https://raw.githubusercontent.com/crcerror/retroflag-picase/master/install_recalbox.sh | bash
                                          touch: recalbox.install: Read-only file system
                                          chmod: recalbox_install.sh: No such file or directory
                                          bash: line 7: ./recalbox_install.sh: No such file or directory

                                          Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                                          http://www.reddit.com/r/sbcgaming

                                          Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                                          https://discord.gg/JdXc6nx

                                          Check out our Podcast!

                                          1 Reply Last reply Reply Quote 0
                                          28 out of 48
                                          • First post
                                            28/48
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            This community forum collects and processes your personal information.
                                            consent.not_received