diff --git a/content/hardware/02.hero/boards/due/features.md b/content/hardware/02.hero/boards/due/features.md index 6695ef5fb6..63c34ed1b0 100644 --- a/content/hardware/02.hero/boards/due/features.md +++ b/content/hardware/02.hero/boards/due/features.md @@ -1,14 +1,15 @@ + 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. + - + Based on the ARM® Cortex®-M3 processor, this 32-bit microcontroller has 84 MHz clock and 96kb of SRAM. - @@ -17,6 +18,11 @@ The Due has 54 digital pins, 12 of which support PWM (Pulse Width Modulation). + + +The Due comes with two CAN (Controller Area Network) buses. + + @@ -24,15 +30,17 @@ The Due has 12 analog input pins, and 2 DAC pins. - + -The Arduino Due features a barrel plug connector, that works great with a standard 9V battery. +Use the Due as USB host for peripherals such as mice connected to the SerialUSB port. + + - + -The Due comes with two CAN (Controller Area Network) buses. +The Arduino Due features a barrel plug connector, that works great with a standard 9V battery. diff --git a/content/hardware/02.hero/boards/leonardo/features.md b/content/hardware/02.hero/boards/leonardo/features.md index 8e465277c7..53af4d4975 100644 --- a/content/hardware/02.hero/boards/leonardo/features.md +++ b/content/hardware/02.hero/boards/leonardo/features.md @@ -1,31 +1,22 @@ + 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. + - - -The high Performance, low power AVR® 8-bit microcontroller. - - - - - + -The ATmega32U4 has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine. +The Arduino Leonardo has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine. + + -The Arduino Leonardo features a barrel plug connector, that works great with a standard 9V battery. - - - - - -The ATmega32U4 features 1kb of EEPROM, a memory which is not erased when powered off. +The Arduino Leonardo features a barrel plug connector, that works great with a standard 9V battery to give extra power to your projects. diff --git a/content/hardware/02.hero/boards/mega-2560/features.md b/content/hardware/02.hero/boards/mega-2560/features.md index b9ea221f9c..c301d6701f 100644 --- a/content/hardware/02.hero/boards/mega-2560/features.md +++ b/content/hardware/02.hero/boards/mega-2560/features.md @@ -1,32 +1,28 @@ + 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. + - - -The high Performance, low power AVR® 8-bit microcontroller. - - - - The ATmega2560 features 4kb (4096 bytes) of EEPROM, a memory which is not erased when powered off. + - + -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. +The Mega 2560 has 54 digital pins, whereas 15 supports PWM, and 16 analog input pins. -Connect to several devices through the 4x hardware serial ports (UARTs). +Connect to several devices through the 4x hardware serial ports (UARTs) to your Arduino Mega. diff --git a/content/hardware/02.hero/boards/micro/features.md b/content/hardware/02.hero/boards/micro/features.md index ec3df22e28..5542e3ab4f 100644 --- a/content/hardware/02.hero/boards/micro/features.md +++ b/content/hardware/02.hero/boards/micro/features.md @@ -6,30 +6,12 @@ The Micro is a microcontroller board based on the ATmega32U4, developed in conju - - -The high Performance, low power AVR® 8-bit microcontroller. - - - - - The ATmega32U4 has built-in USB communication that allows the Micro to appear as a mouse/keyboard on your machine. - - - - -The Micro features 20 digital pins, whereas 12 can be used as analog pins, and 7 as PWM pins. - - - - - -The ATmega32U4 features 1kb of EEPROM, a memory which is not erased when powered off. - + + diff --git a/content/hardware/02.hero/boards/uno-mini-le/features.md b/content/hardware/02.hero/boards/uno-mini-le/features.md index b19e6a34c6..fbdc0d14f9 100644 --- a/content/hardware/02.hero/boards/uno-mini-le/features.md +++ b/content/hardware/02.hero/boards/uno-mini-le/features.md @@ -6,18 +6,11 @@ The **UNO Mini Limited Edition (LE)** is a miniature version of the classic - - -The classic high-performance, low-power AVR® microcontroller. - - - - - The UNO Mini LE is roughly 25% the area size of the classic UNO board (but equally as powerful). + @@ -26,10 +19,4 @@ The pitch (distance between pin holes) is 0.05", or 1.27 mm. This is half the di - - -The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off. - - - diff --git a/content/hardware/02.hero/boards/uno-rev3-smd/features.md b/content/hardware/02.hero/boards/uno-rev3-smd/features.md index c1ef68ba65..4fcadad16f 100644 --- a/content/hardware/02.hero/boards/uno-rev3-smd/features.md +++ b/content/hardware/02.hero/boards/uno-rev3-smd/features.md @@ -8,18 +8,11 @@ The "SMD" stands for surface-mount device, and the microcontroller (ATmega328p) - - -The classic high-performance, low-power AVR® microcontroller. - - - - - The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off. + diff --git a/content/hardware/02.hero/boards/uno-rev3/features.md b/content/hardware/02.hero/boards/uno-rev3/features.md index 6cc791942a..ed0f547429 100644 --- a/content/hardware/02.hero/boards/uno-rev3/features.md +++ b/content/hardware/02.hero/boards/uno-rev3/features.md @@ -6,14 +6,6 @@ Arduino UNO is a microcontroller board based on the **ATmega328P**. It has 14 di - - -The classic high-performance, low-power AVR® microcontroller. - - - - - The ATmega328P can easily be replaced, as it is not soldered to the board. @@ -24,6 +16,7 @@ The ATmega328P can easily be replaced, as it is not soldered to the board. The ATmega328P also features 1kb of EEPROM, a memory which is not erased when powered off. + diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/features.md b/content/hardware/02.hero/boards/uno-wifi-rev2/features.md index 79067bee30..4cd9322cd6 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/features.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/features.md @@ -6,34 +6,20 @@ The Arduino UNO WiFi Rev 2 features the secure **ATECC608** crypto chip accelera - - -A powerful microcontroller with low-power architecture from the megaAVR® 0-series. - - - - - + Enables Bluetooth® and Wi-Fi connectivity for the UNO WiFi Rev2 board. - + + - + -The **LSM6DS3TR** is a low-power IMU module that includes a 3D digital accelerometer & gyroscope. +The UNO WiFi Rev2 comes with the LSM6DS3TR, a low-power IMU module that includes a 3D digital accelerometer & gyroscope. - + - - - The **ATECC608** crypto chip makes sure your data remains secure and private, and can store up to 16 keys in an EEPROM array. - - - - - \ No newline at end of file diff --git a/content/hardware/02.hero/boards/yun-rev2/features.md b/content/hardware/02.hero/boards/yun-rev2/features.md index b9e3a9e51b..20fe6c3490 100644 --- a/content/hardware/02.hero/boards/yun-rev2/features.md +++ b/content/hardware/02.hero/boards/yun-rev2/features.md @@ -6,26 +6,18 @@ The Yún Rev2 has the power of a Linux based system that enables advanced networ - + -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. - - - - - - - -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. - - +The Yún Rev2 is based on a Linux system that enables network connections and applications. + The Yún Rev2 board allows you to connect to the internet using the onboard WiFi or Ethernet connection. + diff --git a/content/hardware/02.hero/boards/zero/features.md b/content/hardware/02.hero/boards/zero/features.md index 509e389754..4640d20343 100644 --- a/content/hardware/02.hero/boards/zero/features.md +++ b/content/hardware/02.hero/boards/zero/features.md @@ -8,23 +8,24 @@ bootloader programming. - + -The powerful, low-power processor from Microchip. +The Zero comes with a built-in debugger, which can be used with the Arduino IDE 2.0 version. - + - + -The Zero comes with a **built-in debugger**, which can be used directly with the Arduino IDE 2.0 version to debug programs. +The Arduino Zero features a barrel plug connector, that works great with a standard 9V battery. - + -The Arduino Zero features a barrel plug connector, that works great with a standard 9V battery. +This board can be optimized to reduce power consumption via the Arduino Low Power library. + \ No newline at end of file