Part Number: CC110L
Hi,
I have a device sending the below data packets and "01010" is a sync data.
| 0101010000000 |
| 0101000001110 |
Can I configure the CC110L to receive and decode these data packets? I prefer not to decode them using the MCU.
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.
Part Number: CC110L
Hi,
I have a device sending the below data packets and "01010" is a sync data.
| 0101010000000 |
| 0101000001110 |
Can I configure the CC110L to receive and decode these data packets? I prefer not to decode them using the MCU.
The CC110L can only be programmed to search for a 2 bytes or 4 bytes sync word.
For all other packet formats, you need to use the device in Serial Synchronous Mode and process the packets in the MCU.
The sync word also needs to be preceded by a preamble (recommended 4 bytes), so you will most likely not be able to receive the data correctly if your transmitter only send 01010 + the payload.
Siri