You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,56 @@ The project is provided a [System Workbench for STM32](http://www.openstm32.org/
9
9
[Releases](https://github.com/bcmi-labs/mkrwan1300-fw/releases) contains the precompiled firmware that can be uploaded either using FWUpdaterBridge or MKRWANFWUpdate_standalone examples from in https://github.com/arduino-libraries/MKRWAN
10
10
11
11
All the code maintains its original license.
12
+
13
+
## AT Command List
14
+
15
+
| Command | Description
16
+
| ------------ | ------------- |
17
+
| AT+ADR | Get or Set the Adaptive Data Rate setting. (0: off, 1: on) |
18
+
| AT+APPEUI | Get or Set the Application EUI |
19
+
| AT+APPKEY | Get or Set the Application Key |
20
+
| AT+APPSKEY | Get or Set the Application Session Key |
21
+
| AT+BAND | Get or Set the Regional Band |
22
+
| AT+BAT | Get the battery level |
23
+
| AT+CERTIF | Set the module in LoraWan Certification Mode |
24
+
| AT+CFM | Get or Set the confirmation mode (0-1) |
25
+
| AT+CFS | Get confirmation status of the last AT+SEND (0-1) |
26
+
| AT+CLASS | Get or Set the Device Class |
27
+
| AT+CTX | send with confirmation |
28
+
| AT+DEV | Get the version of the AT_Slave FW |
29
+
| AT+DEVADDR | Get or Set the Device address |
30
+
| AT+DEVEUI | Get the Device EUI |
31
+
| AT+DFORMAT | select hex or binary format |
32
+
| AT+DR | Get or Set the Data Rate. (0-7 corresponding to DR_X) |
33
+
| AT+DUTYCYCLE | Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing |
34
+
| AT+FCD | Get or Set the Frame Counter Downlink |
35
+
| AT+FCU | Get or Set the Frame Counter Uplink |
36
+
| AT+IDNWK | Get or Set the Network ID |
37
+
| AT+JN1DL | Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms |
38
+
| AT+JN2DL | Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms |
39
+
| AT+JOIN | Join network |
40
+
| AT+MODE | Get or Set the Network Join Mode. (0: ABP, 1: OTAA) |
41
+
| AT+NJS | Get the join status |
42
+
| AT+NWK | Get or Set the public network mode. (0: off, 1: on) |
43
+
| AT+NWKSKEY | Get or Set the Network Session Key |
44
+
| AT+PORT | set application port |
45
+
| AT+REBOOT | Trig a reset of the MCU |
46
+
| AT+RECV | print last received data in raw format |
47
+
| AT+RECVB | print last received data in binary format (with hexadecimal values) |
48
+
| AT+RFPOWER | Get or Set the Transmit Power (0-5) |
49
+
| AT+RSSI | Get the RSSI of the last received packet |
50
+
| AT+RX1DL | Get or Set the delay between the end of the Tx and the Rx Window 1 in ms |
51
+
| AT+RX2DL | Get or Set the delay between the end of the Tx and the Rx Window 2 in ms |
52
+
| AT+RX2DR | Get or Set the Rx2 window data rate (0-7 corresponding to DR_X) |
53
+
| AT+RX2FQ | Get or Set the Rx2 window frequency |
54
+
| AT+SEND | Send text data along with the application port |
55
+
| AT+SENDB | Send hexadecimal data along with the application port |
56
+
| AT+SNR | Get the SNR of the last received packet |
0 commit comments