Loading...
Searching...
No Matches
Arduino MKR WAN 1300

Support for the Arduino MKR WAN 1300 board. More...

Detailed Description

Support for the Arduino MKR WAN 1300 board.

General information

The Arduino MKR WAN 1300 board is a learning and development board that provides LoRa connectivity and is powered by an Atmel SAMD21 microcontroller.

Pinout

Arduino MKR WAN 1300 pinout

Flash the board

Use BOARD=arduino-mkrwan1300 with the make command.
Example with hello-world application:

make BOARD=arduino-mkrwan1300 -C examples/hello-world flash
Note
If the application crashes, automatic reflashing via USB, as explained above won't be possible. In this case, the board must be set in bootloader mode by double tapping the reset button before running the flash command.

Accessing STDIO via UART

STDIO of RIOT is directly available over the USB port.

The TERM_DELAY environment variable can be used to add a delay (in second) before opening the serial terminal. The default value is 2s which should be enough in most of the situation.

Files

file  board.h
 Support for the Arduino MKRWAN1300 board.
 
file  periph_conf.h
 Configuration of CPU peripherals for Arduino MKRWAN1300 board.