Computer to Microcontroller: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 5: Line 5:
=CAM File Streamer=
=CAM File Streamer=


[http://opensourceecology.org/wiki/Gctrl Gctrl]
'''Gctrl: Gcode Streamer''' [http://opensourceecology.org/wiki/Gctrl Instructions]
 
=Microcontroller=
 
'''Arduino Uno: Microcontroller Board''' [http://www.amazon.com/Arduino-Rev-3-Uno-R3/dp/B006H06TVG/ref=sr_1_1?ie=UTF8&qid=1339352565&sr=8-1 Source]
 
'''Arduino IDE: Integrated Development Environment''' [http://arduino.cc/en/Main/Software Source]
 
=CAM File Interpreter=
 
'''GRBL: Gcode Interpreter''' [http://opensourceecology.org/wiki/GRBL Instructions]

Revision as of 18:28, 10 June 2012

Summary

This CNC toolchain has a computer with a CAM (computer-aided manufacturing) file streamer to stream the CAM file into a microcontroller that has been flashed with a CAM file interpreter.

CAM File Streamer

Gctrl: Gcode Streamer Instructions

Microcontroller

Arduino Uno: Microcontroller Board Source

Arduino IDE: Integrated Development Environment Source

CAM File Interpreter

GRBL: Gcode Interpreter Instructions