This page is placeholder for adding Arduino IDE support for Explore M3. Since there could be a few changes on bootloader front etc till the board goes for crowdfunding, this will be updated later. Also with the new board management feature on Arduino, the board can be added with a simple URL for all major Operating Systems. So do check back later!
Using Board Manager
Manual Installation
Windows
- Download and install the Arduino IDE (1.6.5 or later).
- Download and extract the contents of repository inside Arduino>Hardware directory of your Arduino Installation. Usually found under Documents>Arduino>Hardware. Verify that the directory structure looks like C:\Users\myPC\Documents\Arduino\hardware\Explore-M3. Note: This is for beta testers only, to get access to repo, please send an email with your github user-id
- Installing the Device Firmware Upgrade(DFU) Driver. This driver is used for programming the Explore M3.
- To upload a new program to Explore M3, put the board in programming mode by holding down the boot-loader switch, press and release the reset switch and then release the boot-loader switch.
- The board shows up as unknown device in device manager.
- Go to ..\Documents\Arduino\hardware\Explore-M3\tools\win and run the Zidag utility.
- Click on Options and select List All Devices
- Select the device as Explore M3 and assign WinUSB driver as shown
- Click on Install driver
- Verify in the device Manager that the driver is successfully installed.
- Install Virtual COM driver ; This driver makes the same USB interface appear as virtual com port. The virtual COM code on the Arduino resides with every sketch that uses the Serial Class.
- Select the appropriate COM port in the Arduino IDE and open the terminal to observe the output.