Start ble app without switch

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

Start ble app without switch

跳至解决方案
1,800 次查看
Jangra
Contributor II

I am using KW38 evaluation board with heart rate demo code so how can we start Ble app (BleApp_Start()) without switch ?????

0 项奖励
回复
1 解答
1,758 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hi,

 

Hope you are doing well. The objective of the example is not only to use the function BleApp_Start();. You can see in the function BleApp_HandleKeys() that we have four functionalities with the buttons.

NoPowerDown.png

But if you don't want to use the buttons, and the other functionalities of the example, what you can do is call the BleApp_Start() function inside the main_task() function, on the line before App_Thread (param);

Hope this helps.

 

Regards,

Ricardo

在原帖中查看解决方案

1 回复
1,759 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hi,

 

Hope you are doing well. The objective of the example is not only to use the function BleApp_Start();. You can see in the function BleApp_HandleKeys() that we have four functionalities with the buttons.

NoPowerDown.png

But if you don't want to use the buttons, and the other functionalities of the example, what you can do is call the BleApp_Start() function inside the main_task() function, on the line before App_Thread (param);

Hope this helps.

 

Regards,

Ricardo