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.

configuring antenna properties

Other Parts Discussed in Thread: BLE-STACK, CC2640

Hello again,

I have a question about the antenna config. As described, there is a #define 

#define RF_FE_MODE_AND_BIAS           ( RF_FE_SINGLE_ENDED_RFP |  RF_FE_INT_BIAS ) // RF_FE_DIFFERENTIAL

in the ICallBLE -> bleUserConfig.h

It seems for me this does not have an effect to our implementation. I cannot find out where this setting is used in the project or c files.

So, is this the right setting? 

What is the meaning of this in bleUserConfig.c

// Differential Output
// ALT: Consider basing this direction on type of output (RF_FE_MODE_AND_BIAS)?

// Tx Power Values (Pout, IB, GC, TC)
const txPwrVal_t txPowerTable[] =
{ { TX_POWER_MINUS_21_DBM, GEN_TX_POWER_VAL( 0x07, 3, 0x0C ) },
{ TX_POWER_MINUS_18_DBM, GEN_TX_POWER_VAL( 0x09, 3, 0x0C ) },
{ TX_POWER_MINUS_15_DBM, GEN_TX_POWER_VAL( 0x0B, 3, 0x0C ) },
{ TX_POWER_MINUS_12_DBM, GEN_TX_POWER_VAL( 0x0B, 1, 0x14 ) },

We got a very poor communication range and very low (-75dB) level on a distance of 20cm.

Are there some hints?