From b168f44c760dda609a3f47cd9614b6524ef438f6 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Wed, 5 May 2021 15:29:28 +0200 Subject: [PATCH] rmote about dongle blinking (it doesn't do that anymore) --- embedded-workshop-book/src/dongle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/dongle.md b/embedded-workshop-book/src/dongle.md index 648c784..066176b 100644 --- a/embedded-workshop-book/src/dongle.md +++ b/embedded-workshop-book/src/dongle.md @@ -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: