Dear sir,
I tried to implement ibeacon feature on KW41z.
I used the beacon example in MKW41Z_ConnSw_1.0.2.
The default packet is NXP beacon format.
I tried to change it to ibeacon packet format like below.
I used the beacon app "Locate" from App store. But I can't get my KW41 device.
Could you help me how I could implement the ibeacon feature on KW41 successfully.
Thanks.
BR,
Sean Wu
Weikeng Inc.
Hello Sean,
In the app.c file locate the BleApp_Init(void) function and comment everything on it.
This needs to be done as the function will generate a random UUID and replace the one you previously set in the aData1 with the random one; once you commented it and load the new firmware, the board must be recognized as an iBeacon.
Please let me know if had any issues with it or if it works.
Regards,
Estephania