Skip to content

Update MKR IoT carrier link #765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The chosen Arduino MKR board needs to be mounted on top of the MKR IoT Carrier R

The full datasheet is available as a downloadable PDF from the link below:

- [Download the Arduino MKR IoT Carrier Rev2 datasheet](https://docs.arduino.cc/resources/datasheet/ABX00073-datasheet.pdf)
- [Download the Arduino MKR IoT Carrier Rev2 datasheet](https://docs.arduino.cc/resources/datasheets/ABX00073-datasheet.pdf)

## Arduino IoT Cloud

Expand Down Expand Up @@ -116,7 +116,7 @@ void setup() {

## BME688 Environmental Sensor

![The HTS221 Humidity Sensor on the MKR IoT Carrier Rev2](assets/bme-688.png)
![The BME688 Humidity Sensor on the MKR IoT Carrier Rev2](assets/bme-688.png)

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:
- **Humidity**, 0‒100% r.H.
Expand Down