May 04

Friday Post: The Pi Hut

Hey all,

Sorry for the lateness, I went and saw Iron Man 3 last night and got home late.

Go see Iron Man 3.  If you liked the first two movies, you will like the third.  I thought it was great.

A fun announcement: The Pi Hut is now selling SD Cards with PiMAME preloaded on it.

If you are using the installer script, make sure you run the update script, as I have pushed a few changes.  The PiHut SD card already has the installer script included.

Have a great weekend!

-Shea

 

Apr 30

PiMAME Installer Script

Hey everyone!

PiMAME Installer

I have just released the first version of the PiMAME Installer Script.  This script will allow you to turn any Raspbian install into a PiMAME installation.  It includes the ability to update installations  (and to remove PiMAME if you wish 🙁 … )

You can find it on Github at: https://github.com/ssilverm/pimame_installer

I would appreciate testing and feedback.  Also please feel free to contribute code and send a pull request.

PiMAME Bug Fix

I figured out the issue about the 8MB file size limit in the PiMAME uploader.  If you use the Installer or the Updater you should automatically get the fix.  If you wish to fix it manually follow these instructions:

sudo nano +674 /etc/php5/cgi/php.ini
change post_max_size = 8M to post_max_size = 0
exit and save.
reboot.

You will now have larger uploads available.

PiMAME Stickers

The first batch of stickers have gone out.  If you haven’t received yours in the next few days, please feel free to email me and I will put one in the mail.

Thanks!  Have a great night.

-Shea

Apr 26

Friday Post: Mausberry Circuits Raspberry Pi Power Switch

Hey All,

First of all I am happy to say that I aced my course this semester.  Woo!  It’s weird having free time again.  Going to be really focusing on PiMAME.  Onto the cool stuff…

So, I got my Mausberry Circuits Raspberry Pi Power Switch in the mail this week.  I linked to the Kickstarter for this previously and I’m really happy it was funded.  The device is tiny, but feels well soldered and sturdy.  My only complaint is that the headers cables for the GPIO pins are on the top of the board, as opposed to the bottom, making it harder to put in a project box or in a DeskCade.

The device itself works flawlessly.  You install the script, connect the GPIO pins, and then hit the switch.  The script tells the Pi to power down, and after it’s completely halted, the power is cut.  It also includes a hard reset button in case the Pi is completely frozen / crashed.

maus1

It’s $22 with shipping, and you can order one at mausberrycircuits.com

Have an awesome weekend everyone.

-Shea

Apr 19

Friday Post: Raspberry Pi Model A and New PCSX_ReARMed Binaries

Hey all,

I got my Raspberry Pi Model A in this week.

Photo Apr 19, 1 53 49 PM Photo Apr 19, 1 54 13 PM Photo Apr 19, 1 54 26 PM Photo Apr 19, 1 54 55 PM

 

I haven’t had the chance to put the board through it’s paces yet.  I was a little surprised to see they are only shipping with 256MB of RAM, as I figured it would cost more to keep two supplies of RAM chips in stock, but I’m not complaining.

It did overclock to turbo mode, and it ran the same PiMAME SD card from a Model B without any problems which makes me happy.  If you don’t need ethernet on board, and don’t mind using a USB hub for everything, this is the board for you.

PCSX_ReARMed

I’ve updated the binaries.  The error shouldn’t be appearing anymore.

For those who have used PiMAME, you’ve seen that Playstation emulation is included.  If you don’t use PiMAME, and just want the binaries to run on your own Pi, here they are.

To download & run:

  • Type in console: wget http://sheasilverman.com/rpi/raspbian/pcsx_rearmed_22042013.tgz
  • tar zxfv pcsx_rearmed_22042013.tgz
  • cd pcsx_rearmed
  • ./pcsx
  • Select your game and have fun!

 

 

Apr 12

Friday Post: PiMAME 0.6 Beta 4

Hey All,

I’m happy to announce PiMAME 0.6 Beta 4!  You will need a 4GB SD Card for this release.  The updates and new items required a bump in space.

pimame_small

This release includes:

  • Neo Geo support with the GNGeo emulator!!! (Full Speed and Audio)
  • Neo Geo roms and bios are stored in the same Roms folder.
  • Raspbian upgraded and updated.

Known issues:

  • GNGeo does not work with the XArcade Tankstick at the moment.  You must use a keyboard.
  • GNGeo small screen size.  Will not do scaling through composite.  Will scale up through HDMI.
  • I have been informed of the slowness with AdvMENU.  I have confirmed the issue and will be working on that.

Go Get It!!!!

Apr 05

Friday Post: 2600 The Hacker Quarterly

Hey All,

I have been keeping this tightly guarded for about 6 months now and I am VERY EXCITED to announce that an article I wrote entitled “Hacking, Learning, and the Raspberry Pi” has been published by the 2600: The Hacker Quarterly.  The spring was released today and it is very exciting seeing my name in print.

To me, this achievement is akin to an academic researcher being published in a journal.

2600 is an amazing periodical with a long history, large following, and amazing reach.  From Wikipedia: “2600: The Hacker Quarterly is an American publication that specializes in publishing technical information on a variety of subjects including telephone switching systems, Internet protocols and services, as well as general news concerning the computer “underground” and left wing, and sometimes (but not recently), anarchist issues.”

I’ve been reading 2600 ever since I found it in a bookstore back in high school.  I never thought of the word hacker, or hacking, as anything bad.  It was to me just a kid being curious while using a computer.  2600 solidified that feeling for me and many people in the computer industry have felt the same way.  Most of the companies I have worked for even had a subscription because the information is just that valuable.

You can pick up a copy at your local bookstore, from the 2600 Online StoreAmazon Kindle, or Barnes & Noble Nook.

Thanks for helping make this possible!

-Shea

 

Mar 16

Saturday Post: PyCon 2013 Redux!

Hey all,  hoping not to make [Saturday Posts] tags a habit but I feel bad that the wireless ate my last post 🙁

So PyCon is going amazingly well.  I have seen some amazing talks,  I gave a small talk about PiMAME for 15 minutes in the Raspberry Pi lab.  Everyone who attended got a free Pi.  Sourceforge told me they could easily host my PiMAME images so that’s a plus for everyone here.

I got to hold (but not wear) a Google Glass.  It feels incredibly solid.  Light.  Balanced.  I’m excited for it.  O’Reilly was giving out a ton of books, and I have my reading for the next year scheduled.

A lot of the attendees  were impressed with PiMAME and I’m excited to get the next version out.  I’m brain fried.  I will have pictures and things and stuff to post when I get back to Florida on Monday.  Woo!  PyCon!

-Shea

Mar 11

PiMAME code on GitHub

Hey All,

I’ve put my PiMAME code and configurations on GitHub for anyone to look at, check out, fork, make improvements, etc, etc.

If you check out menu.py,  you will see that I have a new line item for RetroPie / EmulationStation.

I am testing it out in addition to AdvanceMAME.

Enjoy!

https://github.com/ssilverm/PiMAME

-Shea