PRODINo MKR Versions
Tutorial

This PRODINo MKR Versions tutorial will help you to start with your PRODINo MKR xxxx board.

PRODINo MKR Versions Examples...

How to install the board and the examples


1. Opening the Arduino IDE 

From a menu select Tools/Board: "xxxxxx">Boards manager...

Finding Arduino SAM Boards (32-bits ARM Cortex-M0+) by Arduino (you should select latest, the highest version)

2. Pressing over the red highlighted button

ProDino MKR Series Installing Board Boards Manager

Waiting to install the board software.

3. Updating Ethernet library version to latest

  1. 1
    From the many select Sketch>Include Library>Menage libraries...
  2. 2
    Finding Ethernet by Various (See AUTHORS file for details) Version 2.0.0 or latest
  3. 3
    Click Update
ProDino MKR Series Update Ethernet Library

4. Select Tools/Board: "xxxxxx">Boards manager...

Choose Arduino MKR GSM 1400. It is a board for all variants: ProDino MKR Zero, ProDino MKR Zero Ethernet, ProDino MKR GSM, ProDino MKR GSM Ethernet.

ProDino MKR Series Select Board from Boards Manager

5. Installing the board library:

  • 1
    Downloading and save a file "ProDinoMKRZero.zip"on your desktop.
  • 2
    Opening your Arduino IDE. From the menu select: Sketch > Include Library > Add .ZIP Library...
  • 3
    Select the zip file "ProDinoMKRZero.zip" from your desktop and click Open.
  • 4
    You can see our examples in: File > Examples > (Section: Examples from Custom Libraries) ProDino_MKRZero

Flashing firmware on the device


Powering the device

Connecting a board Vin to power supply. Voltage should be 8 - 30 V. Currency minimum 0.3 A. On the picture below power cable has a red and a black wires.

ProDino MKR Zero Ethernet V1 powering and programming

ProDino MKR Zero Ethernet

ProDino MKR Zero GSM Ethernet V1 powering and programming

ProDino MKR Zero GSM Ethernet

Plug USB micro connector in the programming port

As showed in pictures above.

You can see below where is a programming and debugging port.

ProDino MKR Versions Zero GSM Ethernet V1 programming and debugging port

The steps:

  1. 1
    Connecting a computer through USB cable
  2. 2
    Put the USB micro connector in programming and debugging port
  3. 3
    Powering the device
  4. 4
    In the Arduino IDE from menu Tools/Port set your board port "COMx (Adruino MKR GSM 1400)"
  5. 5
    Click Verify
  6. 6
    Click Upload