Hello Everyone,
We are developing one custom device using open thread protocol.
We are using SDK - nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 and Dev-kit - nRF52840.
We have one custom Host device (which is based on STM) to communicate with the Host device through UART, we are developing a Master (or Node nRF52840) device (using Open thread).
And we have our Gateway which used Open thread protocol to send commands to Node device.
Here, the entire system working is as below.
1. Host and Node communication happens using UART.
2. Node and Gateway communication happens using Open thread protocol.
So, I am new to this open thread protocol, I am studying now for this project. In the meantime, I would like to know which example from Thread (SDK) can configure as Node(nRF52840) to accept Command from the Gateway system. And send received command to Host(STM) via UART.
Please share the example to study for my requirement and its working architecture. Or we need to build from scratch please share steps to configure as a Node system.
Thanks in adavance
Reegards,
Rohit R