Difference between revisions of "Firmware installation"

From re:3D
Jump to: navigation, search
Line 8: Line 8:
  
 
Different Gigabot configurations: <br>  
 
Different Gigabot configurations: <br>  
*Viki 1.0 Non heated bed.  [https://www.dropbox.com/s/29rqvs28kh2l6xu/Marlin_GB2.0_3.52%20-%20NON%20Heated%20Bed.zip?dl=0 (V3.52 NON Heated Bed)]
 
  
*Viki 1.0 Heated bed:  [https://www.dropbox.com/s/13r5l6k7opcjtob/Marlin_GB2.0_3.52.zip?dl=0 (V3.52)]
+
*Viki 1.0 Heated bed:  [https://www.dropbox.com/s/13r5l6k7opcjtob/Marlin_GB2.0_3.52.zip?dl=0 (V3.52)]
  
*Viki 1.0 Heated bed + E3D Hot-End: [https://www.dropbox.com/s/p3fmasoj0922bc4/GB2-V3.52E-Viki%201.0.zip?dl=0 (V3.52E)]
+
*Viki 1.0 Heated bed XL:
  
*Viki 1.0 Gigabot XL + E3D Hot-End: [https://www.dropbox.com/s/g2y4num6ova2pka/GB2-V3.52E-Viki%201.0%20XL.zip?dl=0 (V3.52E XL)]
+
*Viki 1.0 Non heated bed.  [https://www.dropbox.com/s/29rqvs28kh2l6xu/Marlin_GB2.0_3.52%20-%20NON%20Heated%20Bed.zip?dl=0 (V3.52 NON Heated Bed)]
  
*Viki 2.0:  [https://www.dropbox.com/s/tmkawk3birp6r0y/Marlin_GB2-V3.61.zip?dl=0 (V3.61)]
+
*Viki 1.0 Non heated bed XL. 
 +
 
 +
*Viki 1.0 Heated bed + E3D V6 Hot-End: [https://www.dropbox.com/s/p3fmasoj0922bc4/GB2-V3.52E-Viki%201.0.zip?dl=0 (V3.52E)]
 +
 
 +
*Viki 1.0 Gigabot XL + E3D V6 Hot-End: [https://www.dropbox.com/s/g2y4num6ova2pka/GB2-V3.52E-Viki%201.0%20XL.zip?dl=0 (V3.52E XL)]
 +
 
 +
 
 +
*Viki 2.0:  [https://www.dropbox.com/s/tmkawk3birp6r0y/Marlin_GB2-V3.61.zip?dl=0 (V3.61)]  
  
 
*Viki 2.0 + E3D Hot-End: [https://www.dropbox.com/s/tth1bsa7na2w5mo/GB2-V3.61E-Viki%202.0.zip?dl=0 (V3.61E)]
 
*Viki 2.0 + E3D Hot-End: [https://www.dropbox.com/s/tth1bsa7na2w5mo/GB2-V3.61E-Viki%202.0.zip?dl=0 (V3.61E)]

Revision as of 20:16, 19 May 2015

Gigabot Firmware

To determine what version of firmware you currently have:

  1. Connect to Gigabot using Pronterface

Pronterface2.jpg

Viki 1 0.jpg Viki 2 0.jpg


Different Gigabot configurations:

  • Viki 1.0 Heated bed XL:
  • Viki 1.0 Non heated bed XL.
  • Viki 1.0 Heated bed + E3D V6 Hot-End: (V3.52E)


Configuring and compilation

  1. Download and install the latest version of Arduino software Arduino IDE
  2. Download and unzip Arduino Sketchbook.zip to your desktop.
  3. Connect your Gigabot's USB cable into your computer and turn on Gigabot's power switch.
  4. Open Arduino and go to File-> Preferences. Under "Sketchbook Location" click on Browse. Navigate to the Arduino Sketchbook folder you unzipped above. Click on the unzipped Arduino Sketchbook folder and click "Open". The file path displayed should end in "Arduino Sketchbook". Click OK, exit out of Arduino and restart Arduino.
  5. Verify the supporting library files are properly linked by going to Arduino -> File -> Sketchbook -> Libraries -> Liquid TWI2. There should show two files: 1) HelloWorld_i2c and 2) i2c_perftest
  6. Add Liquid TWI2 to Libraries: Arduino -> Sketch -> Import library -> Add library -> Desktop Icon -> Arduino Sketchbook -> Arduino Sketchbook -> Libraries -> LiquidTWI2
  7. Verify the Library was added as in picture below:
Library.jpg
  1. Go to Arduino -> Tools -> Board and choose "Arduino Mega 2560"
  2. Go to Arduino -> Tools -> Serial Port and choose the COM port your Gigabot is currently using.
  3. In Arduino go to File -> Open -> Marlin -> Marlin.ino (Browse for the Gigabot firmware version 3.1 or 3.3 you downloaded above)
  4. Go to Arduino -> Sketch -> Verify/Compile. When the firmware is successfully compiled you will receive a message on the bottom of the screen "Done Compiling" and no errors are indicated.
  5. Connect Gigabot's USB cable to your computer and power on Gigabot.
  6. In Arduino click on the "Upload" button. While the new firmware is uploading to Gigabot the Tx and Rx lights on the Axteeg X3 will blink. Upon completion of the upload you will receive a message from Arduino on the bottom of the screen "Done Uploading" and no errors are indicated. The Viki screen will blink one second while the controller reboots.
  7. You should see the display message on the Viki "Gigabot Ready"
  8. You can now connect via Pronterface following the instructions here: Installing and using software with Gigabot