Hi,
We are designing an IOT products using thread network. The chip using is CC2652PSIP. I checked the example projects like Cli_FTD, Doorlock, Shade etc and is working fine. I have some doubts and requirements and is listed below:
1) I wants to exchange data between two nodes. For example If I press a switch , data must be transferred from one node to another. Does data transfer is only possible using CoAP functionality ???. Is there any other methods for transferring data
2) In CLI_FTD example the uplink up,thread, CoAp etc are started by entering commands in the terminal. In my application, when I turn ON FTD node , he said services must be started without entering the command in the terminal. What are the procedures,steps and API's for starting the services.
3) In MTD node, I tried different print functions to output text messages on the terminal.But none of them are printing . What are the API's used for printing messages in the terminal.
Thanks