Skip to content

Commit 82443c8

Browse files
committed
Update cheat-sheet.md
1 parent 5b31185 commit 82443c8

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/01.mkr/03.carriers/mkr-iot-carrier-rev2/tutorials/mkr-iot-carrier-01-technical-reference

1 file changed

+4
-4
lines changed

content/hardware/01.mkr/03.carriers/mkr-iot-carrier-rev2/tutorials/mkr-iot-carrier-01-technical-reference/cheat-sheet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ void setup() {
114114
}
115115
```
116116

117-
## BME680 Environmental Sensor
117+
## BME688 Environmental Sensor
118118

119119
![The HTS221 Humidity Sensor on the MKR IoT Carrier Rev2](assets/mkrIotCarrier-sensor-temp&humi.png)
120120

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:
122122
- **Humidity**, 0‒100% r.H.
123123
- **Temperature**, -40 to +85 °C.
124124
- **Pressure**, 300-1100 hPa.
125125
- **Gas**, IAQ, VOC, CO2.
126126

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

129129
### Code
130130

@@ -151,7 +151,7 @@ float co2 = carrier.AirQuality.readCO2();
151151

152152
![The IMU on the MKR IoT Carrier Rev2](assets/mkrIotCarrier-sensor-imu.png)
153153

154-
### LSM6DSOXTR
154+
### LSM6DSOX
155155

156156
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**.
157157

0 commit comments

Comments
 (0)