Cypress技术论坛
直播中

李云逍

7年用户 180经验值
私信 关注
[问答]

20706如何设置tx功率?

亲爱的各位,
数据表显示,在HCI测试中,20706可以达到+12dBm的TX功率。
但是现在是+3dB.如何设置TX功率?

以上来自于百度翻译


     以下为原文
  Dear all,

          The datasheet said 20706 can reach +12dbm tx power in HCI test,
But now it is +3dbm.How to set the tx power?

回帖(8)

程傍纯

2018-12-10 16:26:59
你好,
试试看,
/**
*函数WICEDEXBTYDEVFETSETXTXYPOWER
*
*命令设置TX电源上的链路
*
*@ PARAM[in ] BDYADDR:对等地址
*设置ADV TX电源保持BDY-ADDR空值
*PARAM[In ]电源:DB中的功率值
*
*@返回WICDED结果REST
*
**
WICEDDYRESUTTWT WICEDEXBTXDEVYSETIGTXYPOWER(WICEDEXBTI DEVICEX地址ADDR,BDY-ADDR,INT POWER);
/**
*函数
*
*命令设置LE广告TX电源
*
*PARAM[In ]电源:DB中的功率值
*
*@返回WICDED结果REST
*
**
WICDED RESUTTIVT WICEDEXBTVDEVSETIGADVADXTXIPOWER(INTION POWER);

以上来自于百度翻译


     以下为原文
  Hi,
 
Try to this,  
 
/**
* Function         wiced_bt_dev_set_tx_power
*
*  Command to set the tx power on link
*
* @param[in]       bd_addr       : peer address
*                                  To set Adv Tx power keep bd_addr NULL
* @param[in]       power          :  power value in db
*
* @return          wiced_result_t
*
**/
wiced_result_t wiced_bt_dev_set_tx_power( wiced_bt_device_address_t bd_addr, int power );
 
 
/**
* Function         wiced_bt_dev_set_adv_tx_power
*
*  Command to set LE Advertisement tx power
*
* @param[in]       power          :  power value in db
*
* @return          wiced_result_t
*
**/
wiced_result_t wiced_bt_dev_set_adv_tx_power( int power );
举报

傅双育

2018-12-10 16:36:47
您好!
您可以在WICEDEXBTYCFG.C中设置BR TX电源。
布瑞恩

以上来自于百度翻译


     以下为原文
  Hi
 
You can set  BR tx power in wiced_bt_cfg.c
 
Brian
举报

陈炜

2018-12-10 16:45:55
您好!
试试这个:
/**
*函数
*
*命令设置LE广告TX电源
*
*PARAM[In ]电源:DB中的功率值
*
*@返回WICDED结果REST
*
**
WICEDDYRESUTTIVT WICEDEXBTVDEVSETIGADVADXTXIPOWER(INT POWER)
在ADV之前调用它,并且可以将功率设置为:- 16 / - 12 / - 8 / - 4/0 / 4/8 / 12。
当做
詹森

以上来自于百度翻译


     以下为原文
  Hi
 
 
Try this:
/**
* Function         wiced_bt_dev_set_adv_tx_power
*
*  Command to set LE Advertisement tx power
*
* @param[in]       power          :  power value in db
*
* @return          wiced_result_t
*
**/
wiced_result_t wiced_bt_dev_set_adv_tx_power(int power)
 
Call it before the ADV, and the power can be set to: -16/-12/-8/-4/0/4/8/12
 
Regards
Jenson
举报

陈华

2018-12-10 16:58:36
引用: 底牌天使 发表于 2018-12-10 19:40
你好,
试试看,
/**

你好:
它不存在于这个项目中,我不知道你在哪里找到它。

以上来自于百度翻译


     以下为原文
  Hi :
     wiced_bt_dev_set_tx_power It does not exist in the project,I don't know where you find it.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分