Firmware

image_print
  Page Suggestions?

Installing our firmware on your Mill One’s Arduino Uno will enable your computer to stream cutting files to the Arduino using the USB cable. The Arduino Uno runs the Mill One by using a tailored version of the grbl v1.1g firmware. This firmware is set up for ⅛ microstepping and can be flashed onto your Arduino by using the Arduino IDE.

Click this to download the firmware, then follow these steps:

  1. Plug the Arduino into your computer with the USB cable (don’t connect the power supply for now)
  2. Go to: https://www.arduino.cc/en/Main/Software to download the latest Arduino IDE onto your computer for your appropriate operating system
  3. Once it’s installed, open it and navigate to File ➜ Open
  4. Locate where you downloaded the Sienci Mill One firmware and unzip it
  5. Once unzipped, navigate to grbl ➜ examples ➜ grblUpload then double-click on grblUpload.ino
  6. A new window will pop up which will show you the code that needs to be uploaded
  7. Now go to Sketch ➜ Include Library ➜ Add .zip Library and navigate back to the firmware folder
  8. Open the firmware folder and double-click on the grbl.zip file
  9. You should see a message at the bottom of the window that says “Library added to your libraries.”
  10. Now go to Tools ➜ Board and select Arduino/Genuino Uno, then go to Tools ➜ Port to select the right USB port
  11. Finally, click File ➜ Upload and the firmware will now be installed onto your machine

There should be a confirmation at the bottom of the window that says “Done uploading.” To confirm that the code is working, go to Tools ➜ Serial Monitor and once you set the baud rate to ‘115200 baud’ you should see a message pop up.

Once you get the message then congratulations! Your machine is now ready to go. In the following software steps you will learn about the software package that we offer for Mill One. This will allow you to carve out existing designs or enable you to create your own designs from scratch.

If you are updating your firmware from grbl v1.1e to grbl v1.1g, please read this post first.

 

Tags: