Where can I download the source program of the FRDM-KW38 resident example?

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

Where can I download the source program of the FRDM-KW38 resident example?

1,768 Views
lkl
Contributor I

Hi everyone.

   I'm using a FRDM-KW38.   It is introduced in the  Quick Start Guide of FRDM-KW38 that when frdm-kw38 is powered on for the first time,  the LED will blink, and the smart phone can be used for Bluetooth connection. Where can I download the source program of this example? 

Thank you very much in advance.

pastedImage_1.png

Labels (1)
Tags (1)
3 Replies

1,668 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Liu, I hope you're doing well!

 

The Out-of-Box demo for the FRDM-KW38 is a BLE Beacon SDK example which allows the development kit to begin sending non-connectable advertisement packages containing the following information:

 pastedImage_1.png

An updated version of the Beacon source code is included in the SDK package for the FRDM-KW38, now with the ability to also use Advertising Extensions, and the Coded PHY. This SDK example can be found in the following path after building, downloading and extracting the SDK from the SDK Builder site:

<…\SDK_2.6.5_FRDM-KW38\boards\frdmkw38\wireless_examples\bluetooth\beacon>

 

As an additional note, keep in mind that the Beacon SDK Example comes with Power Down Mode enabled by default. This can be changed by changing the value of the following macro definition to 0 in the app_preinclude.h header file:

/* Enable/Disable PowerDown functionality in PwrLib */
#define cPWR_UsePowerDownMode           0‍‍

Please let me know if you need any more information.

 

Take care, best regards,

Sebastian

1,668 Views
lkl
Contributor I

hi, Sebastian Del Rio

  Thank you very much!

  it works great!

 I read  Bluetooth Low Energy Demo Applications User's Guide .   This document is very helpful.

Thank you again for you powerfully support!     

0 Kudos
Reply

1,668 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi,

Glad to see the example was the one you were looking for!

Please let me know if you need any more information.

Take care, best regards,

Sebastian

0 Kudos
Reply