Jump to content
43oh

Makerbot redone with '430s


Recommended Posts

I've had a Makerbot Cupcake CNC for a while now and have been wanting to convert it from the current arduino-bobino-fee-fi-sanguino controller to lightweight and modular MSP430 subsystems that would be useful in other control and robotics projects.

 

currently i have beta software that takes in UART data from a computer (i'm using GTKterm in linux) to the launchpad, where a G2231 controls chip select bits and resends the byte to (currently 3) other 2231's.

 

What i'm planning to do soon is modify the Makerbot to "close the loop" as far as control. Currently, you only theorectically know what state (where each bit is) by knowing what you've told it to do already; the "open loop" control (usually bad).

 

I've put up beta code in the code vault and i should :!: have proof of concept up and running by the end of the week.

Link to post
Share on other sites

I'll been interested to see what you come up with. I've got a CNC converted milling machine that's currently being controlled via the standard route of a PC with a parallel port running Mach3 - a solution that's definitely stuck in the 90s.

 

I'd be keen to ditch the PC and use the MSP430 for control. I'd ideally want to be interpreting the gcode from an SD card. It may not happen in a hurry though.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...