Other Parts Discussed in Thread: CC1200
Hello
In the CC1310 SDK I used the exemple: rfWakeOnRadioRx
If I used just the Preamble detection, no RSSI detection (CarrierSenseMode_PQT).
The duration of Rx windows is 24 bits.
I am trying to set the CC1310 as on the CC1200 on 11 symbols.
See User's Guide of CC1200 §6.8, or SmartRF CC1200 PREAMBLE_CFG0.
|
PREAMBLE_CFG0 (0x000E) |
0xDA |
Preamble Detection Configuration Reg. 0 |
|
Bit No. |
Name |
Reset |
R/W |
Description |
|
7 |
PQT_EN |
0x01 |
R/W |
Preamble detection enable Values: 0 : Preamble detection disabled |
|
6:4 |
PQT_VALID_TIMEOUT |
0x05 |
R/W |
PQT start-up timer. PQT_VALID_TIMEOUT sets the number of symbols that must be received before PQT_VALID is asserted Values: 000 : 11 symbols |
|
3:0 |
PQT |
0x0a |
R/W |
Soft Decision PQT. A preamble is detected when the calculated preamble qualifier value (PQT_SYNC_ERR.PQT_ERROR) is less than PQT. A low threshold value means a strict preamble qualifier (preamble must be of high quality to be accepted) while a high threshold value will accept preamble of a poorer quality (increased probability of detecting false preamble) |
p, li { white-space: pre-wrap; }