You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-rev-2/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The goals of this project are:
33
33
34
34
## Hardware & Software Needed
35
35
36
-
-[Arduino IDE 2](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide).
36
+
-[Arduino IDE 1.8.x](https://www.arduino.cc/en/software).
37
37
-[Arduino Web Editor](https://create.arduino.cc/).
38
38
-[Arduino Create for Education](https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) (Chrome Web Store)
39
39
-[Arduino UNO WiFi Rev 2](https://store.arduino.cc/arduino-uno-wifi-rev2).
@@ -44,7 +44,7 @@ The goals of this project are:
44
44
45
45
Since Chromebooks cannot run executables, the firmware upgrade for the UNO WiFi Rev 2 needs to be done through a Windows/Mac/Linux computer.
46
46
47
-
**1.** Make sure you have installed [Arduino IDE 2](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide).
47
+
**1.** Make sure you have installed [Arduino IDE 1.8.x](https://www.arduino.cc/en/software).
48
48
49
49
**2.** Download the [optiboot_atmega4.hex](/resources/firmware/optiboot_atmega4809.hex) file, and move it to your **Desktop folder**.
50
50
@@ -64,13 +64,7 @@ Since Chromebooks cannot run executables, the firmware upgrade for the UNO WiFi
**4.** This will start a process of uploading the `.hex` file to your board. This will not take long, but make sure you do not disconnect the board from your computer. When finished, you should see the following output in the terminal (screen capture from Windows):
68
-
69
-

70
-
71
-
**5.** Now that your firmware is upgraded, you should see your board blinking (1 second off, followed by a quick blink). This is another proof that it was successful. You can now disconnect your board, and **plug it into your Chromebook.**
***Please note that on Linux, the path to the AVRDUDE tool may vary.***
88
82
83
+
This will start a process of uploading the `.hex` file to your board. This will not take long, but make sure you do not disconnect the board from your computer. When finished, you should see the following output in the terminal (screen capture from Windows):
84
+
85
+

86
+
87
+
Now that your firmware is upgraded, you should see your board blinking (1 second off, followed by a quick blink). This is another proof that it was successful. You can now disconnect your board, and **plug it into your Chromebook.**
88
+
89
89
### Check AVRDUDE Installation
90
90
91
91
The above commands utilizes a tool called **AVRDUDE**, which is included in each version of the IDE. To check whether it is accessible on your computer, you can run the following commands.
0 commit comments