Hi Nordic Semiconductor!
Over the years I've been using your development kits, some days ago I got the nRF5340-DK and started on a new computer. Normally I dive into the PS and start on a blank project. This time I thought I would at the top instead with examples and read only what I need to know.. First I have some feedback and then one or two questions.
I'm on Windows 10 and the DK has version PCA10095 (1.0.0)
Feedback
It shouldn’t be this hard as described below..
1.
Downloaded nRF Connect, installed the Toolchain Manager. Installed nRF Connect SDK v1.6.1, changed the path to my own liking (D:\Program Files\NordicSemiconductor).
When trying to compile the Thread CLI example I get the following error "create_nordic_project.py failed (1)" looking at the output it looks like part of the script can't handle the space in "Program Files".
2.
Uninstalling and reinstalling nRF Connect SDK v1.6.1 to a new path (D:\Program\NordicSemi).
Trying a new to compile the Thread CLI example, now it can't compile a crypto something file.. reading on the web and looking at the whole path, it is too long, something like 274 chars (where I've given around 25 of them..).
3.
Once again reinstalled nRF Connect SDK v1.6.1 to a new path (C:\N), it now compiles and builds the example. I'm following the "Developing Thread Products using nRF Connect SDK". Suddenly the tutorial author has two PuTTY consoles open connected to the nRF. When I plug the DK into my computer I get three COM-ports, and none if I plug it into the “nRF USB”-connector.. and no PuTTY connection information. After some trial and error and looking at the web I get it right.
Questions
1.
When I boot my DK I get a “uart” prompt on my comport I can communicate with the DK and I can see a “ot” command in the list of commands. When I try for example “ot help” it freezes, nothing happens, and I must reboot my DK. I thought this example should work out of the box? I.e. I have done nothing to the code (following the "Developing Thread Products using nRF Connect SDK" youtube video).
2.
What are the othe two COM-ports for? If I remember correctly the first time I plugged the DK in COM3 (the others were COM4 and COM5) was the working one, last time it was COM5 that was working.
Best regards
Peter