Hello,
I am trying to ultimately make a script which will compile the code for my Thingy52 and also automatically program it through the development kit.
As a part of this I want to use this pc-ble-driver-py script nus_collector.py I found here.
I have made sure that I am using pc-ble-driver-py v0.11.3 as recommended in the thread linked above.
This is now the output I get when I run the nus_collector script:
I also tried running the command with sudo, with the following (different) result:
Which is strange, because I have certainly added the ../nrfjprog directory to my PATH, see here:
I don't quite understand what is going on here, could anybody help?
Another related question is how the script actually finds the correct HEX-files to program the Thingy52 with? I can't seem to find any code in the script which determines the path to the files, which confuses me.