Difference between revisions of "Installing Microduino Boards Using Arduino Boards Manager"
Line 1: | Line 1: | ||
This guide will show how to install the Microduino board definitions, libraries and examples to the official Arduino IDE using the Boards Manager features. | This guide will show how to install the Microduino board definitions, libraries and examples to the official Arduino IDE using the Boards Manager features. | ||
=Driver Installation= | =Driver Installation= | ||
− | Microduino boards uses various drivers to be able to communicate and program the different [[Core modules]]. The two drivers that | + | Microduino boards uses various drivers to be able to communicate and program the different [[Core modules]]. The two drivers that are required to be installed are the FTDI VCP drivers and CH341 driver. |
==FTDI VCP Driver== | ==FTDI VCP Driver== | ||
Line 14: | Line 14: | ||
The latest driver package can be found on the official WCH website here: http://www.wch.cn/ (Chinese). | The latest driver package can be found on the official WCH website here: http://www.wch.cn/ (Chinese). | ||
+ | |||
+ | =Boards Manager= | ||
+ | With Arduino IDE version 1.6.4 and above support for Boards Manager adds the ability to install board definitions (including libraries and examples) to the official Arduino IDE. It also allows to receive updates on board definitions. | ||
+ | |||
+ | This is a convenient way to stay up to date without have to install custom Arduino IDEs for various board types. |
Revision as of 23:08, 25 January 2017
This guide will show how to install the Microduino board definitions, libraries and examples to the official Arduino IDE using the Boards Manager features.
Driver Installation
Microduino boards uses various drivers to be able to communicate and program the different Core modules. The two drivers that are required to be installed are the FTDI VCP drivers and CH341 driver.
FTDI VCP Driver
Most of the core modules will require the FTDI Virtual COM port drivers.
The latest drivers can be found on the official FTDI website here: http://www.ftdichip.com/Drivers/VCP.htm
CH341 Driver
This driver is required for the mCookie mBattery module.
The latest driver package can be found on the official WCH website here: http://www.wch.cn/ (Chinese).
Boards Manager
With Arduino IDE version 1.6.4 and above support for Boards Manager adds the ability to install board definitions (including libraries and examples) to the official Arduino IDE. It also allows to receive updates on board definitions.
This is a convenient way to stay up to date without have to install custom Arduino IDEs for various board types.