Other Parts Discussed in Thread: CC2592
Hi,
I am working in cc2541. we want to increase the Bluetooth range from 0db to 4db how to increasethe db?
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.
Hi,
What do you mean by 0dB to 4dB?
What is your application?
If you want to increase the range, you may use CC2592 to boost the Tx power to +22dBm.
But please check your local Regulation on How much Tx power they allow it?
Thanks,
PM
Hi,
Thank you so much for the reply, In cc2541 stack, they have given the option as TX_POWER as 4 DBM how to increase the TX_POWER?
Just change LL_EXT_MAX_TX_POWER from LL_EXT_TX_POWER_0_DBM to LL_EXT_TX_POWER_4_DBM.
Hi
Thank you so much for the reply, we don't have spectrum analyzer any other option to check the tx power
Oops, this is my mistake. CC2541 only support max TX power upto 0 dbm and that's why LL_EXT_MAX_TX_POWER is set to LL_EXT_TX_POWER_0_DBM for CC2541. If you need to increase power, I think adding PA is the only way.