Skip to content

Commit ea9886f

Browse files
author
Ashley Donaldson
authored
Update for newer instructions
1 parent 4483cc9 commit ea9886f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/iot-hub/iot-hub-arduino-iot-devkit-az3166-get-started.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ Press button B to test the sensors. Continue pressing and releasing the button B
114114

115115
We recommend [Azure IoT Workbench](https://aka.ms/iot-workbench) extension for Visual Studio Code to develop on the DevKit.
116116

117-
Azure IoT Workbench provides an integrated experience to develop IoT solutions. It helps both on device and cloud development using Azure IoT and other services. You can watch this Channel9 video to have an overview of what it does.
117+
Azure IoT Workbench provides an integrated experience to develop IoT solutions. It helps both on device and cloud development using Azure IoT and other services. You can watch this [Channel 9 video](https://channel9.msdn.com/Shows/Internet-of-Things-Show/IoT-Workbench-extension-for-VS-Code) to have an overview of what it does.
118118

119119
Follow these steps to prepare the development environment for DevKit:
120120

121121
1. Download and install [Arduino IDE](https://www.arduino.cc/en/Main/Software). It provides the necessary toolchain for compiling and uploading Arduino code.
122-
* **Windows**: Use Windows Installer version.
122+
* **Windows**: Use Windows Installer version. Do not install from the app store.
123123
* **macOS**: Drag and drop the extracted **Arduino.app** into `/Applications` folder.
124124
* **Ubuntu**: Unzip it into folder such as `$HOME/Downloads/arduino-1.8.5`
125125

@@ -129,15 +129,17 @@ Follow these steps to prepare the development environment for DevKit:
129129
![Install Azure IoT Workbench](media/iot-hub-arduino-devkit-az3166-get-started/getting-started/install-workbench.png)
130130
Together with the IoT Workbench, other dependent extensions will be installed.
131131

132-
4. Open **File > Preference > Settings** and add following lines to configure Arduino.
132+
4. Configure Arduino
133133
* **Windows**:
134-
134+
On **Windows** Open **File > Preference > Settings** click the **...** and open settings.json then add following lines to configure Arduino.
135+
135136
```json
136137
"arduino.path": "C:\\Program Files (x86)\\Arduino",
137138
"arduino.additionalUrls": "https://raw.githubusercontent.com/VSChina/azureiotdevkit_tools/master/package_azureboard_index.json"
138139
```
139140

140141
* **macOS**:
142+
On **macOS** Open **Code > Preferences > Settings** click the **...** and open settings.json then add the following lines to configure Arduino
141143

142144
```json
143145
"arduino.path": "/Applications",

0 commit comments

Comments
 (0)