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
@@ -204,7 +204,7 @@ Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet c
204
204
205
205
```bash
206
206
cd iot-hub-node-raspberrypi-client-app
207
-
sudo npm install
207
+
npm install
208
208
```
209
209
210
210
> [!NOTE]
@@ -224,6 +224,8 @@ Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet c
224
224
225
225
If you **don't have the sensor**, set the `simulatedData` value to `true` to make the sample application create and use simulated sensor data.
226
226
227
+
*Note: The i2c address used in this tutorial is 0x77 by default. Depending on your configuration it might also be 0x76: if you encounter an i2c error, try to change the value to 118 and see if that works better. To see what address is used by your sensor, run `sudo i2cdetect -y 1` in a shell on the raspberry pi*
228
+
227
229
2. Save and exit by typing Control-O > Enter > Control-X.
0 commit comments