A pink and white Leapster GS handheld console sits on a wooden table. It has a white D-pad and two large pink action buttons. A power cord extends from the bottom and a headphone cable comes out the top.

RetroArch On A LeapFrog Leapster GS

Retro games are a blast, and even more so when you can bring the fun on the go. [mac2612] has developed a custom retroarch-based firmware for the Leapster GS and LeapPad2. (via Bringus Studios on YouTube)

We covered Linux on the Leapster before, but Retroleap seems better documented (and still up on the internet). Installation is done over the command line with sshflash, also by [mac2612], after booting the Leapster or LeapPad2 into “Surgeon Mode.” Since the stock bootloader remains intact, you can always return the LeapFrog to its default state if anything gets wiggy by reflashing the device via the LeapFrog Connect App.

The default system includes emulators for NES, SNES, GBA, Genesis, Atari 800, and MAME. Performance varies, but some PS1 games have even run successfully on the device.

If you’d like to see some other LeapFrog hacks, checkout this LeapFrog TV Running DOOM or Composite Video Out on the DIDJ.

Continue reading “RetroArch On A LeapFrog Leapster GS”

Circuit Bending Those Adorable Voices

Leapfrog make some pretty awesome kids electronics. Especially admirable is the low cost, the battery life, and the audio quality of these devices. This circuit bending hack takes advantage of those audio circuits by turning the Alphabet Pal into your lead vocalist. The performance in the demo video begins with some impressive tricks, but just wait for it because by the end the little purple caterpillar proves itself an instrument worthy of a position beside that fancy Eurorack you’ve been assembling.

The image above provides a great look inside the beastie. [Jason Hotchkiss] mentions he’s impressed by the build quality, and we have to agree. Plus, look at all of those inputs — this is begging to leave toyland and join the band. With an intuitive sense that can only be gained through lots of circuit-bending experience, he guessed that the single through-hole resistor on the PCB was used to dial in the clock speed. That made it easy to throw in a trimpot for pitch-bending and he moved on to figure out individual note control.

All of those caterpillar feet are arranged in a keyboard matrix to detect button presses. After pulling out the oscilloscope for a bit of reverse engineering, [Jason] grabbed a PIC microcontroller and added it to the same solder points as the stock ribbon connector. The result is that the buttons on the feet still work, but now the Alphabet Pal also has MIDI control.

Take a look at the writeup for full details, and the video after the break to hear it in action. If you’re a fan of circuit-bent toys, this pretty pink keyboard hack always impressed us, especially the spring reverb that was added!

Continue reading “Circuit Bending Those Adorable Voices”

Hacking The Leapfrog TV To Play Doom

In a few hours, millions of fresh-faced children will be tearing open presents like the Leap TV, a Wii for the pre-school crowd that has a number of educational games. And, once they get bored with them, what could be more educational than fighting your way through a horde of demons to save the earth? Yup, [mick] has hacked the Leap TV console to play Doom. After some poking around he discovered that the Leap TV is built around a quad-core nxp4330q arm7-A processor, with 1GB of RAM and 16GB of flash memory, while the controller links to the main console using Bluetooth LE. That’s more than enough to run Doom on (in fact… too much), so he whipped out his handy compiler and got Doom and SDL running with only a few minor code changes.

This isn’t [Mick]s first such hack: he previously hacked the V-Tech InnoTab, a cheap tablet for kids, which persuaded the manufacturers to release the full source code for the tablet. Will Leapfrog follow suit? That remains to be seen, but in the meantime, [Mick]s work gives us some insight into the internals of this device.

Continue reading “Hacking The Leapfrog TV To Play Doom”

Linux On A Leapster For Classic Video Game Emulation

Christmas is coming, and if you have nieces, nephews, or ankle biters of your own roaming your house, you’re probably wondering how you’ll be subsidizing Santa this year. it looks like Toys R Us will be selling the Leapfrog LeapsterGS for $30 on Black Friday this year. It’s a Linux device running on a 550 MHz ARM 9, with 128 MB of RAM and 2 GB of Flash. Overpowered for a children’s toy, but perfect for when the kids forget about it in a month, because now you can replace the firmware with a proper Linux install and run classic emulators.

Putting Linux on these cheap handhelds made for children isn’t anything new; we’ve seen it done with the Leapfrog DIDJ and the Leapfrog Explorer. Those consoles, however, had rather anemic CPUs and not a whole lot of RAM. Moore’s Law finally kicked in for stocking stuffers, it seems, and the Leapster GS is powerful enough to play all those Nintendo, Game Boy and even MAME games.

All that’s needed to flash the new firmware is soldering a few wires onto the LeapsterGS’ board for a serial connection. The new LeapsterGS firmware even has an MP3 and movie player, so even if the recipient of one of these machines grows tired of it in a week, there’s still a lot of life left in it.

Video of the LeapsterGS playing the greatest arcade game below.

Continue reading “Linux On A Leapster For Classic Video Game Emulation”

Leapster Explorer Continues The Didj Tradition

Leapfrog has a new device out called the Leapster Explorer. [The Moogle] has been poking around the insides and he patched into the serial bus to get USB host mode running. Because the same cartridge interface is used for the Didj and the Explorer, tools like the DJHI should continue to work. The $70 price tag makes this a no-brainer if you interested in doing some portable hacking. We’ve seen promising Didj hacks such as OpenGL and Video out, hopefully the new hardware will help advance the cause.

DIDJ Composite Video Out

[Nirvous] managed to get composite video out working on the DIDJ. He knew that the CPU had the ability to generate the signal, and that similar devices already had this capability. After studying some DIDJ teardowns he figured out which connection on the processor should provide the appropriate signal. Next was the firmware side of things and after sifting through a lot of code he was pleased to find a flag that looked like it would enable video out. Some cross-compiling, soldering, and a low-pass filter got it to work.

If you’ve been hacking around on the device you might try this. The CPU uses a ball grid array so soldering is a bit difficult. We covered a BGA soldering trick that might be just the thing so check it out before you retreat into your soldering-fortress of solitude.

Leapfrog DIDJ

Since we first mentioned the Leapfrog DIDJ, a lot has happened. A number of avid readers of Hack a Day teamed up with a couple hackers experienced with the DIDJ, and have managed to make some huge progress into making a linux based game console on the cheap. For all the readers who missed out on the last sale on Woot, its about time for a second chance.

The team working over at the HackerFoundry forum have managed to gain serial console access, map the file system, create a fake update server, and are almost at a point where replacing the stock OS and firmware can be done with software alone. They have also designed and tested a homebrew cartridge with a slot for a microSD card and breakouts for expansion and debugging.

Right now they are looking for someone with experience snooping USB protocols to figure out how the device communicates to the computer, as well as anyone who is interesting in just testing or playing around with what they have done so far. There are a number of tutorials and walk-throughs on the eLinux wiki. Its amazing how far this group has come in just two months.