CC2541出现连接断开重连情况,什么原因?
我用DCDC给CC2541供电,标准输出电压为3.6V,使用恒压源作为供电端,20个片子中,有6个出现下列情况:
当恒压源输出为3.3-3.5V(CC2541的上电电压为:3.3V左右), 3.9V-4.2V(CC2541的上电电压为:3.6V左右)的时候,蓝牙连接很正常,
3.6-3.8V(CC2541的上电电压为:3.6V左右),此时总是出现连接断开,重连情况。
时断时连时抓包看出来的是:
1,广播包的fcs都是error
2,扫描惠福宝的fcs也是error
3,在
手机建立连接的瞬间都是master向slave发送包,但是没有s向m回复的包
设置是:
// How often to perform periodic event
#define PERIODIC_EVT_PERIOD 1000
// Whether to enable automa
tic parameter update request when a connection is formed
#define DEFAULT_ENABLE_UPDATE_REQUEST FALSE
// Minimum connection interval (units of 1.25ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 800
// Maximum connection interval (units of 1.25ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 1600
// Slave latency to use if automatic parameter update request is enabled
#define DEFAULT_DESIRED_SLAVE_LATENCY 3
// Supervision timeout value (units of 10ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_CONN_TIMEOUT 900
一周热门 更多>