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.

CC2541如何關閉Automatic gain control

Other Parts Discussed in Thread: CC2541

Dear TI,

CC2541如何關閉Automatic gain control

請問source code 裡面有變數可以調嗎?

有的話可以順便跟我講哪邊關嗎?

Thanks

Ben

  • 请问为什么想要关闭automatic gain control?

    CC2541有VS command可以调整Rx Gain但只能在Standard和High之间调整

    /*******************************************************************************
     * @fn          HCI_EXT_SetRxGainCmd API
     *
     * @brief       This HCI Extension API is used to set the receiver gain.
     *
     *              Related Events: HCI_VendorSpecifcCommandCompleteEvent
     *
     * input parameters
     *
     * @param       rxGain - HCI_EXT_RX_GAIN_STD, HCI_EXT_RX_GAIN_HIGH
     *
     * output parameters
     *
     * @param       None.
     *
     * @return      hciStatus_t
     */
    extern hciStatus_t HCI_EXT_SetRxGainCmd( uint8 rxGain );