Hi,
I want to transmit an electric wave in 10dBm from 426.3MHz in GFSK now.
I set 0xc0 in PATABLE[0] to 8 bytes of PATABLE.
PATABLE[0] = 0xc0
PATABLE[1] = 0x00
PATABLE[2] = 0x00
PATABLE[3] = 0x00
PATABLE[4] = 0x00
PATABLE[5] = 0x00
PATABLE[6] = 0x00
PATABLE[7] = 0x00
If I want to transmit by 10dBm, Should I set 0x10 in FREND0(0x22) register?
In addition, I write in some TX power data at 8 bytes of PATABLE and will be all right even if I change which PATABLE I use in the PA_POWER[2:0] bit of the FREND0 register?
ex.
PATABLE[0] = 0xc0
PATABLE[1] = 0x50
PATABLE[2] = 0xC7
PATABLE[3] = 0x00
PATABLE[4] = 0x00
PATABLE[5] = 0x00
PATABLE[6] = 0x00
PATABLE[7] = 0x00