Reference   Language | Libraries | Comparison | Changes

MKRWAN

modem.changeBand()

Description

Change the LoRaWAN module band

Syntax

modem.changeBand(band);

Parameters

band: the chosen band. Can be one between:

  • AS923
  • AU915
  • EU868 (default value)
  • KR920
  • IN865
  • US915
  • US915_HYBRID

Returns

true if correctly configured, false otherwise

See also





Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.