I am currently trying to implement a Thread functionality on an nRF Dongle connected to a windows machine. Its intent is to be able to recieve messages from other thread components, and transfere the messages to a windows application.
I have tried following different examples, such as the MQTT_client_publisher and Coap_server, but I keep getting stuck on an issue where the dongle freezes when calling otSysInit(0, NULL);. Is this call needed to use thread?
I have also tried to include softdevice, (s140.6.1.0) when flashing the application, but it does not fix the issue.
Any help is greeted with thanks!
Best Regards