Hi,
I am new to nRF Connect and the nrf52840 Dongle and I am a little confused on how to get started.
I followed the getting started a bit, but somehow I suspect this is a little out-of-date as it lists the nRF5 SDK and the SEGGER Embedded Studio as optional but I also saw mentions of them being not recommended anymore.
I also followed nRF Connect SDK install and VS Code nrf connect install and the command line tool which also required some SEGGER jlink support.
Now that I have installed all those tools I was able to build the zephyr blinky application but the nrf52840 dongle does not appear in the conneted devices list.
I made sure my user has the correct permissions and the dongle is recognized by the system.
There is a lot of documentation which I _think_ does not apply to the dongle but is nevertheless referenced to by the documentation.
I installed the "Programmer" from nRF Connect for Desktop (not have seen that being mentioned anywhere in the documentation) and was able to Write a hex file to the board.
Is it correct that all this Segger JLink is not required for the nrf52840 Dongle? And will nRF Connect SDK and the command line tools work correctly if is not installed?
Is a zip file as in blinky.zip required to program the Dongle? I saw this mentioned in quite a few places, but this is not part of my VS Code build output.
Does VS Code support the Dongle as a target in the sense that is will show up in "Connedted Devices" or will that not work as it does not have JLink support?
What is the second example mentioned here which I could test to flash the Dongle?
Thanks!