Hi there
how can I change the TX power of my cc2530EM to 4dBm,
I set macRadioSetTxPower(4); in my application init but nothing change...I test the packet RSSI by SmartRF studio and its still 0dBm.
with the best regards
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 there
how can I change the TX power of my cc2530EM to 4dBm,
I set macRadioSetTxPower(4); in my application init but nothing change...I test the packet RSSI by SmartRF studio and its still 0dBm.
with the best regards
I checked the RSSI with and without implemented code by smart RF studio and the measured value was equal.
Is there any different schemes to enhance TX power ?
I can only speak from my experience of CC1310 - The RSSI saturates at a certain level, so if you increase Tx power you won't see the change on the Rx side.
So from the data sheet find out what is the saturation level for Rssi.
Then move the Tx far away from Rx so that Rssi is below the saturation level.
Then try to change the power level of the Tx, you may notice the increased gain.
yes...so what is solution?
I need more signal coverage
what API or parameter do I need to set for this aim?
and also using this for indoor application.
Hello,
I'm not that experienced with the actual RF, but in my Z-Stack CC2530/8 experience, I use the function ZMacSetTransmitPower(), together with its enum type called ZMacTransmitPower_t, found in ZMAC.h.
I have used TX_PWR_PLUS_1 all the way up to TX_PWR_PLUS_19 and have noticed an improvement in the db power, the higher it is set, when measured with Perytons & CC2531 dongle. I have not done specific testing regarding the CC259x & specific antenna type, but in general we use the standard PCB antenna.
We are probably not using this function as intended for proper RF tuning, I'm just speaking from our experience.
how can I set 20 dbm TX power in my Application?
is it same function API like macRadioSetTxPower();?
for example macRadioSetTxPower(20);????