From 31229687887678e519371e31ec1f6cb369b203c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20=28xq=29=20Quei=C3=9Fner?= Date: Sat, 13 Mar 2021 22:52:51 +0100 Subject: [PATCH] Adds new article stub, adds links to nrf52. --- website/articles/2021-03-13 black magic.md | 4 ++++ website/tutorials/03-nrf52.md | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 website/articles/2021-03-13 black magic.md diff --git a/website/articles/2021-03-13 black magic.md b/website/articles/2021-03-13 black magic.md new file mode 100644 index 0000000..e95dcf9 --- /dev/null +++ b/website/articles/2021-03-13 black magic.md @@ -0,0 +1,4 @@ +# Creating your own JTAG debugger + +Black Magic Probe: +https://paramaggarwal.medium.com/converting-an-stm32f103-board-to-a-black-magic-probe-c013cf2cc38c \ No newline at end of file diff --git a/website/tutorials/03-nrf52.md b/website/tutorials/03-nrf52.md index ed51cde..8a716d2 100644 --- a/website/tutorials/03-nrf52.md +++ b/website/tutorials/03-nrf52.md @@ -1,2 +1,9 @@ # Getting started with NRF52 +Used hardware: nRF52840 Dongle + +https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle/GetStarted + +https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop + +https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nc_programmer%2FUG%2Fnrf_connect_programmer%2Fncp_programming_dongle.html \ No newline at end of file