Skip to content

Commit aa98073

Browse files
committed
Update led_states.md
1 parent 7278efc commit aa98073

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/led_states.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When the device is first powered on or is reset, all LEDs will blink quickly thr
3030

3131
## Training
3232

33-
During Training, the green RSSI LEDs will cylon back and forth. One green LED is lit at a time and the lit LED moves from side to side.
33+
During [training](https://docs.sparkfun.com/SparkFun_LoRaSerial/training/), the green RSSI LEDs will cylon back and forth. One green LED is lit at a time and the lit LED moves from side to side.
3434

3535
G4 G3 G2 G1
3636
X
@@ -45,9 +45,9 @@ During Training, the green RSSI LEDs will cylon back and forth. One green LED is
4545

4646
Once training is complete, the radio will reset causing all LEDS to blink.
4747

48-
## LED Mode - LEDS_RSSI (4)
48+
## LED Mode - LEDS_RSSI
4949

50-
This is the default mode. The RSSI LEDs will indicate the link's signal strength.
50+
This is the default mode. The RSSI LEDs will indicate the link's signal strength. The mode number is 4.
5151

5252
The LED behavior may be changed by using the **AT-SelectLedUse** command and setting the value to one of the mode numbers described in the sections below. As an example, the following commands cause the LEDs to display different information about the radio's behavior.
5353

@@ -64,9 +64,13 @@ The LED behavior may be changed by using the **AT-SelectLedUse** command and set
6464
* The blue TX LED indicates when serial data is received over the radio and sent to the host, either over USB or hardware serial.
6565
* The yellow RX LED indicates when serial data is received from the host and sent over the radio.
6666

67-
## LED Mode - LEDS_MULTIPOINT (0)
67+
## LED Mode - LEDS_MULTIPOINT
6868

69-
This mode gives the user insight into when the link is hopping and when a heartbeat is transmitted/received.
69+
This mode gives the user insight into when the link is hopping and when a heartbeat is transmitted/received. The mode number is 0.
70+
71+
+++
72+
AT-SelectLedUse=40
73+
ATO
7074

7175
* The G4 LED pulses when the radio transmits a frame.
7276
* The G3 LED is pulse width modulated to indicate the last received RSSI level.
@@ -75,9 +79,13 @@ This mode gives the user insight into when the link is hopping and when a heartb
7579
* The blue LED pulses on the server radio when the server transmits a HEARTBEAT frame. The blue LED pulses on the client radio when the client successfully receives a HEARTBEAT frame from the server.
7680
* The yellow LED pulses each time a channel hop (frequency change) occurs.
7781

78-
## LED Mode - LEDS_RADIO_USE (3)
82+
## LED Mode - LEDS_RADIO_USE
7983

80-
This mode gives the user insight into when a bad or duplicate frame is detected.
84+
This mode gives the user insight into when a bad or duplicate frame is detected. The mode number is 3.
85+
86+
+++
87+
AT-SelectLedUse=3
88+
ATO
8189

8290
* The G4 LED pulses when the radio transmits a frame.
8391
* The G3 LED is pulse width modulated to indicate the last received RSSI level.

0 commit comments

Comments
 (0)