Skip to content

Commit 2b991ae

Browse files
committed
Small fixes and acrolinx
1 parent 06448d6 commit 2b991ae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/iot-hub/raspberry-pi-get-started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Connect Raspberry Pi to Azure IoT Hub
33
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.
55
author: kgremban
66

77
ms.author: kgremban
88
ms.service: iot-hub
99
ms.topic: how-to
10-
ms.date: 02/20/2024
10+
ms.date: 02/22/2024
1111
---
1212

1313
# Connect Raspberry Pi to Azure IoT Hub
@@ -19,7 +19,7 @@ This article provides basic steps for getting starting with connecting a Raspber
1919
Have the following prerequisites prepared before starting this article:
2020

2121
* 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).
2323

2424
## Use the online simulator
2525

@@ -30,7 +30,7 @@ Select the following button to start Raspberry Pi online simulator.
3030
3131
There are three areas in the web simulator.
3232

33-
![Screenshot that shows an overview of Pi online simulator.](media/raspberry-pi-get-started/overview.png)
33+
![Screenshot that shows an overview of Pi online simulator.](media/raspberry-pi-get-started/simulator-overview.png)
3434

3535
1. Assembly area - A graphic depiction of the Pi simulator, including connections between the Pi and two devices:
3636

@@ -58,7 +58,7 @@ There are three areas in the web simulator.
5858

5959
2. Select **Run** or type `npm start` in the integrated console window to run the application.
6060

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:
6262

6363
![Screenshot that shows output sensor data sent from Raspberry Pi to your IoT hub.](media/raspberry-pi-get-started/simulator-run-application.png)
6464

@@ -77,7 +77,7 @@ The following sections walk through setting up a Raspberry Pi solution, includin
7777

7878
* An internet connection.
7979

80-
* A 16 GB or above microSD card.
80+
* A 16 GB or larger microSD card.
8181

8282
* A USB-SD adapter or microSD card to burn the operating system image onto the microSD card.
8383

@@ -99,7 +99,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
9999

100100
b. Run Etcher and select the Raspberry Pi OS with desktop image that you extracted in step 1.
101101

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.
103103

104104
d. Select Flash to install Raspberry Pi OS with desktop to the microSD card.
105105

@@ -121,7 +121,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
121121

122122
| Interface | Description |
123123
| --------- | ----------- |
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. |
125125
| *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.|
126126

127127
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.
133133
134134
### Connect Pi to the network
135135

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).
137137

138138
> [!NOTE]
139139
> 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

Comments
 (0)