This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI
我查看2540说明书,在-6DBM的功率下,要十几mA的电流
而我现在是用了simpleperipheral的例程,里边做如下设置:
HCI_EXT_SetRxGainCmd(HCI_EXT_RX_GAIN_HIGH);
HCI_EXT_SetTxPowerCmd(HCI_EXT_TX_POWER_4_DBM);
设置发射功率到了4DBM,但是我测了下工作电流是10mA
我删除这个设置选项烧写后再测,依然是10mA
这个设置似乎不起作用。
求教如何进行正确的发射功率和接收增益设置,十分感谢