This commit is contained in:
Mirabellensaft 2020-07-14 17:49:55 +02:00
parent 74031fc1b7
commit 92788c250c
2 changed files with 5 additions and 3 deletions

View file

@ -79,7 +79,9 @@ deviceid=588c06af0877c8f2 channel=20 TxPower=+8dBm app=loopback.hex
This line is printed by the `loopback` app on boot. It contains the device ID of the dongle, a 64-bit unique identifier (so everyone will see a different number); the radio channel that the device will use to communicate; and the transmission power of the radio in dBm.
At this point you should *not* get more output from `serial-term`. If you get "received N bytes" lines in output like this:
At this point you should *not* get more output from `serial-term`.
❗If you get "received N bytes" lines in output like this:
``` console
$ serial-term

View file

@ -1,10 +1,10 @@
# Radio Out
Open the `src/bin/radio-send.rs` file.
Open the `src/bin/radio-send.rs` file.
In this section you'll send radio packets from the DK to the Dongle and get familiar with the different settings of the radio API.
First run the program as it is. You should new output in the output of the `serial-term` program.
First run the program `radio-send.rs` as it is. You should see new output in the output of the `serial-term` program.
``` console
$ serial-term