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
In this tutorial, you begin by learning the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to seamlessly connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
18
+
In this article, you learn the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
19
19
20
20
Don't have a kit yet? Try [Raspberry Pi online simulator](iot-hub-raspberry-pi-web-simulator-get-started.md). Or buy a new kit [here](https://azure.microsoft.com/develop/iot/starter-kits).
In this tutorial, you begin by learning the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to seamlessly connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
18
+
In this article, you learn the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to seamlessly connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
19
19
20
20
Don't have a kit yet? Try [Raspberry Pi online simulator](iot-hub-raspberry-pi-web-simulator-get-started.md). Or buy a new kit [here](https://azure.microsoft.com/develop/iot/starter-kits).
21
21
@@ -100,7 +100,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
100
100
101
101
c. Select the microSD card drive. Etcher may have already selected the correct drive.
102
102
103
-
d. Click Flash to install Raspberry Pi OS with desktop to the microSD card.
103
+
d. Select Flash to install Raspberry Pi OS with desktop to the microSD card.
104
104
105
105
e. Remove the microSD card from your computer when installation is complete. It's safe to remove the microSD card directly because Etcher automatically ejects or unmounts the microSD card upon completion.
106
106
@@ -112,16 +112,16 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
112
112
113
113
2. Start Pi and then sign into Raspberry Pi OS by using `pi` as the user name and `raspberry` as the password.
114
114
115
-
3.Click the Raspberry icon > **Preferences** > **Raspberry Pi Configuration**.
115
+
3.Select the Raspberry icon > **Preferences** > **Raspberry Pi Configuration**.
116
116
117
117

118
118
119
-
4. On the **Interfaces** tab, set **SSH** and **I2C** to **Enable**, and then click**OK**.
119
+
4. On the **Interfaces** tab, set **SSH** and **I2C** to **Enable**, and then select**OK**.
120
120
121
121
| Interface | Description |
122
122
| --------- | ----------- |
123
123
|*SSH*| Secure Shell (SSH) is used to remote into the Raspberry Pi with a remote command-line. This is the preferred method for issuing the commands to your Raspberry Pi remotely in this document. |
124
-
|*I2C*| Inter-integrated Circuit (I2C) is a communications protocol used to interface with hardware such as sensors. This interface is required for interfacing with physical sensors in this topic.|
124
+
|*I2C*| Inter-integrated Circuit (I2C) is a communications protocol used to interface with hardware such as sensors. This interface is required for interfacing with physical sensors in this article.|
125
125
126
126
If you don't have physical sensors and want to use simulated sensor data from your Raspberry Pi device, you can leave **I2C** disabled.
127
127
@@ -142,14 +142,14 @@ For sensor pins, use the following wiring:
142
142
143
143
| Start (Sensor & LED) | End (Board) | Cable Color |
@@ -255,14 +255,14 @@ For more ways to process data sent by your device, continue on to the next secti
255
255
256
256
## Clean up resources
257
257
258
-
You can use the resources created in this topic with other tutorials and quickstarts in this document set. If you plan to continue on to work with other quickstarts or with the tutorials, do not clean up the resources created in this topic. If you do not plan to continue, use the following steps to delete all resources created by this topic in the Azure portal.
258
+
You can use the resources created in this article with other tutorials and quickstarts in this document set. If you plan to continue on to work with other quickstarts or with the tutorials, don't clean up the resources created in this article. If you don't plan to continue, use the following steps to delete all resources created by this article in the Azure portal.
259
259
260
260
1. From the left-hand menu in the Azure portal, select **All resources** and then select the IoT Hub you created.
261
-
1. At the top of the IoT Hub overview pane, click**Delete**.
262
-
1. Enter your hub name and click**Delete** again to confirm permanently deleting the IoT hub.
261
+
1. At the top of the IoT Hub overview pane, select**Delete**.
262
+
1. Enter your hub name and select**Delete** again to confirm permanently deleting the IoT hub.
263
263
264
264
## Next steps
265
265
266
-
You've run a sample application to collect sensor data and send it to your IoT hub.
266
+
In this article, you ran a sample application to collect sensor data and send it to your IoT hub.
In this tutorial, you begin by learning the basics of working with Raspberry Pi online simulator. You then learn how to seamlessly connect the Pi simulator to the cloud by using [Azure IoT Hub](about-iot-hub.md).
18
+
In this article, you learn the basics of working with Raspberry Pi online simulator. You then learn how to seamlessly connect the Pi simulator to the cloud by using [Azure IoT Hub](about-iot-hub.md).
19
19
20
20
:::image type="content" source="media/iot-hub-raspberry-pi-web-simulator/3-banner.png" alt-text="Connect Raspberry Pi web simulator to Azure IoT Hub" border="false":::
0 commit comments