Start ble app without switch

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Start ble app without switch

ソリューションへジャンプ
713件の閲覧回数
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 解決策
671件の閲覧回数
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 返信
672件の閲覧回数
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