Other Parts Discussed in Thread: CC2430, Z-STACK, CC2530
Hi,
My question relates to a previous post on this forum which was never clarified.
The CC2480 has RF test modes which can be enabled via the SYS_TEST_RF command. I've implemented the API function to enabled these and it works, however I need to set the TxPower parameter to match the same power level as per the normal operating mode. It's a requirement for compliance testing of a product.
I would like to know the default Tx power level for the CC2480 under normal operating conditions. Unfortunately I was unable to find this documented anywhere.
Here is the list of settings for SYS_TEST_RF:
|
TxPower |
Output power [dBm] |
|
0xFF |
0.6 |
|
0xDF |
0.5 |
|
0xBF |
0.3 |
|
0x9F |
0.2 |
|
0x7F |
-0.1 |
|
0x5F |
-0.4 |
|
0x3F |
-0.9 |
|
0x1F |
-1.5 |
|
0x1B |
-2.7 |
|
0x17 |
-4.0 |
|
0x13 |
-5.7 |
|
0x0F |
-7.9 |
|
0x0B |
-10.8 |
|
0x07 |
-15.4 |
|
0x06 |
-18.6 |
|
0x03 |
-25.2 |
Any help would be greatly appreciated.