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.
I have recently purchased CC1101CC1190EMK915 evaluation board for CC1101 and CC1190 at 915MHz band.
I am using an XMEGA-A3BU Xplained demo board to talk to the RF board for evaluation purposes (should not impact these observations).
During initial testing, I was only able to achieve 300m max range from the units using simple low bit-rate data transmission (using values from smartRF studio). This seemed curious since these units should be able to provide km's of range (so I hear). To investigate further, I connected the RF output of the eval board to my RF Explorer and set the CC1101 to transmit a continuous wave (OOK with both on and off set to same power level - as per smartRF studio).
The CC1101-CC1190 eval board is connected to it's own power supply capable of supplying 5A with thick (2mm^2) wires. Both positive and all three ground terminals are connected from connectors P1 & P2. Connection to XMEGA via SPI port and two independent GPIO's for PA/LNA control. I have verified the SPI communication and ability to set registers in the CC1101. Operation of PA and LNA have also been confirmed. The rectangular box on top of the RFexplorer provides 6dB of attenuation which is accounted for with internal settings.
I then took peak readings for a range of RF output powers (set in PATABLE registers), however I was not able to produce any more than approx -8dBm. Adjusting the PATABLE settings from -20dB to +5dB (output of CC1101 - input to CC1190) only varied this maximum power by about 2-3dBm??? Therefore I can see that the full power is not being delivered properly. Interestingly, the power consumption of the device actually matched closely to the datasheet during these tests (90mA - 260mA) with higher power settings drawing higher currents. So where is this power going?
When we look at these plots, it can be seen that the peak amplitude varies very little, but the bandwidth (frequency spread of the transmitted signal) increases with higher powers. So it looks like the energy is not being "focused" into the centre frequency, but rather just spreading out sideways.
PATABLE 0x0E -20dBm
PATABLE 0x8E 0dBm
To be honest, both of the above plots seem to consume too much bandwidth.
Can anyone suggest why this may be occurring and how to resolve it to produce higher output power and range?
Here is a photo from my oscilloscope. The yellow line is the CSn wire and the blue line is the SO wire.
You can see that there is more than 40us between the two CSn high-low transitions. CSn has been held high for 5ms preceding the first high-low transition.
I can confirm that the SO wire is working since I see signals there during SPI communications later in program execution. None the less, my code then issues the SRES command strobe until the chip status byte returns 'idle' and then proceeds.
The registers are reading back correctly after being set as confirmed using xmega debug.
I have confirmed the voltage levels on CC1190 control set by GPIO are as follows for continuous TX mode:
LNA_EN = 0V
PA_EN = 3.3V
HGM = 3.3V
This is very confusing...
Do you have a plot showing the manual reset and also showing the SI line and the SRES command strobe? The low SO signal indicates that the XOSC is ready and stable, so that is ok, but you should get a transision of the SO signal during the SRES command strobe.
CC Debugger arrived today. I have connected the debugger to the device according that suggested in CC debugger datasheet figure 10. After updating the CC debugger firmware to 044 it recognised the CC1101 and the led turned green:
RF Studio recognised the debugger and I was able to make the following settings:
The power supply was supplying approx. 150mA during this mode setting. The transmission was visible on my RF Explorer and here is a screen dump:
Again the output power was only -7.5dBm at its peak (not 20dBm as set in RF studio).
This is leaving me scratching my head... Any further thoughts?
Ok, so I decided to switch out the 6dB RF attenuator for a 30dB attenuator I purchased from Ebay:
The RF explorer now shows +14dBm signal! The power supply is also now showing approx. 200mA current. Here is a screen shot:
Looks like the problem was mainly the attenuator. However the reading is still -6dBm from the RF studio settings. Perhaps some signal is being lost in the 30cm cable I am using. I will replace this next to see if this improves the situation.