Start ble app without switch

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Start ble app without switch

Jump to solution
562 Views
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 Kudos
1 Solution
520 Views
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

View solution in original post

1 Reply
521 Views
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