How to set the CC2530 output power to 4.5dBm:
I am now using CC2530ZDK @ Z-Stack 2.3.0-1.4.0 @ Sensor Demo software, I regard the output power maybe not set at 4.5 dBm, than the range can't achieve to 400m, and just at 200m,
the follow is copy from z_mac internal.h
--------------------------------------------------------
// MAC Type Indication
#define ZMAC_F8W
// PHY transiver output power values
#define OUTPUT_POWER_0DBM 0x00
#define OUTPUT_POWER_N1DBM 0x21
#define OUTPUT_POWER_N3DBM 0x23
#define OUTPUT_POWER_N5DBM 0x25
#define OUTPUT_POWER_N7DBM 0x27
#define OUTPUT_POWER_N10DBM 0x2A
#define OUTPUT_POWER_N15DBM 0x2F
#define OUTPUT_POWER_N25DBM 0x39
// MAC PIB Attributes
------------------------------------------------------------
you can see, the output power max just set to 0dBm. so, please help how to set the output power to 4.5dBm
I regard the data sheet that set the outpower to 4.5dBm is just set the TXPOWER=0xF5, but I can't find how to process is at Z_stack, please give your great help. thanks.
BestRegard.Yihua