Live data from Hacker News

Arduino-Powered Wire Bending Machine

blog.makezine.com

11–19 of 19 posts

Re: Arduino-Powered Wire Bending Machine

#11
post #3

Wow nice prototype, does it make sense to use Arduino production?

If you have code for an Arudino, you can make a board that uses an AVR microcontroller (made by Atmel[0]) with that same code. It may be possible to use a cheaper AVR if you don't need the same functionality (eg, if you aren't using hardware pulse width modulation, there are cheaper chips) with only slight code modifications.

[0] http://www.atmel.com

Re: Arduino-Powered Wire Bending Machine

#12
post #6

Is there a 3d LOGO?

Not sure if you mean purely software, but generally CNC machines are instructed in a language called G-Code which is basically 3D LOGO (move absolute/relative on a number of axis and some extra instructions to start/stop spindle, etc)

Re: Arduino-Powered Wire Bending Machine

#14

it will be hours of fun somebody should create a online shop where we can get these gadgets built and shipped

Yeah, that'd be awesome! Or at least make some IKEA-like instructions on how to assemble them - as a programmer I have no idea how to put these things together. I would totally pay for that, like an arduino device, packed IKEA style.

Re: Arduino-Powered Wire Bending Machine

#15
post #8
post #5

So cool -- out of curiosity, is this emulating the actions of a pre-existing, "professional" machine or is the concept brand new?

There are expensive machines you can buy that do this: CNC wire benders. From the first page of YouTube hits: http://www.youtube.com/watch?v=mwygMdpQ8SU

Cool, thanks. I just noticed they allude to these machines in their blog post: http://blog.pensanyc.com/tagged/DIWire

Re: Arduino-Powered Wire Bending Machine

#17

How does it know how not to bend the wire so it doesn't interfere with its own operation? And if it doesn't know, are there are set of heuristics used to know when the design you make isn't possible?

I was waiting to see exactly how this was handled on the octothorpe, but he strategically cut it short. Also, it seemed a little hand-wavy placing a simple spring among a collection of far more complex 3d objects.

It's an awesome project, but I appreciate when engineers either show how they addressed the edge cases, or are more honest about its failure points.

Re: Arduino-Powered Wire Bending Machine

#18
Here is a youtube video of same: http://www.youtube.com/watch?v=ve1zzDXlJoA

(For some reason Firefox + linux doesn't like Vimeo most of the time)

This is a cool device. And wire bending is used in a lot of things, from making holders to support frames. These things tend to be tuned to a particular wire gauge and minimum radius so some tool and die shops will have either multiple benders or various dies for a configurable bender.

Cool things you can make with these are baskets for catching/holding parts, springs, latch returns, awesome bubble wands, and artistic lettering.

Re: Arduino-Powered Wire Bending Machine

#19

How does it know how not to bend the wire so it doesn't interfere with its own operation? And if it doesn't know, are there are set of heuristics used to know when the design you make isn't possible?

The more modern CAM packages will do this for you automatically (routing CNC so that it does not interfere with the part) but this version probably relies on the user to properly define the bends and angles so that no interference occurs.
Post reply on HN