Rapid IOT device BT address

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

Rapid IOT device BT address

1,291 Views
EngHuiPeng
NXP Employee
NXP Employee

Is there any way to tell the BT address of the rapid IOT kit we have? our DFAE is checking with us as he need it for python code.

Thanks.

Regards,

Audrey

Labels (1)
4 Replies

1,121 Views
EngHuiPeng
NXP Employee
NXP Employee

Eric,

They need the format in the enclosure.

Where I can find the information of the Rapid iot unit. 

Thanks.

Regards,

Audrey

0 Kudos

1,121 Views
frq05186
NXP Employee
NXP Employee

Hi Audrey,

Then depending on your need you can:

  • Look at the back of the kit. On the sticker it is address after M. (1st Line)
  • Call a function in your embedded code to get this address via SW:
    • ATMO_MK64F_BLE_GetMacAddress if you are making use of the Rapid IoT Studio environment.

pastedImage_3.png

Using a docking station or latest OOB app from the studio you would see this in a terminal:

'Got MAC Address: 00:60:37:12:7A:A5"

pastedImage_2.png

NXP in this case starts with: 00:60:37 for This product.

Then 12:7A:A5 will be unique for each kit.

Comparing with the sticker at the back of the kit you can remove intermediate 4 0 bytes inserted  

1,121 Views
frq05186
NXP Employee
NXP Employee

Hi,

I am not fully sure which address you would like to get:

- Is it device UUID?

- Is it service UUID ?

Take a look in the Out Of the Box application code and look for 'BLE' folder.

in the ble.c and /or ble_mk64f.c you will certainly find the funciton you are looking for.

Eric

0 Kudos

1,121 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

I believe they are talking about the BD_ADDR which are the unique 48-bit addresses assigned to each Bluetooth device by the manufacturer.

Could you please check this application note? 

Regards, 

Estephania 

0 Kudos