Other Parts Discussed in Thread: CC110L
我想请教一下社区里的大神,用一块CC110L发数据,用另一块CC110L接收数据,频率为433MHz,调制方式为OOK,
如果将前导码和同步字去掉,是否可以正常通讯,
目前有两块smartrf05eb,发现将前导码和同步字去掉之后收不到数据,是不是因为是某些设置的关系导致通讯失败
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.
这个是在Synchronous Serial Operation下,需要关掉sync detection和CRC calculation,由用户软件来实现。
The MCU must handle preamble and sync word detection in software.
The MCU must handle preamble and sync word insertion/detection in software, together with CRC calculation and insertion.
你可以仔细阅读一下芯片手册的5.26 Asynchronous and Synchronous Serial Operation。