EVK-R41Z - User guide
UBX-19033357 - R03
Setting up the evaluation board
Page 21 of 23
11.
Open the NXP IoT Toolbox mobile app on your mobile device, and tap the “Beacons” icon:
Figure 28: NXP IoT toolbox mobile app
12.
See the beacon RSSI increase as you move the mobile device closer to the R41Z-EVAL.
Figure 29: Advertising beacon
13.
The advertising data for A, B, and C values may be changed in the file “app_config.c”:
/* Advertising Data */
static
const
uint8_t
adData0[1] = {
(
gapAdTypeFlags_t
)(
gLeGeneralDiscoverableMode_c
|
gBrEdrNotSupported_c
) };
static
uint8_t
adData1[26] = {
/* Company Identifier*/
mAdvCompanyId,
/* Beacon Identifier */
mBeaconId,
/* UUID */
mUuid,
/* A */
0x00, 0x00,
/* B */
0x00, 0x00,
/* C */
0x00, 0x00,
/* RSSI at 1m */
0x1E};