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: articles/iot-hub/raspberry-pi-get-started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Connect Raspberry Pi to Azure IoT Hub
3
3
titleSuffix: Azure IoT Hub
4
-
description: Connect a Raspberry Pi to Azure IoT Hub to test sample scenarios that send data to the Azure cloud.
4
+
description: Connect a Raspberry Pi to Azure IoT Hub and test sample scenarios that send data to the Azure cloud.
5
5
author: kgremban
6
6
7
7
ms.author: kgremban
8
8
ms.service: iot-hub
9
9
ms.topic: how-to
10
-
ms.date: 02/20/2024
10
+
ms.date: 02/22/2024
11
11
---
12
12
13
13
# Connect Raspberry Pi to Azure IoT Hub
@@ -19,7 +19,7 @@ This article provides basic steps for getting starting with connecting a Raspber
19
19
Have the following prerequisites prepared before starting this article:
20
20
21
21
* An Azure subscription.
22
-
* An IoT hub with a device registered to it.
22
+
* An IoT hub with a device registered to it. If you don't have a hub with a registered device already, see [Create an IoT hub using the Azure portal](./iot-hub-create-through-portal.md).
23
23
24
24
## Use the online simulator
25
25
@@ -30,7 +30,7 @@ Select the following button to start Raspberry Pi online simulator.
30
30
31
31
There are three areas in the web simulator.
32
32
33
-

33
+

34
34
35
35
1. Assembly area - A graphic depiction of the Pi simulator, including connections between the Pi and two devices:
36
36
@@ -58,7 +58,7 @@ There are three areas in the web simulator.
58
58
59
59
2. Select **Run** or type `npm start` in the integrated console window to run the application.
60
60
61
-
You should see the following output that shows the sensor data and the messages that are sent to your IoT hub
61
+
You should see the following output that shows the sensor data and the messages that are sent to your IoT hub:
62
62
63
63

64
64
@@ -77,7 +77,7 @@ The following sections walk through setting up a Raspberry Pi solution, includin
77
77
78
78
* An internet connection.
79
79
80
-
* A 16 GB or above microSD card.
80
+
* A 16 GB or larger microSD card.
81
81
82
82
* A USB-SD adapter or microSD card to burn the operating system image onto the microSD card.
83
83
@@ -99,7 +99,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
99
99
100
100
b. Run Etcher and select the Raspberry Pi OS with desktop image that you extracted in step 1.
101
101
102
-
c. Select the microSD card drive. Etcher may have already selected the correct drive.
102
+
c. Select the microSD card drive if it isn't selected already.
103
103
104
104
d. Select Flash to install Raspberry Pi OS with desktop to the microSD card.
105
105
@@ -121,7 +121,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
121
121
122
122
| Interface | Description |
123
123
| --------- | ----------- |
124
-
|*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
+
|*SSH*| Secure Shell (SSH) is used to remote into the Raspberry Pi with a remote command-line. SSH is the preferred method for issuing the commands to your Raspberry Pi remotely in this document. |
125
125
|*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.|
126
126
127
127
If you don't have physical sensors and want to use simulated sensor data from your Raspberry Pi device, you can leave **I2C** disabled.
@@ -133,7 +133,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
133
133
134
134
### Connect Pi to the network
135
135
136
-
Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet cable to connect Pi to your wired network or follow the [instructions from the Raspberry Pi Foundation](https://www.raspberrypi.org/documentation/configuration/wireless/) to connect Pi to your wireless network. After your Pi has been successfully connected to the network, you need to take a note of the [IP address of your Pi](https://www.raspberrypi.org/documentation/remote-access/ip-address.md).
136
+
Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet cable to connect Pi to your wired network or follow the [instructions from the Raspberry Pi Foundation](https://www.raspberrypi.org/documentation/configuration/wireless/) to connect Pi to your wireless network. After your Pi is connected to the network, you need to take a note of the [IP address of your Pi](https://www.raspberrypi.org/documentation/remote-access/ip-address.md).
137
137
138
138
> [!NOTE]
139
139
> Make sure that Pi is connected to the same network as your computer. For example, if your computer is connected to a wireless network while Pi is connected to a wired network, you might not see the IP address in the devdisco output.
0 commit comments