Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Adding Feature buttons for MKR Shields- MKC-770 #793

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
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
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ The MKR Connector Carrier comes with 14 grove compatible connectors for analog &

<Feature title="Grove connectors" image="connection">

There is a total of 14 connectors for analog & digital I/O, I2C and UART.
There are a total of 14 connectors for analog & digital I/O, I2C and UART.

<FeatureLink title="Datasheet" url="https://wiki.seeedstudio.com/Grove_System/" download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-connector-carrier/connector-dht-to-oled"/>
</Feature>

<Feature title="Screw terminals for battery" image="power">
<Feature title="Screw terminals" image="power">

The carrier has screw terminals to easily and robustly connect batteries.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-connector-carrier/connector-basics"/>
</Feature>

</FeatureList>
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,51 @@ The MKR IoT Carrier comes equipped with 5 RGB LEDs, 5 capacitive touch buttons,

<Feature title="RGB LEDs" image="led">

The MKR IoT Carrier has 5 RGB LEDs that are easily accessible through the **Arduino_MKRIoTCarrier** library.
The MKR IoT Carrier has 5 RGB LEDs that are easily accessible through the Arduino_MKRIoTCarrier library.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#leds"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="Rounded 1.3" TFT Display" image="configurability">
<Feature title="Display" image="configurability">

Create graphical UIs with a 240x240 resolution display.
The MKR IoT Carrier comes with an integrated display, letting you create graphical UIs with the 240x240 resolution display.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#display"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>


<Feature title="LSM6DSOX" image="imu">
<Feature title="IMU" image="imu">

Combined accelerometer and gyroscope with a dedicated machine learning core.
The MKR IoT Carrier comes with an IMU, combining an accelerometer and a gyroscope with a dedicated machine learning core.

<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/lsm6dsox.pdf" download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#lsm6dsox"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="BME688" image="temperature-sensor">
<Feature title="Environmental sensor" image="temperature-sensor">

An Environmental sensor that can measure pressure, humidity and temperature. Additionally, the onboard smart gas sensor can also help in determining the air quality index by detecting a broad range of gases, including Volatile Organic Compounds (VOC).
An Environmental sensor that can measure pressure, humidity and temperature and comes with an onboard smart gas sensor.

<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds000.pdf" download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#bme688-environmental-sensor"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="APDS-9960" image="color-sensor">
<Feature title="Color Sensor" image="color-sensor">

An ambient light and RGB color sensor with gesture detection and proximity sensing capabilities.
An ambient light and RGB color sensor with gesture detection.

<FeatureLink title="Datasheet" url="https://docs.broadcom.com/doc/AV02-4191EN"download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#rgb-and-gesture-sensor"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="3x Grove connectors" image="connection">

The carrier features two analog I/O and one I2C Grove connector.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier-rev2/cheat-sheet#grove-connectors"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

</FeatureList>
38 changes: 25 additions & 13 deletions content/hardware/01.mkr/03.carriers/mkr-iot-carrier/features.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,59 @@ The MKR IoT Carrier comes equipped with 5 RGB LEDs, 5 capacitive touch buttons,

<Feature title="RGB LEDs" image="led">

The MKR IoT Carrier has 5 RGB LEDs that are easily accessible through the **Arduino_MKRIoTCarrier** library.
The MKR IoT Carrier has 5 RGB LEDs that are easily accessible through the Arduino_MKRIoTCarrier library.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#leds"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="Rounded 1.3" TFT Display" image="configurability">
<Feature title="Display" image="configurability">

Create graphical UIs with a 240x240 resolution display.
The MKR IoT Carrier comes with an integrated display, letting you create graphical UIs with the 240x240 resolution display.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#display"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>


<Feature title="LSM6DS3" image="imu">
<Feature title="IMU" image="imu">

The LSM6DS3 is a low power IMU that features a 3D digital accelerometer and a 3D digital gyroscope.
The MKR IoT Carrier comes with a IMU, combining an accelerometer and a gyroscope including a machine learning core.

<FeatureLink title="Datasheet" url="https://docs.arduino.cc/resources/datasheets/LSM6DS3-datasheet.pdf" download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#imu-accelerometer--gyroscope-sensors"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="LPS22HB" image="pressure-sensor">
<Feature title="Pressure Sensor" image="pressure-sensor">

A compact absolute pressure sensor with a range between 260 hPa and 1260 hPa, with power consumption as low as 3 μA.

<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/dm00140895.pdf"download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#pressure-sensor"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="HTS221" image="temperature-sensor">
<Feature title="Temperature Sensor" image="temperature-sensor">

A relative humidity and temperature sensor with high accuracy.

<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/hts221.pdf"download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#humidity--temperature-sensor"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="APDS-9960" image="color-sensor">
<Feature title="Color Sensor" image="color-sensor">

An ambient light and RGB color sensor with gesture detection and proximity sensing capabilities.
An ambient light and RGB color sensor with gesture detection.

<FeatureLink title="Datasheet" url="https://docs.broadcom.com/doc/AV02-4191EN"download blank/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#rgb-and-gesture-sensor"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

<Feature title="3x Grove connectors" image="connection">

The carrier features two analog I/O and one I2C Grove connector.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-iot-carrier/mkr-iot-carrier-01-technical-reference#grove-connectors"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkriotcarrier/"/>
</Feature>

</FeatureList>
28 changes: 15 additions & 13 deletions content/hardware/01.mkr/03.carriers/mkr-motor-carrier/features.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ The MKR Motor Carrier features a **ATSAMD11** processor for automated control of
<FeatureList>
<Feature title="ATSAMD11" image="core">

The MKR Motor Carrier features the ATSAMD11 (Arm Cortex-M0+) as an on-board processor for automated control of some of the outputs.
The MKR Motor Carrier features an on-board processor for automated control the outputs.

<FeatureLink title="Datasheet" url="http://ww1.microchip.com/downloads/en/devicedoc/atmel-42363-sam-d11_datasheet.pdf" download blank/>
</Feature>

<Feature title="MC33926" image="mcu">

DC / Servo motor driver capable of handling peak currents up to 5A.
The MKR Motor Carrier features a DC / Servo motor driver capable of handling currents up to 5A.

<FeatureLink title="Datasheet" url="https://www.nxp.com/docs/en/data-sheet/MC33926.pdf" download blank/>
</Feature>


<Feature title="DRV8871" image="mcu">

DC motor driver with PWM control that can handle peak currents up to 3A.
The MKR Motor Carrier features a DC motor driver with PWM control capable of handling currents up to 3A.

<FeatureLink title="Datasheet" url="https://www.ti.com/document-viewer/DRV8871/datasheet/features" download blank/>
</Feature>
Expand All @@ -36,33 +36,35 @@ The carrier features four servo motor outputs and four DC motor outputs (two sta

<Feature title="Encoder inputs" image="hw-pin">

The carrier features two inputs for encoders.
The MKR Motor Carrier features two inputs for encoders.

</Feature>

<Feature title="LiPo battery connector" image="power">
<Feature title="Screw terminals" image="hw-pin">

Connect a 6.5V - 11.1V battery to either the male headers (2S and 3S compatible) or to the screw terminals.
Screw terminals makes connections more robust for projects in motion.

</Feature>

<Feature title="Battery status" image="power">
<Feature title="LiPo battery connector" image="power">

The carrier is capable of reading the current status of batteries.
Connect a 6.5V - 11.1V battery to either the male headers (2S and 3S compatible) or to the screw terminals.

</Feature>

<Feature title="Screw terminals" image="hw-pin">

Screw terminals makes connections more robust for projects in motion.
<Feature title="Male header pins" image="hw-pin">

</Feature>
Several male header connections for DC / servo motors are available. In addition, it also has a 4 pin I2C connector.

</Feature>

<Feature title="Male header pins" image="hw-pin">
<Feature title="Battery status" image="power">

Several male header connections for DC / servo motors are available. In addition, it also has a 4 pin I2C connector.
The MKR Motor Carrier is capable of reading the current status of batteries.

<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-motor-carrier/mkr-motor-carrier-battery"/>
<FeatureLink variant="secondary" title="Library" url="https://github.com/arduino-libraries/ArduinoMotorCarrier/"/>
</Feature>

</FeatureList>

AltStyle によって変換されたページ (->オリジナル) /