Skip to main content

RAK612 WisNode Button AT Command Manual

The purpose of this section is to demonstrate on how to configure the LPWAN Button thru the use of AT Commands via a Serial Port Tool running in your Windows PC. The list below shows the AT Commands available for use:

AT CommandDescription
at+versionGet the current firmware version.
at+mode=0Set the LPWAN Button to work LoRaWAN mode.
at+band=XXXSet the region for LoRa.
• XXX - one of the following items: EU868 EU433, CN470, IN865, EU868, AU915, US915, KR920, AS923.
at+get_config=dev_euiCheck the current device EUI
at+set_config=join_mode:XSet the activation method
• X - 0: ABP, 1: OTAA
at+set_config=dev_eui:XXXXSet the device EUI for OTAA.
• XXXX - the device EUI.
at+set_config=app_eui:XXXXSet the application EUI for OTAA.
• XXXX - the application EUI.
at+set_config=app_key:XXXXSet the application key for OTAA.
• XXXX - the application key.
at+set_config=dev_addr:XXXXSet the device address for ABP.
• XXXX - the device address.
at+set_config=nwks_key:XXXXSet the network session key for ABP.
• XXXX - the network session key.
at+set_config=apps_key:XXXXSet the application session key for ABP.
• XXXX - the application session key.
at+set_config=timer_sleep:XXThe cycle time in seconds before the LPWAN Button will turn off since the last time you pressed any key
• XX - time in seconds; 0 - the default value meaning that it will not power cycle.
at+get_config=timer_sleepGet the current sleep timer value.
at+key_config=X,YY,ZZZZCustomize the function of each key.
• X - the number of the key that you want to customize
• YY - the frame port where you are sending the data
• ZZZZ - the actual data that you want to send when you press this specific key of the LPWAN Button.
at+send=XThe type of data that you are sending.
• X - 0: unconfirm, 1: confirm
at+join=otaaJoin via OTAA.
at+join=abpJoin via ABP.
at+reset=0Restart the LPWAN Button.