mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
"Do packet loss" => "Does packet loss"
This commit is contained in:
parent
259e688293
commit
e011e08566
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Now run the `radio-send` program several times with different variations:
|
|||
- change the length of the packet
|
||||
- different combinations of all of the above
|
||||
|
||||
Take note of how LQI changes with these changes. Do packet loss occur in any of these configurations?
|
||||
Take note of how LQI changes with these changes. Does packet loss occur in any of these configurations?
|
||||
|
||||
> NOTE if you decide to send many packets in a single program then you should use the `Timer` API to insert a delay of at least five milliseconds between the transmissions. This is required because the Dongle will use the radio medium right after it receives a packet. Not including the delay will result in the Dongle missing packets
|
||||
|
||||
|
|
Loading…
Reference in a new issue