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: content/hardware/01.mkr/03.carriers/mkr-iot-carrier-rev2/tutorials/mkr-iot-carrier-01-technical-reference/cheat-sheet.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,17 +114,17 @@ void setup() {
114
114
}
115
115
```
116
116
117
-
## BME680 Environmental Sensor
117
+
## BME688 Environmental Sensor
118
118
119
119

120
120
121
-
The **[BME680 Environmental Sensor](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds000.pdf)** is a 4 in 1 sensor capable of providing the following measurements:
121
+
The **[BME688 Environmental Sensor](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds000.pdf)** is a 4 in 1 sensor capable of providing the following measurements:
122
122
-**Humidity**, 0‒100% r.H.
123
123
-**Temperature**, -40 to +85 °C.
124
124
-**Pressure**, 300-1100 hPa.
125
125
-**Gas**, IAQ, VOC, CO2.
126
126
127
-
BME680 is a low-power sensor with current consumption as low as **2.1 µA at 1 Hz**. It communicates over the I²C bus as other sensors onboard this carrier.
127
+
BME688 is a low-power sensor with current consumption as low as **2.1 µA at 1 Hz**. It communicates over the I²C bus as other sensors onboard this carrier.
128
128
129
129
### Code
130
130
@@ -151,7 +151,7 @@ float co2 = carrier.AirQuality.readCO2();
151
151
152
152

153
153
154
-
### LSM6DSOXTR
154
+
### LSM6DSOX
155
155
156
156
The [LSM6DSOX](https://www.st.com/resource/en/datasheet/lsm6dsox.pdf) from STM is an IMU (Inertial Measurement Unit) that features a 3D digital **accelerometer** and a 3D digital **gyroscope**.
0 commit comments