Trying to build the OpenThread sample programs (coap_server and coap_client) and am running into some problems that I hope someone might recognize as an easy fix.
In the documentation for these apps, it says there are some prerequisites.
Configuring Thread in nRF Connect SDK
The first problem I am facing is just complete uncertainty of how to do these things in the VIsualStudio Code method. I can see something like the modules if I click on the kconfig item in VS and bring up the checklist of optional modules but it is unclear exactly which ones should be turned on.
Editing the other items I have no idea how to accomplish.
Second item is that my current compilation attempt (for the client) is erroring out on being able to find the coap_server_client_interface.h file. This file is present in the server directory but not the client directory(it is in "C:\nrf_apps\ot_coap_server\interface\coap_server_client_interface.h" but I am in the client build). Might that be solved by fixing #1 or is this a separate issue?
So sorry for the NOOB problems. Thank you for any advice.