如何調整A8101 Tx Power to Max 20.11dbm
由於A8101的Config被Amiccom 原廠給封裝住,本篇介紹如何手動調整A8101的Tx Power to Max 20.11dbm
也可以根據底下pdf裡的第6章節Tx Power表,做任何的Tx Power值設定
定義TBC, TDC, TPC 3個變數設定為3,3,3
Uint8 TBC,TDC,TPC; TBC = 3; TDC = 3; TPC = 3;
在初始化RF之後打Tx之前加入底下Code,即可調整Tx Power to Max 20.11dbm
A8101_WriteReg(TXTEST_REG, 0xC0 | TBC | (TDC << 2) | (TPC << 4));