Wintermute is a Bluetooth Makerbot!
I have actually had this setup for a while but forget to post about it.
I connect to Wintermute, my Cupcake CNC, over Bluetooth using a Sparkfun Bluetooth Mate. It has the same pinout as the FTDI cable usually used to control the Cupcake. This is great except the VCC pin on the Cupcake motherboard is not connected. (This is smart … So you don’t accidentally try to power the whole ‘bot off of your USB port.)
So, I used jumper wires (I think these from Adafruit would work great too) to connect to the normal port, except I used the power pin (bottom left) from the ISP port directly below it. (Click on the photo above to see a larger version.)
Here’s an article where they used a BlueSMiRF Gold module from Sparkfun. It’s a very similar module, differing mostly in the pinout. In that article they did a little more surgery than I’d prefer in order to get to the power, but it’s a good solution nonetheless.
I left off the control pins (RTS & CTS) because they don’t really do much but goof up communications anyway.
Software setup
First you pair your OS with the BTMate. This will be different for every OS. (Hint: The default code is ‘1234’.)
I’m on OS X, so I connect via the screen command in Terminal.
screen /dev/tty.FireFly* 115200
Once connected, type (hit return at the end of each line, the last one is optional):
$$$+ SU,38 SQ,16 SN,Wintermute
If you're using screen, disconnect by typing Ctrl-a, then ‘k’.
You should now be able to start RelicatorG and choose the BT module. (Note on OS X: the cu.* and tty.* forms are functionally equivalent, so use either one.)
I haven’t had any luck with printing directly over the Bluetooth connection, the latency is just too high and rounded corners become huge blobs. However, warmup, noodling, and starting a print-from-SD works great.
Good luck!
-Rob




