CC2541 连接上电流为2ma 怎么降低其连接上的功耗
CC2541 连接上万能接收器,其电流为2ma 下面是我的连接参数,我 更改下下面的参数 连接电流不变
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 800
// Maximum connection interval (units of 1.25ms, 800=1000ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 800
// Slave latency to use if automatic parameter update request is enabled
#define DEFAULT_DESIRED_SLAVE_LATENCY 5
// Supervision timeout value (units of 10ms, 1000=10s) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_CONN_TIMEOUT 500
// Whether to enable automatic parameter update request when a connection is formed
#define DEFAULT_ENABLE_UPDATE_REQUEST TRUE
请问怎么使其连接电流变小
哪个例程?在TI开发板上吗?
建议断开所有IO口之后排查。
空中接口验证可以通过sniffer来看看。
可用示波器+采样电阻的方法看看,到底是哪一部分电流大。
1. 采用的是 HIDEmuKbd 例子 是TI的开发板
2. 断开IO口咋么设置
3.但是我用的适配器不是我们TI的 我用的是CSR4.0 我现在怀疑是不是我们不能够改变他的连接间隙
4.连接间隙如果是1s 这样我们传输数据会不会延时啊。比如我现在想做个鼠标。那么理论上是不是他就会延时啊