How can I modify MAC Address advertised by QN9020 running Quintic Private Profile?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How can I modify MAC Address advertised by QN9020 running Quintic Private Profile?

2,630件の閲覧回数
rodri
Contributor II

I expected two different boards to have different IDs, but they advertise same MAC Address (seen with Android app BLE Scanner) and I don't find any user configurable variable or #define to modify in provided IAR project code.

Thanks 

2 返答(返信)

2,300件の閲覧回数
antonioconcio
NXP Employee
NXP Employee

Hi Rodrigo,

You can use the NVDS Configurator tool to set your own BD Address. 

pastedImage_1.png

Cheers,

Antonio

2,300件の閲覧回数
rodri
Contributor II

OK, I see that, but what If I would like to change it from inside the source code? I am working with IAR project provided with QBlue package. I can see Device Name advertised by BLE device can be modified via # define CFG_LOCAL_NAME, but, what about MAC Address? Let´s suppose it is read from NVDS: I can't found in source code which variable it is read to.... I expected to find some RAM  variable that would contain MAC address (read from FLASH) and before it was advertised I would modified it as I wish..

Can you help me with that?

Thank you!