Other Parts Discussed in Thread: CC1352P, CC1352R
hi,
I am using CC1352P as collector and CC1352R as sensor for custom board
In Config.h file of Application Folder which macro is related to maximum distance(Data Exchange between sensor and collector is 45 meters(150 feet) expected)
If i use this macro in both collector and sensor config files the maximum distance we found is 3meters. But with launchpads we can able to acheive 45 meters.
#define CONFIG_RANGE_EXT_MODE APIMAC_NO_EXTENDER //APIMAC_HIGH_GAIN_MODE//
#define CONFIG_PA_TYPE APIMAC_DEFAULT_PA //APIMAC_HIGH_PA/
Note: If i use the below the sensor and collector are not communicating
#define CONFIG_RANGE_EXT_MODE APIMAC_NO_EXTENDER //APIMAC_HIGH_GAIN_MODE//
#define CONFIG_PA_TYPE APIMAC_HIGH_PA //APIMAC_DEFAULT_PA//
Can any one suggest which macro should be used