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
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Examples/Microsoft.PowerShell.IoT.BME280/README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,16 @@ This PowerShell module is for interacting with [BME280 environmental sensor](htt
5
5
## Hardware setup
6
6
7
7
Several vendors have breakout boards with BME280 sensor. In this example we'll use [BME280 breakout board from Adafruit](https://www.adafruit.com/product/2652).
8
+
8
9
BME280 sensor supports both I2C and SPI interfaces; in this example we'll use I2C.
10
+
9
11
Later, in the software section, we'll need to use I2C address of the BME280 sensor.
10
12
The default I2C address is 0x77. It can be changed to 0x76 by connecting SDO to GND.
0 commit comments