Hello, I'm using Nordic Thingy91 for a college project, but I'm having some trouble figuring something out... I've managed to install every required extension on Visual Studio with Nrf Connect, but I can't exactly find good tutorials on how to program directly on the board, nor do I find easy ways to flash Nordic Thingy 91.
According to one of the tutorials (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/working_with_nrf/nrf91/thingy91.html) one of the best ways to program is via a debug probe. I've never used one, though I have a decent enough idea of what they are. My biggest issue however, which I can't solve despite spending a few hours looking into it, is: does the Thingy91 have any external debug probe preference, or will any debug probe work? And if any debug probe works, is there some sort of setup I need to do with it before I can use it with the Thingy91?
This problem arises specially because I can't make the Blinky code work on the Thingy91, despite following several steps and recommendations from various sources on how to possibly fix.
I can flash the board properly via USB, using the app_signed.hex file, there are no errors accused in nrf connect, but when I turn on the board, nothing happens, it doesn't blink. This sort of problem seems to appear frequently in this support forum, so I figured some of these threads would have the answer I seek, but then I notice that the most popular ones are either 1+ years old or the solutions provided in them are very specific to the person asking the question.
I appreciate any help.