Skip to content

Commit a28dbc9

Browse files
committed
Update training docs
1 parent b332b30 commit a28dbc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ The default settings are as follows:
2121

2222
Serial can be passed into the unit either through the USB port, or over the serial connector. If the serial connector is used, the baud rate is 57600bps by default.
2323

24-
<sup>1</sup> The radios default to a published encryption key. For maximum security, we recommend changing the key using the training process.
24+
<sup>1</sup> The radios default to a published encryption key. For maximum security, we recommend changing the key using the [training process](http://docs.sparkfun.com/SparkFun_LoRaSerial/training/).
2525

2626
LoRaSerial is designed to get small amounts of data from point A to point B as easily as possible. If you've got a sensor, or Arduino, or any device that can output serial, then it can transmit data over long distances. LoRaSerial has been used to send data over 9 miles (14km) line-of-sight.

docs/training.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Press and hold the training button for 5 seconds. When the yellow LED flashes th
2525

2626
This mode (Training as Server) is convenient when multiple clients need to be paired to a server. For example, when a device is configured to be a Server in Multipoint mode, putting it in *Training as Server* mode will allow a user to put another radio into *Training as Client*. The radios will communicate and the Server radio will configure the client radio. Any number of client radios can be quickly and conveniently configured this way.
2727

28-
### Point-To-Point Training as Server
28+
## Simple Point-To-Point Training
2929

30-
If a radio is set for P2P mode, entering training mode as a server will generate a new random NetID and AES key. This is helpful in the field if you need to put a pair of radios onto a different network and encryption key from other radios that may be nearby. Note: You can also return a radio to factory defaults using the **ATF** command.
30+
If a radio is set for P2P mode, entering training mode as a server will generate a new random NetID and AES key. In other words, holding the Train button for 5 seconds on one radio will cause that radio to generate new, unique/secure P2P settings. On the other radio, hold the Train button for 2 seconds. This is helpful in the field if you need to put a pair of radios onto a different network and encryption key from other radios that may be nearby.
3131

3232
## Factory Reset
3333

34-
Press and hold the training button for 15 seconds to enter Factory Reset mode. You know you've held the Training button long enough when the blue LED flashes 3 times. Releasing the button will then return LoRaSerial to factory settings and erase NVM.
34+
Press and hold the training button for 15 seconds to enter Factory Reset mode. You know you've held the Training button long enough when the blue LED flashes 3 times. Releasing the button will then return LoRaSerial to factory settings and erase NVM. Note: You can also return a radio to factory defaults using the **ATF** command.
3535

3636
## Temporary Training Server
3737

0 commit comments

Comments
 (0)