Breaking Out A Game Boy Link Cable

[Samuel] is working on one of the most important electronics projects of our generation. He’s building a device for the Game Boy that will allow Pokemon trades between generation II and III. Yes, This means bringing your Charmander from Pokemon Red to your team in Pokemon Ruby, Sapphire, or Emerald. and finally completing the National Dex you’ve been working on for 20 years. Before he gets to designing this system, he first needs to listen in on the Game Boy Link Cable, and that means creating a breakout board.

The Game Boy Link Cable – sometimes inaccurately referred to as the Zelda cable – is a special proprietary connector. The design is well documented, but unlike the Wii Nunchuck controller, there’s no readily available breakout board available for this piece of obsolete technology.

Together with a his friend [David], [Samuel] loaded up a copy of Eagle and designed a board that will fit on a small piece of copper clad FR4. This design was then sent over to a small CNC mill, The traces were machined away, and a sextet of pins were soldered into the holes.

With a breakout board for the Game Boy Link Cable, [Samuel] now has a great platform for peering into the strange and magical world of Pokemon. He’ll be using a Teensy microcontroller for his trading device, and with several similar projects already completed by others around the Internet, the potential for a Gen II to Gen III Pokemon trader is palpable.

Spark Plug Lights The Darkness

When you have an idea, just go build it. That’s the approach that [GordsGarage] takes with most of his projects, and he’s back in the machine shop again. This time it’s with a rather unique oil candle that uses a spark plug as inspiration. We have to say, the results are on fire.

thumbThe spark plug candle was fashioned out of a single piece of 6061 aluminum. To create the scale model, first the stock metal hit the lathe to create the “insulator” section of the plug. From there, he milled in the hex bolt section, then it hit the lathe again to create the threaded section. The inside was bored out to create space for the wick and oil, and then the electrode was installed just above the flame.

This is a pretty impressive scale model and has a great finished look. The only thing that isn’t to scale is the gap for the electrode which is completely necessary to keep the candle from getting smothered. It’s an interesting, unique idea too, which is something that [GordsGarage] excels at. And, if you want to scale his model up a little bit, perhaps you can find some inspiration from this other candle.

3D Scanned, CNC-Milled, Pumpkin Selfie

When you have a CNC mill sitting around, it almost seems anachronistic to pull out a kitchen knife to carve a pumpkin. You can hardly blame [Nathan Bentall] for choosing an endmill instead. If you’re feeling the same, check out his blog post where [Nathan] works through all the steps involved in going from a raw pumpkin to a 3D RGB LED bust of himself. To put his head on the pumpkin’s shoulders he captured a depth map using a Kinect and then got down to some unorthodox milling.

Continue reading “3D Scanned, CNC-Milled, Pumpkin Selfie”

A Wooden Based, CD Stepper Scribbler

[Rohit Gupta] is back with a plotter made from scrap CD drives and an old RC servo. [Rohit] is working on hacks to create CNC machines and sharing his activities with the world. His CNC design calls for salvaged stepper motors so he first built a device for testing them. You’ve got to admire his use of the language. He named his plotter project ‘Sketchy’ and his motor tester is called ‘Easy Peasy’.

sketchyAfter finding some CD drives at the scrap pile he tore them down to test with Easy Peasy. The raw materials for the frame came from a wooden crate for an AC unit but he didn’t just start cutting it up. Nope, first he created plans with CAD; now that’s a hack you have to admire.

With the steppers tested working, and the base build under way he moved onto the control system. Originally the hardware was demonstrated using an MSP430. This worked, but a flaw in the hardware design was found. With the pen attached directly to the servo horn, it would draw a long line when being rotated away from the drawing position.

The fix is a replacement servo setup which lifts the pen up instead of rotating it. But that showed that the drawing surface wasn’t smooth. The pen kept missing places or getting caught and destroyed. The use of a spring loaded pen solved this issue. Success!

One further change migrated away from the MSP430 in favor of an Arduino Pro Mini in order to use a GRBL library instead of the g-code generator which was performing questionably. Since he likes Hackaday so much one of his first attempts with the final version of Sketchy was our logo, shown in the video after the break.

When we last saw [Rohit] he had created a fancy PCB ruler to measure components.

Continue reading “A Wooden Based, CD Stepper Scribbler”

VINYL CUTTER CNC

Turning Your CNC Into A Vinyl Cutter

This may seem like a no-brainer, but it’s actually pretty easy to modify your CNC machine to hold a vinyl cutter blade in order to do stencils or even cut out vinyl logos!

[Jouni] designed a holder for a standard Roland vinyl/sticker cutter blade (replacement with 5 blades is about $10 on eBay). It’s made to fit his specific CNC which uses a 65mm spindle, with a 49mm mounting ring — but the file could be easily modified to suit others.

Simply clamp your plastic or vinyl onto a flat piece of wood, and get stenciling! [Jouni’s] included his .STL file on his site in case anyone wants to try it out. While he’s designed it for 3D printing, you could probably CNC mill it as well — which would kinda make more sense…

Continue reading “Turning Your CNC Into A Vinyl Cutter”

Hackaday SuperConference Call For Proposal

We’ve been keeping pretty quiet about the Hackaday SuperConference, but rest assured a full-blown announcement is on the way soon. For now we need your help getting the word out to presenters. Do you have a favorite hardware designer, hacker, or project? Get to work convincing them to Submit a Talk or Workshop proposal for the Hackaday SuperConference. Of course if you yourself fall into one of these categories, consider this your invitation to submit! Proposals are due October 10th.

The Hackaday SuperConference is the hardware con you’ve been waiting for. The two-day event will be held in San Francisco on November 14th and 15th. It features workshops and talks on hardware creation with topics like hardware engineering, creativity in technical design, product design, and prototyping. The winner of the 2015 Hackaday Prize, Best Product, and runners-up will be announced at the SuperCon.

The 2015 Hackaday Prize is sponsored by:

FPGA CNC

When you think of a CNC controller you probably think of a PC with a parallel port or some microcontroller-based solution like a Smoothie Board. [Mhouse1] has a different idea: use FPGAs as CNC controllers.

FPGAs inherently handle things in parallel, so processing G code, computing curves and accelerations, and driving multiple stepper motors at one time would not be an issue at all for an FPGA. Most computer-based designs will have slight delays when trying to drive everything at once and this introduces some mechanical jitter. Even worse jitter occurs when you have an old PC trying to run everything when some other task takes over the CPU.

Continue reading “FPGA CNC”