|
2 | 2 |
|
3 | 3 | LoRaSerial radios are very flexible. By default, the radio is looking for serial communication at 57600bps. Open the terminal of your choice and enter +++ and wait for an OK. The radio is now ready for an AT command. |
4 | 4 |
|
| 5 | +A PDF of *all* AT commands is available [here](img/LoRaSerial%20AT%20Commands%20v2.0.pdf). |
| 6 | + |
5 | 7 | Below is a brief list of commands: |
6 | 8 |
|
7 | 9 | | AT Command | Command Description | |
@@ -32,18 +34,27 @@ Below is a brief list of commands: |
32 | 34 |
|
33 | 35 | *Table of AT Commands* |
34 | 36 |
|
35 | | -[](img/LoRaSerial%20AT%20Radio%20Commands%20-%20v2.0.pdf) |
| 37 | +The commands are best discussed in groups: |
36 | 38 |
|
37 | | -*Table of common radio link parameters* |
38 | | - |
39 | | -A PDF of *all* AT commands is available [here](img/LoRaSerial%20AT%20Commands%20v2.0.pdf). A table of the subset of the common Radio Link Parameters is available [here](img/LoRaSerial%20AT%20Commands%20v2.0.pdf) in PDF format. |
| 39 | +* [Radio Commands](http://docs.sparkfun.com/SparkFun_LoRaSerial/at_commands/#radio-commands) |
| 40 | +* [Serial Commands](http://docs.sparkfun.com/SparkFun_LoRaSerial/at_commands/#serial-commands) |
| 41 | +* [Info Commands](http://docs.sparkfun.com/SparkFun_LoRaSerial/at_commands/#info-commands) |
| 42 | +* Debug Commands |
40 | 43 |
|
41 | 44 | A parameter is set using the **AT-** prefix, followed by the name of the command with an equals sign and the value to set. For example sending **AT-Echo=1** will enable serial echo. This setting can be stored in NVM (non-volatile memory) by sending the **ATW** command. To query a setting, sending the AT command without a value and the device will respond with the current value. For example sending **AT-FrequencyMax** will generate the response **928.000** followed by **OK**. |
42 | 45 |
|
43 | 46 | Remote configuration is supported. If two radios are linked, all AT commands can be sent to the remote radio using the RT equivalent (ie, RTZ will reboot the remote radio). **Be careful** as it is very possible to break the link. For example, setting the remote AES key should be done first before setting the local AES key. |
44 | 47 |
|
45 | 48 | ## Radio Commands |
46 | 49 |
|
| 50 | +[](img/LoRaSerial%20AT%20Radio%20Commands%20-%20v2.0.pdf) |
| 51 | + |
| 52 | +*Table of common radio link parameters* |
| 53 | + |
| 54 | +A table of the subset of the common Radio Link Parameters is available [here](img/LoRaSerial%20AT%20Commands%20v2.0.pdf) in PDF format. |
| 55 | + |
| 56 | +**Note:** Some settings must be identical on both radios for the link to be possible. These settings are used to generate the unique hop table. If settings are not compatible between radios, they will not be able to communicate. |
| 57 | + |
47 | 58 | | AT Command | Command Description | |
48 | 59 | |------------|------------------------------------------| |
49 | 60 | | AT-AirSpeed | Data rate over the air. Overrides bandwidth, spread, and coding. |
|
0 commit comments