Other Parts Discussed in Thread: CC2538, CC2530
hi, 我这边想做个系统, 其中一个 cc2538做协调器, 其他都是 cc2530的节点, 没有 router.
通讯的数据量很小, 也不频繁.
我现在想问的是: 这样的网络结构, cc2538可以挂载多少个cc2530, 前提是要相对稳定.
有经验的大虾给个指导?
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.
你的网络有一个Coordinator,其他的设备都是End Device。
在通信过程中,Coordinator给End Device发数据,是基于End Device的poll data request的,Coordinator把数据buffer在底层等待End Device来取的。
以1s钟的间隔广播数据,Coordinator会给设备保留7.5s的时间,所以还没办法保存那么多的数据。
另外节点那边都是1s的间隔来请求数据,碰撞也会有问题。
想问下你的节点是有线供电的还是电池的,如果是有线供电的话,请改成Router。