You are on page 1of 1

peer-to-peer transmision

There are 3 levels of commands:

sys for system command


mac for LoRaWan protocol related command
radio for low level radio transmission

The command sys get ver returns the firmware version, it is a good way to ensure
the mote works.

sys sleep 100-4294967296

sys reset //resets and restarts the module

sys factoryRESET //restores factory default values

sys set nvm 300 A5 //stores the value 0xA5 at user EEPROM address 0x300

sys set pindig <pin name ex:GPUI5> <pin state ex:1> //drives gpio5 high

mac pause //pauses the lorawan stack functionality if the response is different
from 0, to alow tranceiver radio configuration. the command replies the time in ms
that the device can be used without affecting the lorawan functionality. 0 is
returned when lorawan can not be paused and the maximum amount of time when lorawan
is idling.

mac resume //resumes lorawan

THE MAC PAUSE COMMAND MUST BE CALLED BEFORE ANY RADIO TRANSMISSION OR RECEPTION
EVEN IF NO MAC OPERATIONS HAVE BEEN INITIATED BEFORE.

You might also like