Computer to Microcontroller: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 12: Line 12:


'''Arduino IDE: Integrated Development Environment''' [http://arduino.cc/en/Main/Software Source]
'''Arduino IDE: Integrated Development Environment''' [http://arduino.cc/en/Main/Software Source]
'''Getting Arduino and Processing to Work Together''' [http://opensourceecology.org/wiki/Arduino_Processing Instructions]


=CAM File Interpreter=
=CAM File Interpreter=


'''GRBL: Gcode Interpreter''' [http://opensourceecology.org/wiki/GRBL Instructions]
'''GRBL: Gcode Interpreter''' [http://opensourceecology.org/wiki/GRBL Instructions]

Revision as of 04:27, 11 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

Getting Arduino and Processing to Work Together Instructions

CAM File Interpreter

GRBL: Gcode Interpreter Instructions