Other Parts Discussed in Thread: CC110L, , CC1101
I want to communicate CC1200 with CC110L. Some important settings for CC110L is as following:
-
Deviation = 126.953125
-
Base frequency = 432.999817
-
RX filter BW = 541.666667
-
CRC enable = true
-
Modulation format = 2-GFSK
-
Preamble count = 4
-
Carrier frequency = 432.999817
-
Sync word qualifier mode = 30/32 sync word bits detected
-
Data rate = 249.939
When I use SmartRfStudio V2.5.1 to export the register settings for CC1200, I found it doesn’t have a default setting for 433M and 250k bps 2-GFSK. The following is the list of default settings:
So I start with the first one (1.2kbps). I can see value for register “AGC_CFG0” is 0x87. And then change the RF parameters as following, and I can see “AGC_CFG0” is still 0x87.
If I start with 100kbps, 2-GFSK, “AGC_CFG0” is 0x80. After I adjust the settings to the same as the picture above, it is still 0x80.
So “AGC_CFG0” is actually not tuned for 250kbps automatically by the software when I change the bit rate. It remains the value as when I select a default setting.
Some other registers has the same issue.
So my question is:
-
Can SmartRfStudio tuned all the necessary registers to optimal settings when I change my settings automatically?
-
If not, what should I do to get optimal register values for my setting (250kbps, 2GFSK, performance mode)