KW36 Beacon

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

KW36 Beacon

2,134件の閲覧回数
danieltseng
Contributor V

1. General example, for example:  "Proximity Reporter" needs to be BLE connected to the IOT toolbox, so that the data can be obtained.
   When I operate Beacon, I found that Beacon does not need BLE connection, as long as someone broadcasts, you can get the information in IOT toolbox.
   Is this statement correct ?
2. In the beacon program, which function will send Beacon data?

ラベル(2)
1 返信

2,028件の閲覧回数
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Daniel, I hope you're doing well!

 

1.- A Bluetooth Beacon does not need to establish connection to get information. BLE beacons rely on advertising packets to transmit information, and are non-connectable.

 

2.- In the BLE Beacon SDK example, the information transmitted by the beacon can be changed by changing the value of adData1, located in the app_config.c source file of the project.

 

Please let me know if you need any more information.

 

Best regards,

Sebastian