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: docs/led_states.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ When the device is first powered on or is reset, all LEDs will blink quickly thr
30
30
31
31
## Training
32
32
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.
34
34
35
35
G4 G3 G2 G1
36
36
X
@@ -45,9 +45,9 @@ During Training, the green RSSI LEDs will cylon back and forth. One green LED is
45
45
46
46
Once training is complete, the radio will reset causing all LEDS to blink.
47
47
48
-
## LED Mode - LEDS_RSSI (4)
48
+
## LED Mode - LEDS_RSSI
49
49
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.
51
51
52
52
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.
53
53
@@ -64,9 +64,13 @@ The LED behavior may be changed by using the **AT-SelectLedUse** command and set
64
64
* The blue TX LED indicates when serial data is received over the radio and sent to the host, either over USB or hardware serial.
65
65
* The yellow RX LED indicates when serial data is received from the host and sent over the radio.
66
66
67
-
## LED Mode - LEDS_MULTIPOINT (0)
67
+
## LED Mode - LEDS_MULTIPOINT
68
68
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
70
74
71
75
* The G4 LED pulses when the radio transmits a frame.
72
76
* 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
75
79
* 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.
76
80
* The yellow LED pulses each time a channel hop (frequency change) occurs.
77
81
78
-
## LED Mode - LEDS_RADIO_USE (3)
82
+
## LED Mode - LEDS_RADIO_USE
79
83
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
81
89
82
90
* The G4 LED pulses when the radio transmits a frame.
83
91
* The G3 LED is pulse width modulated to indicate the last received RSSI level.
0 commit comments