Why is the high current from the bluetooth(QN9020) connection?(QPPS.bin firmware )

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Why is the high current from the bluetooth(QN9020) connection?(QPPS.bin firmware )

459 次查看
cemsahin
Contributor I

Hi ,

I used minidk QN9020 development kit. I'm working on qpps.bin software. When the connection is established, the processor is using high current.(about 500ua) . Current is low in other applications. for example proxy reporter application is between 10 ua-50 ua. How can I drop the QPPs software current?

标签 (1)
0 项奖励
1 回复

323 次查看
gerardo_rodriguez
NXP Employee
NXP Employee

Hello cem sahin,

The reason that the current is higher in the QPPS demo is because the interval between the connection packets is shorter than on other demos. To decrease the average current consumption, you can increase the connection interval so the MCU spends more time in sleep mode.

The connection interval for the QPPS demo can be modified by the following macro definitions in usr_design.c:

#define IOS_CONN_INTV_MAX 0x0010
#define IOS_CONN_INTV_MIN 0x0008

Regards,

Gerardo

0 项奖励