Hello,
i was wondering if it is possible to have a node in a mesh, that is communicating to a PC via a COM-Port. I know it is possible to communicate via the J-Link Debugger, but could you also use the nRF-USB Port?
I tried to merge the light_switch example with the usbd_cdc_acm example, but I ran into an error in the app_usbd_init function. It had to do with the softdevice being present. I managed to get rid of it, by disabling it before and re-enabling it after. This doesn't seem like a "clean" solution and i am getting a new error within the mesh_provisionee_prov_start function, but I can't track it down [Errorcode 108].
Cheers,
Kilian