mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
rmote about dongle blinking (it doesn't do that anymore)
This commit is contained in:
parent
989ed89661
commit
b168f44c76
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ After the device has been programmed it will automatically reset and start runni
|
|||
|
||||
🔎 Alternatively, you can also use nordic's own [`nrfutil`](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html) tool to convert a .hex file and flash it for you, among many other things `nrfutil` is a very powerful tool, but also unstable at times, which is why we replaced the parts we needed from it with `nrfdfu`.
|
||||
|
||||
The `loopback` application will *blink* the red LED in a heartbeat fashion: two fast blinks (LED on then off) followed by two periods of silence (LED off). The application will also make the Dongle enumerate itself as a CDC ACM device.
|
||||
🔎 The `loopback` application will make the Dongle enumerate itself as a CDC ACM device.
|
||||
|
||||
✅ Run `cargo xtask usb-list` tool to see the newly enumerated Dongle in the output:
|
||||
|
||||
|
|
Loading…
Reference in a new issue