Computer to Microcontroller: Difference between revisions
Jump to navigation
Jump to search
(→Notes) |
No edit summary |
||
Line 1: | Line 1: | ||
=Summary= | =Summary= | ||
[[File: cnctoolchain.svg|300px]] | |||
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. | 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. |
Revision as of 05:03, 13 November 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 Arduino
Getting Arduino Board and Processing to Communicate Together Instructions
Getting Computer to Connect to Arduino Board Instructions
CAM File Interpreter
GRBL: Gcode Interpreter Instructions
Configuring GRBL Instructions
Notes
sudo apt-get install librxtx-java
arduino IDE Serial Monitor: carriage return
sudo apt-get install openjdk-6-jre
sudo ./arduino
sudo ./processing