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.

CC2530: connecting CC2591 using Zstack

Part Number: CC2530
Other Parts Discussed in Thread: CC2591, , CC2531, RF-RANGE-ESTIMATOR

Hi,

      I am using Zstack V2.62 and have a cc2591 connected to a cc2530 micro

      The connections on the cc2591 are

      PAEN to P1_3 on the micro

      EN to P1_2 on the micro

      HGM connected to VDD

      TXRX not connected

       I have enabled HAL_PA_LNA, enabled P1_2 and P1_3 for the alternative function to use OBSSEL2 and 3 for controlling the CC2591

      I have set the following in mac_radio_defs.c

RFC_OBS_CTRL0 = RFC_OBS_CTRL_PA_PD_INV;
OBSSEL3 = OBSSEL_OBS_CTRL0; /* use P1_3 for PA Control */

RFC_OBS_CTRL1 = RFC_OBS_CTRL_LNAMIX_PD_INV;
OBSSEL2 = OBSSEL_OBS_CTRL1; /* use P1_2 for LNA Control */

       I have called HAL_BOARD_RF_FRONTEND_SETUP() and increased the power using macRadioSetTxPower(19) which is returning 19

MAC_RUNTIME_CC2591 has not been defined 

       I have done this on a coordinator and router but do not seem to be getting any additional range with the higher power about 60 meters

       Any advice on the setup to increase the range  would be appreciated

Thank You