Hi TI supporters!
I use cc1120 to transmit data:
-4bytes Preamble(0xAA) + 4 bytes sync(0x07) + payload(10byte)
Payload is:
tx_rf_buff[0] = 0x09; tx_rf_buff[1] = 0x0F; // serial number 1-6 tx_rf_buff[2] = 0x0F; tx_rf_buff[3] = 0x0F; tx_rf_buff[4] = 0x0F; tx_rf_buff[5] = 0x0F; tx_rf_buff[6] = 0x0F; tx_rf_buff[7] = 0x0F; // Mode 00 - PTT, 01 - sensor tx_rf_buff[8] = 0x0F; // Battery data 00-FF tx_rf_buff[9] = 0x0F;
When I send this packet, end of each packet have a noise pulse. I don't know what is this. This noise make frequency diviation is increase.
Can you help me fix this problem?
Thank you!
Vu.