kit:software_configuration
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kit:software_configuration [2018/07/31 13:21] – Step six steve | kit:software_configuration [2025/06/07 14:53] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | To install the Crowbox system software onto your Arduino UNO microcontroller board, you'll need a computer, a USB A to B cable, and the Arduino IDE software, which is available for free download. IDE stands for //Integrated Development Environment//, but that's not an important detail right now. | + | The programmable |
| - | Let's get started! | + | On this page we'll go through the steps required to download the source code for our CrOS software and get it uploaded to an Arduino UNO board, which can then be used to control your CrowBox. The CrOS software is fully open-source and we encourage you to make changes and improvements to the program code and the machine' |
| - | -Visit the Arduino website at https:// | + | The Arduino is an extremely popular platform |
| - | -From the menu bar near the top of the web page, select SOFTWARE-> | + | |
| - | -Disregard the section labelled //Arduino Web Editor// and scroll down the the section labelled //Download the Arduino IDE// | + | |
| - | -From the right-hand sidebar, select the operating system that applies to the computer you will use to program your Arduino Uno. The Arduino | + | |
| - | -After you select an operating system you will be taken to a download page where you may choose | + | |
| - | -Once you’ve made a selection, the Arduino software will download. | + | |
| - | ====== Step Two: Install | + | If you run into trouble following |
| - | ===== For Windows operating system ===== | + | * arduino.cc - [[https:// |
| - | FIXME | + | * arduino.cc - [[https:// |
| + | * The community at the [[http:// | ||
| - | ===== For Mac OSX operating system ===== | ||
| - | **NOTE:** The Arduino IDE requires Mac OSX 10.7 Lion or newer. | ||
| - | -In your Downloads folder, locate the file named something like **arduino-x.x.x-macosx.zip** | + | ====== Step One: Download |
| - | -Double click the file and it should automatically extract | + | |
| - | -Locate | + | |
| - | -You may leave this Arduino file in your // | + | |
| - | -Arduino IDE installation is now complete! | + | |
| - | ===== For Linux operating system ===== | + | To install |
| - | We are looking for someone to help us by writing Linux installation instructions for the Arduino | + | |
| - | ====== Step Three: Download the CrOS Software ====== | + | Let's get started! First, follow the official instructions at the Arduino website |
| - | The Crowbox is controlled by an Arduino UNO microcontroller board which runs the Crowbox Operating System software that we call 'CrOS'. In order to get your Crowbox online, you'll need to download our CrOS software and install | + | |
| - | -Download | + | ====== Step Two: Download the CrOS Software ====== |
| - | -You will receive a file named something like **cros_v011.zip**. Double-click this file to extract the .zip archive | + | The CrowBox is controlled by an Arduino UNO microcontroller board which runs the CrowBox Operating System software that we call 'CrOS'. In order to get your CrowBox online, you'll need to download our CrOS software and install it on your Arduino UNO board. To do this you'll use the Arduino IDE software (see above) on your desktop or laptop computer, and the source code to the CrOS software (below). |
| - | -The archive should create a folder called **cros_source** | + | |
| - | ====== Step Four: Load CrOS software into the Arduino IDE ====== | + | -Download the latest version of the [[kit: |
| + | -You will receive a file named something like **cros_v10.zip**. Double-click this file to extract the .zip archive | ||
| + | -The archive should create a folder called **cros** which contains the CrOS source code files, which have extensions like .h, .cpp, and a file named **cros.ino** | ||
| + | |||
| + | ====== Step Three: Load CrOS software into the Arduino IDE ====== | ||
| -Launch the Arduino IDE software that you downloaded and installed in steps one and two. | -Launch the Arduino IDE software that you downloaded and installed in steps one and two. | ||
| -From the Arduino menu, select FILE-> | -From the Arduino menu, select FILE-> | ||
| - | -In the file dialog window that appears, navigate to the ' | + | -In the file dialog window that appears, navigate to the **cros_v10** |
| -The CrOS project files will be loaded and you will see some tabs containing filenames that begin with ' | -The CrOS project files will be loaded and you will see some tabs containing filenames that begin with ' | ||
| - | -It's possible that at some point a window will appear near the bottom of the Arduino IDE which says " | + | -It's possible that at some point a window will appear near the bottom of the Arduino IDE which tells you " |
| - | ====== Step Five: Connect your Arduino UNO board ====== | + | ====== Step Four: Connect your Arduino UNO board ====== |
| -Plug the ' | -Plug the ' | ||
| - | -Allow a moment for your operating system to detect the new device | + | -Allow a moment for your operating system to detect the new device. On Windows operating systems, drivers may begin to install. If so, allow this process to finish before proceeding. |
| - | -In the Arduino IDE menu, select | + | - Your computer may ask if want to allow this new device or accessory to connect to your computer. Yes, you want to allow this. |
| - | -In the Arduino | + | -Some details of the next step depend on your operating system, but to start, look at the top left of your Arduino IDE window and you should see three round buttons, and a drop-down box to the right of those buttons. Click the small arrow at the right side of the drop down box and select |
| + | | ||
| + | - 'Arduino | ||
| + | | ||
| + | | ||
| - | ====== Step Six: Uploading | + | ====== Step Five: Upload |
| - | -At the top left of the Arduino IDE window | + | -At the top left of the Arduino IDE window |
| - | -Click the //Upload// button. The CrOS software will compile on your computer and then be uploaded to the Arduino UNO board which you've connected to your computer with the USB cable. | + | -Click the //Upload// button. The CrOS software will compile on your computer and then be uploaded to the Arduino UNO board which you've connected to your computer with the USB cable. This process doesn' |
| - | -If you receive an error message, the best place to turn for help is the [[http:// | + | - If you receive an error message, the best place to turn for help is the [[http:// |
| - | -Once the upload is complete, leave the Arduino UNO board connected to your computer for 30 seconds before disconnecting the USB cable | + | -Once the upload is complete, leave the Arduino UNO board connected to your computer for 30 seconds before disconnecting the USB cable. |
| - | | + | |
| + | Your CrowBox software is now installed on the Arduino UNO! | ||
kit/software_configuration.1533068470.txt.gz · Last modified: 2018/07/31 13:21 by steve