Close

1. Getting Started

A project log for Environmental Toolkit for an Ecological Area

LoRaWAN IoT system with the Arduino MKR WAN 1300, that help my community to monitor the air quality and water of our ecological area

guillermo-perez-guillenGuillermo Perez Guillen 07/26/2022 at 18:400 Comments

MKR WAN 1300 

Features:

Pinout:

Pin Description:

PROGRAMMING:

This board is programmed using Arduino IDE software which is an official software to program all Arduino boards: https://www.arduino.cc/en/software

If you want to program your MKR WAN 1300 you need to add the Atmel SAMD Core to it. This procedure is done selecting Tools menu, then Boards and last Boards Manager as shown below.

Now that the SAMD Core is installed, you can connect the board to the computer using a standard USB cable. Select your board type and port From Tools select the Board Arduino MKR WAN 1300. From Tools select the Board Arduino MKR WAN 1300.

Check the serial communication port.

Now before you get started you will have to update the latest firmware on the MKR 1300 using the MKRWANFWUpdate_standalone sketch here: https://github.com/arduino-libraries/MKRWAN/tree/master/examples/MKRWANFWUpdate_standalone

After these steps, you are ready to start programming your MKR WAN 1300 board. For example you can try the blink sketch.

Discussions