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.
您好,现在购买了四块CC1352R launchpad,如题,想实现100M以内通信距离的、3Mbps的高速率传输速度的传感器应用。
遇到的困难,希望得到详细指导:
1、请问我ADC的采样频率为20Kbps,采用ti 15.4 stack协议后,数据量有多大呢?即编帧后的数据量多大呢?有相应的工具计算吗?
2、AES加密,在什么时候加密呢?是在我adc采集后加密?还是发送整帧数据后加密呢?
3、看论坛得知 ti 15.4 stack支持的速率有LRM 5kbps, 50kbps和200kbps,问:3Mbps的高速率传输速度可能吗?当然,4Mbps更好。
4、rfPacketErrorRate这个例程可以跑4Mbps,但是这个是drivers里的,请问drivers和15.4 stack的关系是什么呢?可以把这个rfPacketErrorRate移植到ti 15.4 stack里吗?因为需要跑协议,安全性,不能单单收发数据,所以选择了ti 15.4 stack。
5、请问CC1352R作为网关时,是如何收集多个节点传感器数据的呢?是分时收的吗?还是同时收过来呢?我要考虑一个带宽的问题。
6、看了官方的演示视频,http://edu.21dianyuan.com/index/course_video/vcid/1741,对演示的实物有疑问,网关的设计是cc1310+cc3220,但是实物演示中的网关只有最左边的一个开发板,不应该是有两个才对吗?
7、因为主要追求低功耗,所以选择了CC1352R,没有选择wifi芯片CC3220;蓝牙5.0数据传输速率高,但是节点比较少,我的应用可能有50个传感器节点,所以也没选择蓝牙5.0;我这个题目的需求有更适合的芯片吗?(低功耗、电池供电,100M以内通信距离的,3Mbps有效数据编帧后的xMbps的高速率传输速度,一个网关节点中的传感器节点为50左右的传感器数据收集应用)
问题有些多,但都是实际需求,有劳了!谢谢!希望能够得到宝贵的回复!
是你发送之前加密的,当然在STACK里面已经有加密选项。
CC1352R无法单独作为网关,是配合TI AM335x的LINUX平台。 可以设置节点的不太通上传间隔,15.4 自身有CSMA/CA机制。
Large packets are divided into equal length blocks (except the last block), then each block is sent, in a fragmented packet. This field is the corresponding block number. The first fragment (block 0) sets the block length, which must be maintained until the last block. The block length is arbitrary - defined by the application programmer, but the maximum block length is 246 bytes (max MT frame Len is 250, minus the extended fragmentation header of 4 bytes). Example: Suppose: a long data packet has 1100 bytes (Packet Len field = 1100), Programmer choice: transfer the data packet in 128-byte fragments,