Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: renobastian100 on May 09, 2009, 05:44:58 pm

Title: I want to build a skill claw machine...
Post by: renobastian100 on May 09, 2009, 05:44:58 pm
If I wanted to build a skill claw machine from the ground up, what components would I need (besides a good programmer)? What programming experience/hardware? If not the entire machine, how would I go about building and programming the "claw" itself?. This is just a hypothetical concept.

this is what im talking about.
http://www.mywii.com.au/pwnage/user_12788_ZP2DQKDJ.jpg

Title: Re: I want to build a skill claw machine...
Post by: Siris on May 09, 2009, 07:54:51 pm
Why would you want to build something from the ground up spending $$$ when you could probably pick one up for $200 and then modify it how you wish?
Title: Re: I want to build a skill claw machine...
Post by: renobastian100 on May 09, 2009, 10:56:38 pm
hobby...
Title: Re: I want to build a skill claw machine...
Post by: SavannahLion on May 10, 2009, 01:00:45 am
I guess you should start looking at microcontrollers for your basic building blocks.
I've been trying to get my hands dirty with AVR products (http://www.avrfreaks.net/index.php).
I've been told FPGA and CPLD are better toys to play with, so I've been eyeing Xilinx products (because they have an emulator/compiler you can download). It's a level above what I'm used to programming ASM. I've been hoping to find a forum suitable for beginners but I haven't had a chance to really dig in.
Title: Re: I want to build a skill claw machine...
Post by: genesim on May 10, 2009, 09:43:09 am
The money is filling that baby up with Carebears.  ;D
Title: Re: I want to build a skill claw machine...
Post by: renobastian100 on May 10, 2009, 04:48:28 pm
I guess you should start looking at microcontrollers for your basic building blocks.
I've been trying to get my hands dirty with AVR products (http://www.avrfreaks.net/index.php).
I've been told FPGA and CPLD are better toys to play with, so I've been eyeing Xilinx products (because they have an emulator/compiler you can download). It's a level above what I'm used to programming ASM. I've been hoping to find a forum suitable for beginners but I haven't had a chance to really dig in.

interesting...how reliable is AVR's product line?
Title: Re: I want to build a skill claw machine...
Post by: GregorDV on May 10, 2009, 06:53:44 pm
AVRs are the heart of a great many hobby and commercial projects.  A company I'm associated with has their entire product line based on AVR chips.  They're cheap, good, easy to learn, have an FLOSS tool chain, and good debuggers.

If I were working on one, I would base it on the RepRap design  (http://reprap.org/).  They're working on build-at-home 3D printers, which are basically a claw machine with the claw replaced with a plastic extruders.  They've got good plans, parts, suppliers, and a great community for supporting each other.  It's hours of entertainment watching them (collectively) build their own little von Neumann machines.
Title: Re: I want to build a skill claw machine...
Post by: Turnarcades on May 10, 2009, 07:12:46 pm
I applaud ingenuity, but as technically marvellous as it may once finished, it'd bug the hell out of me like commercial machines do and it's very limited appeal at the end of the day.

If you are insistent, maybe you could rip the logic circuits out of one of those novelty kids versions they sell as toys?
Title: Re: I want to build a skill claw machine...
Post by: Ed_McCarron on May 10, 2009, 08:05:36 pm
The Atmel stuff kicks ass, but has a bit steep of a learning curve.

Can I suggest something like the picaxe ( http://www.rev-ed.co.uk/picaxe/ ) or basic stamp ( http://www.parallax.com/ ) to get your feet wet?  The picaxe stuff is dirt cheap, no programmer needed (just a serial port) and runs a BASIC-like language.  Its a good starting point.  Cons are lower speed (interpreted vs compiled) and limited options.

You can pick up an 8 pin picaxe for 3 or 4 bucks.