Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 3.23 KB

INSTRUCTIONS.md

File metadata and controls

41 lines (28 loc) · 3.23 KB

Maslow Firmware Setup

Installing new firmware on your machine is important. We come out with a new firmware version every other week so be prepared to do this regularly. This process will also install the proper drivers to connect to your Arduino on some older computers so if you have trouble connecting it can be helpful to do this process on the same computer you will control the machine with.

Step 1: Connect Your Arduino

Connect your Arduino to your computer using the provided USB cable.

Step 2: Download The Arduino IDE

Download and install the last Arduino IDE from https://www.arduino.cc/en/Main/Software. Older versions of Arduino IDE have problems with libraries when compiling the firmware, so make sure you have the latest version.

Note - For Windows there are three options: "Windows Installer", "Windows Zip", and "Windows App". Some users have reported problems with the "Windows App" version. Download IDE

Step 3: Download The Latest Maslow Firmware

You can do this at http://github.com/MaslowCNC/Firmware/releases/ Click the zip file for the most recent release to download it. Extract the files from the zip folder. Download Firmware

Step 4: Open Firmware

Click File -> Open and then open the firmware by selecting cnc_ctrl_v1.ino Open Firmware

Step 5: Select The Board Type

Select the board type by clicking Tools -> Board -> Arduino/Genuino Mega or Mega 2560 Select Board Type

Step 6: Select The Serial Port

Select the correct port to connect to by clicking Tools -> Port -> Your Port. On Windows this will be something like COM3, on Mac and Linux computers it will be something like dev/tty/. You can find the right one by plugging and unplugging your Arduino compatible board and checking which option disappears. Select Serial Port

Step 7: Upload The Firmware

Upload the newest firmware to your machine by clicking the upload button in the top left corner. The arrow looks disabled until you hover over it! Linux users: if you are getting timeout or permissions errors, you may need to add your username to the dialout group and then logout and back in. Instructions here. Upload Firmware

Step 8: Finish

You are now running the latest firmware. Great Job! Make sure you close the Arduino IDE before proceeding.

Step 9: Proceed

You have finished setting up the Maslow firmware. Proceed to the next step to install Ground Control on your OS.