Skip to content

Commit eb2cbb5

Browse files
committed
Adding Feature buttons for Hero Boards - MKC-768
1 parent 4681638 commit eb2cbb5

File tree

10 files changed

+41
-123
lines changed

10 files changed

+41
-123
lines changed

content/hardware/02.hero/boards/due/features.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<FeatureDescription>
2+
23
The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU. It is the first Arduino board based on a 32-bit ARM core microcontroller. It has 54 digital input/output pins (of which 12 can be used as PWM outputs), 12 analog inputs, 4 UARTs (hardware serial ports), a 84 MHz clock, an USB OTG capable connection, 2 DAC (digital to analog), 2 TWI, a power jack, an SPI header, a JTAG header, a reset button and an erase button.
4+
35
</FeatureDescription>
46

57
<FeatureList>
68

7-
<Feature title="Atmel SAM3X8E ARM Cortex-M3 CPU" image="core">
9+
<Feature title="32-bit ARM core" image="core">
810

911
Based on the ARM® Cortex®-M3 processor, this 32-bit microcontroller has 84 MHz clock and 96kb of SRAM.
1012

11-
<FeatureLink title="Datasheet" url="http://www.atmel.com/Images/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf" download blank/>
1213
</Feature>
1314

1415
<Feature title="54 digital pins" image="hw-pin">
@@ -17,22 +18,29 @@ The Due has 54 digital pins, 12 of which support PWM (Pulse Width Modulation).
1718

1819
</Feature>
1920

21+
<Feature title="CAN support" image="communication">
22+
23+
The Due comes with two CAN (Controller Area Network) buses.
24+
25+
</Feature>
2026

2127
<Feature title="Analog pins" image="hw-pin">
2228

2329
The Due has 12 analog input pins, and 2 DAC pins.
2430

2531
</Feature>
2632

27-
<Feature title="Battery Connector" image="power">
33+
<Feature title="Keyboard / Mouse support" image="usb">
2834

29-
The Arduino Due features a barrel plug connector, that works great with a standard 9V battery.
35+
Use the Due as USB host for peripherals such as mice connected to the SerialUSB port.
3036

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

33-
<Feature title="CAN support" image="communication">
41+
<Feature title="Battery Connector" image="power">
3442

35-
The Due comes with two CAN (Controller Area Network) buses.
43+
The Arduino Due features a barrel plug connector, that works great with a standard 9V battery.
3644

3745
</Feature>
3846

content/hardware/02.hero/boards/leonardo/features.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,20 @@
11
<FeatureDescription>
2+
23
The Arduino Leonardo is a microcontroller board based on the ATmega32u4. It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.
4+
35
</FeatureDescription>
46

57
<FeatureList>
68

7-
<Feature title="ATmega32U4" image="core">
8-
9-
The high Performance, low power AVR® 8-bit microcontroller.
10-
11-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf" download blank/>
12-
</Feature>
13-
14-
<Feature title="Built-in USB communication" image="usb">
9+
<Feature title="USB communication" image="usb">
1510

16-
The ATmega32U4 has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine.
11+
The Arduino Leonardo has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine.
1712

1813
</Feature>
1914

2015
<Feature title="Battery Connector" image="power">
2116

22-
The Arduino Leonardo features a barrel plug connector, that works great with a standard 9V battery.
23-
24-
</Feature>
25-
26-
<Feature title="EEPROM" image="mcu">
27-
28-
The ATmega32U4 features 1kb of EEPROM, a memory which is not erased when powered off.
17+
The Arduino Leonardo features a barrel plug connector, that works great with a standard 9V battery to give extra power to your projects.
2918

3019
</Feature>
3120

content/hardware/02.hero/boards/mega-2560/features.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11

22
<FeatureDescription>
3+
34
The Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button.
5+
46
</FeatureDescription>
57

68
<FeatureList>
79

8-
<Feature title="ATmega2560" image="core">
9-
10-
The high Performance, low power AVR® 8-bit microcontroller.
11-
12-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/ATmega640-1280-1281-2560-2561-Datasheet-DS40002211A.pdf" download blank/>
13-
</Feature>
14-
1510
<Feature title="EEPROM" image="mcu">
1611

1712
The ATmega2560 features 4kb (4096 bytes) of EEPROM, a memory which is not erased when powered off.
1813

1914
</Feature>
2015

21-
<Feature title="54 digital and 16 analog pins" image="mega-form-factor">
16+
<Feature title="54 digital & 16 analog pins" image="hw-pin">
2217

23-
The Mega 2560 has 54 digital pins, whereas 15 supports PWM (Pulse Width Modulation), and 16 analog input pins, the most of any Arduino board.
18+
The Mega 2560 has 54 digital pins, whereas 15 supports PWM, and 16 analog input pins.
2419

2520
</Feature>
2621

2722
<Feature title="Four serial ports" image="communication">
2823

29-
Connect to several devices through the 4x hardware serial ports (UARTs).
24+
Connect to several devices through the 4x hardware serial ports (UARTs) to your Arduino Mega.
3025

3126
</Feature>
3227

content/hardware/02.hero/boards/micro/features.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,12 @@ The Micro is a microcontroller board based on the ATmega32U4, developed in conju
66

77
<FeatureList>
88

9-
<Feature title="ATmega32U4" image="core">
10-
11-
The high Performance, low power AVR® 8-bit microcontroller.
12-
13-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf" download blank/>
14-
15-
</Feature>
16-
179
<Feature title="Built-in USB communication" image="usb">
1810

1911
The ATmega32U4 has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine.
2012

21-
</Feature>
22-
23-
<Feature title="Flexible pins" image="hw-pin">
24-
25-
The Micro features 20 digital pins, whereas 12 can be used as analog pins, and 7 as PWM pins.
26-
27-
</Feature>
28-
29-
<Feature title="EEPROM" image="mcu">
30-
31-
The ATmega32U4 features 1kb of EEPROM, a memory which is not erased when powered off.
32-
13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/micro/keyboard-press"/>
14+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/language/functions/usb/keyboard/"/>
3315
</Feature>
3416

3517
</FeatureList>

content/hardware/02.hero/boards/uno-mini-le/features.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,11 @@ The **UNO Mini Limited Edition (LE)** is a miniature version of the classic <a h
66

77
<FeatureList>
88

9-
<Feature title="ATmega328P" image="core">
10-
11-
The classic high-performance, low-power AVR® microcontroller.
12-
13-
<FeatureLink title="Datasheet" url="/resources/datasheets/ATmega328P-datasheet.pdf" download blank/>
14-
15-
</Feature>
16-
179
<Feature title="Tiny Form Factor" image="uno-form-factor">
1810

1911
The UNO Mini LE is roughly 25% the area size of the classic UNO board (but equally as powerful).
2012

13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/uno-mini-le/uno-mini-le-guide"/>
2114
</Feature>
2215

2316
<Feature title="Pin Header Pitch" image="hw-pin">
@@ -26,10 +19,4 @@ The pitch (distance between pin holes) is 0.05", or 1.27 mm. This is half the di
2619

2720
</Feature>
2821

29-
<Feature title="EEPROM" image="mcu">
30-
31-
The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off.
32-
33-
</Feature>
34-
3522
</FeatureList>

content/hardware/02.hero/boards/uno-rev3-smd/features.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ The "SMD" stands for surface-mount device, and the microcontroller (ATmega328p)
88

99
<FeatureList>
1010

11-
<Feature title="ATmega328P" image="core">
12-
13-
The classic high-performance, low-power AVR® microcontroller.
14-
15-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf" download blank/>
16-
17-
</Feature>
18-
1911
<Feature title="EEPROM" image="mcu">
2012

2113
The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off.

content/hardware/02.hero/boards/uno-rev3/features.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ Arduino UNO is a microcontroller board based on the **ATmega328P**. It has 14 di
66

77
<FeatureList>
88

9-
<Feature title="ATmega328P" image="core">
10-
11-
The classic high-performance, low-power AVR® microcontroller.
12-
13-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf" download blank/>
14-
15-
</Feature>
16-
179
<Feature title="Replaceable chip" image="configurability">
1810

1911
The ATmega328P can easily be replaced, as it is not soldered to the board.

content/hardware/02.hero/boards/uno-wifi-rev2/features.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,20 @@ The Arduino UNO WiFi Rev 2 features the secure **ATECC608** crypto chip accelera
66

77
<FeatureList>
88

9-
<Feature title="ATmega4809" image="core">
10-
11-
A powerful microcontroller with low-power architecture from the megaAVR® 0-series.
12-
13-
<FeatureLink title="Datasheet" url="http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega4808-4809-Data-Sheet-DS40002173A.pdf" download blank/>
14-
</Feature>
15-
16-
<Feature title="u-blox NINA-W102" image="wifi-bluetooth">
9+
<Feature title="Bluetooth® / WiFi" image="wifi-bluetooth">
1710

1811
Enables Bluetooth® and Wi-Fi connectivity for the UNO WiFi Rev2 board.
1912

20-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino_NINA-W10_DataSheet_%28UBX-17065507%29.pdf" download blank/>
13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/uno-wifi-rev2/uno-wifi-r2-hosting-a-webserver"/>
14+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
2115

2216
</Feature>
2317

24-
<Feature title="LSM6DS3TR" image="imu">
18+
<Feature title="IMU" image="imu">
2519

26-
The **LSM6DS3TR** is a low-power IMU module that includes a 3D digital accelerometer & gyroscope.
20+
The UNO WiFi Rev2 comes with the LSM6DS3TR, a low-power IMU module that includes a 3D digital accelerometer & gyroscope.
2721

28-
<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/lsm6ds3.pdf" download blank/>
22+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/"/>
2923
</Feature>
3024

31-
<Feature title="ATECC608 crypto chip" image="crypto-chip">
32-
33-
The **ATECC608** crypto chip makes sure your data remains secure and private, and can store up to 16 keys in an EEPROM array.
34-
35-
<FeatureLink title="Datasheet" url="http://ww1.microchip.com/downloads/en/DeviceDoc/ATECC608A-CryptoAuthentication-Device-Summary-Data-Sheet-DS40001977B.pdf" download blank/>
36-
</Feature>
37-
38-
3925
</FeatureList>

content/hardware/02.hero/boards/yun-rev2/features.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,18 @@ The Yún Rev2 has the power of a Linux based system that enables advanced networ
66

77
<FeatureList>
88

9-
<Feature title="ATmega32U4" image="core">
9+
<Feature title="Linux based system" image="core">
1010

11-
The ATmega32U4 executes powerful instructions in a single clock cycle, achieving throughputs approaching 1 MIPS per MHz allowing the user to optimize power consumption versus processing speed.
12-
13-
<FeatureLink title="Datasheet" url="http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf" download blank/>
14-
15-
</Feature>
16-
17-
<Feature title="Atheros AR9331" image="mcu">
18-
19-
The Atheros AR9331 is a highly integrated and cost effective 2.4 GHz System-on-a-Chip (SoC) for wireless local area network (WLAN) AP and router platforms.
20-
21-
<FeatureLink title="Datasheet" url="https://www.openhacks.com/uploadsproductos/ar9331_datasheet.pdf" download blank/>
11+
The Yún Rev2 is based on a Linux system that enables network connections and applications.
2212

13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/yun-rev2/yun-download-os"/>
2314
</Feature>
2415

2516
<Feature title="Internet connection" image="connection">
2617

2718
The Yún Rev2 board allows you to connect to the internet using the onboard WiFi or Ethernet connection.
2819

20+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/yun-rev2/wifi-status"/>
2921
</Feature>
3022

3123
</FeatureList>

content/hardware/02.hero/boards/zero/features.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,18 @@ bootloader programming.
88

99
<FeatureList>
1010

11-
<Feature title="Cortex-M0 32-bit SAMD21" image="core">
11+
<Feature title="Embedded Debugger" image="mcu">
1212

13-
The powerful, low-power processor from Microchip.
14-
15-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/mkr-microchip_samd21_family_full_datasheet-ds40001882d.pdf"/>
16-
</Feature>
17-
18-
<Feature title="Embedded Debugger (EDBG)" image="mcu">
19-
20-
The Zero comes with a **built-in debugger**, which can be used directly with the Arduino IDE 2.0 version to debug programs.
13+
The Zero comes with a built-in debugger, which can be used with the Arduino IDE 2.0 version.
2114

15+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/zero/debugging-with-zero"/>
2216
</Feature>
2317

2418
<Feature title="Battery Connector" image="power">
2519

2620
The Arduino Zero features a barrel plug connector, that works great with a standard 9V battery.
2721

22+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino-low-power/"/>
2823
</Feature>
2924

3025
</FeatureList>

0 commit comments

Comments
 (0)