Other Parts Discussed in Thread: SMARTRFTM-STUDIO
Tool/software: Code Composer Studio
Hi,
In 15.4 stack/Sensor example, transmit power for CC13-90 is limited to between 18 and 27 dBm:
/*! Value for Transmit Power in dBm For US and ETSI band, Default value is 10, allowed values are -10, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 and 14dBm. For China band, allowed values are 6, 10, 13, 14 and 15dBm. For CC1190, allowed values are between 18, 23, 25, 26 and 27dBm. When the nodes in the network are close to each other lowering this value will help reduce saturation */ #ifndef DeviceFamily_CC13X2 #if CONFIG_RANGE_EXT_MODE #define CONFIG_TRANSMIT_POWER 26
But in Smart RF Studio, TX power can be set below 18dBm. 7, 14, 18 are listed as possible options.
So my question is, how do we set transmit power below 18dBm in Sensor example? Judging from the options in Smart RF studio, this can be done, but it is not enabled/implemented yet in sensor example.
Thanks in advance.