mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-04-19 13:02:14 +03:00
Corrected spelling and naming
This commit is contained in:
parent
47d7f77932
commit
1d0e3a6da5
@ -10,7 +10,7 @@
|
|||||||
can filter out radios you want to ignore, without making an addressing scheme.
|
can filter out radios you want to ignore, without making an addressing scheme.
|
||||||
|
|
||||||
Spreading factor affects reliability of transmission at high rates, however,
|
Spreading factor affects reliability of transmission at high rates, however,
|
||||||
so avoid a hugh spreading factor when you're sending continually.
|
so avoid a huge spreading factor when you're sending continually.
|
||||||
|
|
||||||
See the Semtech datasheet, http://www.semtech.com/images/datasheet/sx1276.pdf
|
See the Semtech datasheet, http://www.semtech.com/images/datasheet/sx1276.pdf
|
||||||
for more on Spreading Factor.
|
for more on Spreading Factor.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Sends a message every half second, and polls continually
|
Sends a message every half second, and polls continually
|
||||||
for new incoming messages. Sets the LoRa radio's Sync Word.
|
for new incoming messages. Sets the LoRa radio's Sync Word.
|
||||||
|
|
||||||
Spreading factor is basically the radio's network ID. Radios with different
|
The Sync Word is basically the radio's network ID. Radios with different
|
||||||
Sync Words will not receive each other's transmissions. This is one way you
|
Sync Words will not receive each other's transmissions. This is one way you
|
||||||
can filter out radios you want to ignore, without making an addressing scheme.
|
can filter out radios you want to ignore, without making an addressing scheme.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user