(Windows)
Line 9: Line 9:
 
# [https://github.com/SaheblalBagwan/Explore-M3 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''  
 
# [https://github.com/SaheblalBagwan/Explore-M3 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.
 
#'''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.  
+
## 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 RGB LED turns green indicating boot-loader mode.  
 
## The board shows up as unknown device in device manager. [[File:1 driver M3.png|none]]
 
## The board shows up as unknown device in device manager. [[File:1 driver M3.png|none]]
 
##Go to '''''..\Documents\Arduino\hardware\Explore-M3\tools\win''''' and run the Zidag utility.[[File:2 driver M3.png]]
 
##Go to '''''..\Documents\Arduino\hardware\Explore-M3\tools\win''''' and run the Zidag utility.[[File:2 driver M3.png]]
Line 25: Line 25:
 
<br/>
 
<br/>
 
Also notice that the RGB LEDs and the LED on pin 13 blink in  a sequence.
 
Also notice that the RGB LEDs and the LED on pin 13 blink in  a sequence.
 +
{{DISQUS}}
 +
 
=Linux=
 
=Linux=

Revision as of 15:24, 17 May 2016

This guide is for beta testers only. The guide will be much simpler for the end user. If you are a beta tester please send an email to support@exploreembedded.com with your github userid to gain access to the test code.

Using Board Manager

This will be added after first public release. This will eliminate all manual installation steps below.

Windows

  1. Download and install the Arduino IDE (1.6.5 preferred).
  2. 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
  3. Installing the Device Firmware Upgrade(DFU) Driver. This driver is used for programming the Explore M3.
    1. 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 RGB LED turns green indicating boot-loader mode.
    2. The board shows up as unknown device in device manager.
      1 driver M3.png
    3. Go to ..\Documents\Arduino\hardware\Explore-M3\tools\win and run the Zidag utility.2 driver M3.png
    4. Click on Options and select List All Devices3 driver M3.png
    5. Select the device as Explore M3 and assign WinUSB driver as shown 3a driver M3.png
    6. Click on Install driver4 driver M3.png
    7. Verify in the device Manager that the driver is successfully installed. 5 driver M3.png
  4. 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.
    1. Open the _01_TestCode example as shown. 6 driver M3.png
    2. Put the board in programming mode and upload the sketch.7 driver M3.png
    3. The COM port will appear as shown. 8 driver M3.png
    4. Install the CDC driver using the Zidag utility this time. 9 driver M3.png 10 driver M3.png
    5. Verify successful installation in the device manager. 11 driver M3.png
  5. Select the appropriate COM port in the Arduino IDE and open the terminal to observe the output.12 driver M3.png


Also notice that the RGB LEDs and the LED on pin 13 blink in a sequence.

Linux