-
-
Notifications
You must be signed in to change notification settings - Fork 441
[MKC-1671] Add Getting started guide UNO R3 #2008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+238 KB
...e/02.hero/boards/uno-rev3/tutorials/getting-started/assets/install-uno-core.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+119 KB
.../hardware/02.hero/boards/uno-rev3/tutorials/getting-started/assets/open-ide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+152 KB
...ware/02.hero/boards/uno-rev3/tutorials/getting-started/assets/uno-connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+174 KB
...dware/02.hero/boards/uno-rev3/tutorials/getting-started/assets/uno-examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions
53
...t/hardware/02.hero/boards/uno-rev3/tutorials/getting-started/getting-started.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: Getting Started with Arduino UNO R3 | ||
description: A step-by-step guide to get started with the Arduino UNO R3. | ||
author: Jacob Hylén | ||
tags: [UNO R3, Installation, IDE] | ||
--- | ||
|
||
To use the [Arduino UNO R3](/hardware/uno-rev3/) board, you will need the Arduino AVR Board Package, which comes preinstalled with the IDE. | ||
|
||
You will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2. | ||
|
||
## Software & Hardware Needed | ||
|
||
- [Arduino UNO R3](https://store.arduino.cc/products/arduino-uno-rev3) | ||
- [Arduino IDE](/software/ide-v2) | ||
|
||
***You can also use the [Cloud Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** | ||
|
||
## Download & Install IDE | ||
|
||
1. First, we need to download the Arduino IDE, which can be done from the [Arduino Software page](https://www.arduino.cc/en/software/). | ||
2. Install the Arduino IDE on your local machine. | ||
3. Open the Arduino IDE. | ||
|
||
 | ||
|
||
## Board Package | ||
|
||
The [Arduino Core for AVR devices](https://github.com/arduino/ArduinoCore-avr) comes preinstalled with the IDE, so no additional installation is necessary to get started. To use a different version than the latest, open the "Board Manager" from the left-hand menu. Search for AVR and install the version you want to use. | ||
jacobhylen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
 | ||
|
||
You should now be able to select your board in the board selector. You will need to have your board connected to your computer via the USB-B connector at this point. | ||
|
||
 | ||
|
||
Congratulations, your board is now ready to be used via the Arduino IDE. | ||
|
||
## Compile & Upload Sketches | ||
|
||
To compile and upload sketches, you can use the: | ||
- **Checkmark** for compiling code. | ||
- **Right arrow** to upload code. | ||
|
||
There are several examples available for the UNO R3 board, which can be accessed directly in the IDE, through **File > Examples**. These examples can be used directly without external libraries. | ||
|
||
 | ||
|
||
## Summary | ||
|
||
In this tutorial we prepared the Arduino UNO R3 to be used with the Arduino IDE. | ||
|
||
For any issues regarding the Arduino AVR board package, please refer to the [Arduino Core for AVR devices](https://github.com/arduino/ArduinoCore-avr). |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.