New Nespi Plus Case
-
@capeman said in New Nespi Plus Case:
The only thing keeping me from buying one of these is "RETROFLAG FOR ALL OF US" printed across the front... I know it's petty, but I'm a perfectionist when it comes to finished detail on a product/build.
If it just said ...
"NESPi +
Entertainment System"
I'd own 5 of these by now.Yeah that label is pretty shit. You can buy a proper label off ebay for a couple of quid.
-
@quicksilver said in New Nespi Plus Case:
@capeman I havent done it myself but apparently the lettering comes off cleanly with a magic eraser.
I just removed mine with this method. It felt like real life photoshop! After some rubbing, the logo is gone but the plastic is untouched, no scratches!
I also cleared the buttons and logo off my black "NES case", removed the red stripe and now it looks really sleek :)
-
@caver01 said in New Nespi Plus Case:
Another question I have about this case is whether the shutdown is actually a true power off. Doing a safe shutdown is obviously important, but does it lead to power getting cut, or is the Pi in 'sleep' mode?
Seems not!
According to this thread here: Nespi case+ Reset works power doesntBut I hope they separated the switches so we need no cut trace anymore ;)
-
I bought that case about 2 months ago but I had to return it because the low voltage issue remained. I was using a high quality 2.5a power supply, but received frequent voltage warnings under even casual usage. The case started emitting an electrical smoke smell (if you work with electronics enough you learn to smell ozone quickly.) I returned it the next day.
-
@matchaman said in New Nespi Plus Case:
I just removed mine with this method. It felt like real life photoshop! After some rubbing, the logo is gone but the plastic is untouched, no scratches!
I also cleared the buttons and logo off my black "NES case", removed the red stripe and now it looks really sleek :)I suspect that this happens with knockoffs. I own both the NESpi and the "black NES case" variant (from another company but still a good product) and I have zero issues by using the original Pi PSU.
Ways to find out if your case is not original are shown on the official Retroflag website here:
http://retroflag.com/Beware-of-fake-NESPi-Case.html -
Its a bit disappointing that the script doesn't save metadata, but I presume it should be fairly easy for folks to figure out how to modify it so it does? The script is on github, and other scripts have been made for other mods that do that just fine so... hopefully someone who knows what they are doing can modify this script or create a new one that'll add that feature. (I'd also like to be able to set the reset button to just exit from the current game rather than actually restart the system). Anyway, I still have the parts to replace that whole board with one that'll do a safe shutdown and such so I'm going to try that first, but may end up buying one of these anyway if I can't get my mod to work right.
-
@brandonshire Well because the script just initiates a shutdown.
For saving metadata with the NESPi+ take a look here - multi shutdown script with nespi+ support
I'd also like to be able to set the reset button to just exit from the current game rather than actually restart the system
Also implented now!
Power button shutdown the whole system with metadata saved
Reset button in ES main screen restarts ES
If an Emulator is running, resets shots you back to ES main screen -
@cyperghost Perfect!
-
@brandonshire Yes ... but hold on with your joyness. There may be errors in because it's just a translation from the python script to bash ;)
I was able to do the same with the script Yahmez provided with his NESPi mod (the POLOLU power switch) ... and it worked flawless ;)So the NESPi+ should be also a little shot ;)
-
I've also created a bash script that makes use of the
multi_switch.sh
So the script hast to be placed alongside the Python code to work.I haven't changed installer... so the best way is to install the original script and then to use the changed python code from my repo and place the bash script alongside the python script.
@Drakaen391 you can use this method ;)
To install use this:
- Login with SSH
- Got to installed directory with
cd /opt/RetroFlag
- download the multi_switch script with
sudo wget https://raw.githubusercontent.com/crcerror/ES-generic-shutdown/master/multi_switch.sh
- Make script executable
sudo chmod +x multi_switch.sh
- Remove old script with
sudo rm SafeShutdown.py
- Get new script with
sudo wget https://raw.githubusercontent.com/crcerror/retroflag-picase/master/SafeShutdown.py
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.