diff --git a/firmware/README.md b/firmware/README.md index 907e2a6..dbe72ee 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -24,7 +24,37 @@ Read more about GCodes: ## How to update the firmware on the Draken ### Windows -*_Copy from Forum post_* +These instructions were copied from: +http://3dfacture.com/help/index.php?p=/discussion/161/draken-s-firmware-and-how-to-install-it + +1. Get the various files you will need + * Draken Version of Arduino IDE:
+ https://drive.google.com/file/d/0Bx-KevVanX-hdEd3Qlc5YndrZFk/view?usp=sharing + * Firmware sources for the Draken:
+ https://drive.google.com/file/d/0ByK3W2c482S4cnh4aUJ1Z2ViR1k/view?usp=sharing + +2. Unzip the folders + +3. In the unzipped folder arduino-1.5.8_for_Draken in the sub-directory arduino-1.5.8 you need to launch arduino.exe + +4. You need to click File > Open then fo to the unzipped folder Draken Firmware and into sub-directory Sprinter. Sprinter.ino will be listed in the file picker. Click on Sprinter.ino and then Open. + + || + +5. A new window will open containing the Updated Draken Firmware. + +6. Now you need to click Tools > Board select "MakerLab Earth R1(USB_To Serial)" + + || + +7. Now you need to click Tools > Port select "COM3 (MakerLab SUN Prototype)" + + || + +8. Now you need to click File > Upload. + +9. Please wait until process completes and you are done. + ### OS X 1. Get the various files you will need * Silicon Labs USB-UART driver for OS X:
diff --git a/misc/sprinter_arduino_board.png b/misc/sprinter_arduino_board.png new file mode 100644 index 0000000..4b86865 Binary files /dev/null and b/misc/sprinter_arduino_board.png differ diff --git a/misc/sprinter_arduino_file_menu.png b/misc/sprinter_arduino_file_menu.png new file mode 100644 index 0000000..bf00d9c Binary files /dev/null and b/misc/sprinter_arduino_file_menu.png differ diff --git a/misc/sprinter_arduino_port.png b/misc/sprinter_arduino_port.png new file mode 100644 index 0000000..f2357a1 Binary files /dev/null and b/misc/sprinter_arduino_port.png differ