@黄书剑
peng@freqchip.com
这个是我司销售的邮箱,可以发邮件询价
Z
ZR 发布的帖子
-
RE: FR8016HL_V2 development board schematic and application note.发布在 FR801xH
@wfkwok 这个不是我们官方的板子,我这边也没有
-
RE: F801x BLE chip coded PHY 125k.发布在 FR801xH
@wfkwok 在 F801x BLE chip coded PHY 125k. 中说:
coded PHY 125k Long Range
支持的,看下这个接口,连接成功后直接更新参数就行
/**********************************************************************
- @fn gap_conn_phy_update
- @brief Set active link PHY mode.
- @param conidx - connection handle/index of the connection.
-
tx_phy - TX PHY mode. //!< see @GAP_PHY_VALUES 1M/2M/Coded -
rx_phy - RX PHY mode. //!< see @GAP_PHY_VALUES 1M/2M/Coded -
coded_rate - Coded PHY rate. //!< see @GAP_CODED_PHY_RATE 125k/500k - @return None.
*/
void gap_conn_phy_update(uint8_t conidx, uint8_t tx_phy, uint8_t rx_phy, uint8_t coded_rate);