Close

Easy Arduino Setup

A project log for Explore M3

with Arduino and beyond. . .

ajmeri-jaiminAjmeri Jaimin 08/30/2016 at 15:111 Comment

Most of you would have started with beta testing using Arduino IDE by following the setup here.

Here is a utility that does the setup to start with Arduino. All you have to do is download the package and follow the installer instructions.

Download Windows/Linux package. Extract the zip package and run the installer.

1. Click browse button, select the Arduino IDE directory. Click Install. Click Next.

2. Connect the board in USB bootloader mode. After the board is detected click Install button.

3. Click Flash button, this will flash the test sketch and install serial driver


4. Click Done button, setup is complete that’s it !

The RGB LED on the board should now start to blink. Open Arduino IDE and open Serial Monitor. You should be able to see "Explore M3" on the serial monitor.

To verify the drivers installed,

    1. Open “Device Manager”, under View menu select “Show hidden devices”.

        2. Explore M3 device must be listed as show in the below image. (This screenshot was taken when board was disconnected)


        Discussions

        Salman Faris wrote 08/31/2016 at 17:13 point

        i just got this error when i compile test code in arduino 

        {runtime.tools.arm-none-eabi-gcc.path}/bin/arm-none-eabi-g++": CreateProcess error=2, The system cannot find the file specified

          Are you sure? yes | no