We are implementing a cluster based network using CC2650. There we have to implement a serial communication between 2 nodes. What are the best methods available for this?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
We are implementing a cluster based network using CC2650. There we have to implement a serial communication between 2 nodes. What are the best methods available for this?
Try to help you in your another duplicate post.
We are trying to implement a cluster based network where the clusters are separated using different PAN IDs. But in this method we cannot communicate between cluster heads. Therefore, we thought of implementing cluster heads using two CC2650 chips. One chip acts as the sink and collects data from nodes within the cluster and the other chip would be communicating with other cluster heads of the network. So the chip that collects data from the cluster should transmit data to the other chip which communicates the received data to the other cluster head. For the above mentioned communication between CC 2650 chips, we were looking for a communication method and we thought serial communication would be suitable. That’s the context of the above question.
I suppose you can try to use Zigbee protocol and interPAN communication to achieve this.