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
The Arduino® MKR IoT Carrier Rev2 is equipped with different sensors, actuators and with a display to leave you free to focus on prototyping and programming your next IoT projects. The carrier does not come equipped with a microcontroller, meaning it only works in combination with an Arduino board. The MKR IoT Carrier Rev2 comes equipped with 5 RGB LEDs, 5 capacitive touch buttons, a colored display, IMU and a variety of quality sensors. It also features a battery holder for a 18650 Li-Ion battery, SD card holder and Grove connectors.
19
19
@@ -37,7 +37,7 @@ The MKR family boards offer different features that can be useful for your proje
37
37
38
38
The chosen Arduino MKR board needs to be mounted on top of the MKR IoT Carrier Rev2 and connected to a computer. The board can be connected as shown in the image below, matching the pin numbers on the board to the ones on the carrier.
39
39
40
-

40
+

41
41
42
42
## Datasheet
43
43
@@ -68,7 +68,7 @@ The full pinout is available in the [resources section](/hardware/mkr-iot-carrie
68
68
69
69
## Grove Connectors
70
70
71
-

71
+

72
72
73
73
The MKR IoT Carrier Rev2 comes with **three grove connectors** (2 analog and 1 I2C) that enables us to easily connect external sensors. The type of the connector is labeled clearly on the back of the carrier.
74
74
@@ -116,7 +116,7 @@ void setup() {
116
116
117
117
## BME688 Environmental Sensor
118
118
119
-

119
+

120
120
121
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.
@@ -149,7 +149,7 @@ float co2 = carrier.AirQuality.readCO2();
149
149
150
150
## IMU Accelerometer & Gyroscope Sensors
151
151
152
-

152
+
The IMU (Inertial Measurement Unit) used on the MKR IoT Carrier Rev2 is the located **behind the display**.
153
153
154
154
### LSM6DSOX
155
155
@@ -190,7 +190,7 @@ The underlying library used to read the sensor is **[LSM6DSOX](https://github.co
190
190
191
191
## RGB and Gesture Sensor
192
192
193
-

193
+

194
194
195
195
The MKR IoT Carrier Rev2 contains a Broadcom **APDS-9660 RGB and Gesture sensors**, situated under the display and marked with a bulb icon. The sensor is useful for **ambient light** and **RGB** color sensing, **proximity** sensing, and **gesture** detection.
196
196
@@ -257,17 +257,15 @@ The underlying library used to read the sensor is **[Arduino_APDS9960](https://w
257
257
258
258
## Relays
259
259
260
-

260
+

261
261
262
262
The MKR IoT Carrier Rev2 is equipped with two 5V Coil voltage **KEMET EE2-5NU-L relays**, located on the back side of the carrier. The relays are non-latching with a **COM** (common), **NO** (Normally open) and **NC** (normally closed) contacts, and can take up a max of **2A** Current and **24 V** of input each.
263
263
264
-
The connections between a high power circuit and the relays will be done through these connectors.
The connections between a high power circuit and the relays will be done through these connectors (marked **"high power pins"** in the image above).
267
265
268
266
Once the cables are introduced inside the connectors, they will automatically be locked inside. To unlock a cable and remove it from the connector, a tool is needed to be inserted through the top square hole (it can be a flat screwdriver, a hard piece of plastic, etc.).
269
267
270
-

268
+

271
269
272
270
The **L1 and L2 LEDs** on the carrier are visual indicators of the state of the relays. If the LED is ON, it means that the **COM** and the **NO** terminal of the relay are **connected**, and if the LED is OFF it means that **COM** and **NC** are **connected**.
The carrier has five **capacitive touch buttons** on its top side, numbered from 0 to 4. The buttons are sensitive to direct touch and can also detect wireless touch.
378
376
@@ -489,7 +487,7 @@ void setup() {
489
487
490
488
### Buzzer
491
489
492
-

490
+

493
491
494
492
The MKR IoT Carrier Rev2 is equipped with a **sound buzzer** on the bottom side of the carrier, under the MKR board.
495
493
@@ -544,11 +542,11 @@ In order to learn more, check any of the many tutorials about using the `SD` lib
544
542
545
543
## Power
546
544
547
-

545
+

548
546
549
547
The MKR IoT Carrier Rev2 can be either powered through a USB cable connected to the mounted MKR board, or through a battery. The battery used should be a LI-ION 18650 3.7v battery, which can be mounted to the carrier via the battery holder on the bottom side.
550
548
551
-
In order to use the USB power to charge the battery, a little cable with JST connectors on both ends is needed between the MKR IoT Carrier Rev2 and the MKR board. The bBattery can then be recharged via a USB connection through the MKR Board (runs up to 48h with a 3.7v 2500mAh).
549
+
In order to use the USB power to charge the battery, a little cable with JST connectors on both ends is needed between the MKR IoT Carrier Rev2 and the MKR board. The battery can then be recharged via a USB connection through the MKR Board (runs up to 48h with a 3.7v 2500mAh).
0 commit comments