Q
1- I must change configuration for the locator that will calculate the real time location, correct? So I must leave the configuration of the other locator like it is, without changes, correct?
2- How should I edit the BLE ids in the configuration of the locator that will calculate location? 3-According to the guide (that uses three locators) the configuration has the following structure: { "version":1, "id":"multilocator-test_room", ... "locators":[ { "id":"ble-pd-040D8453CB0B", "config":{ ... "allowList":[ "ble-pd-588E814405DC" ], ... }, { "id":"ble-pd-040D8453CAEB", "config":{ ... "allowList":[ "ble-pd-588E814405DC" ], ... }, { "id":"ble-pd-040D8453CB01", "config":{ ... "allowList":[ "ble-pd-588E814405DC" ], ... } } ] } There are 4 different ids for 3 locators.... In my case, I have 2 locators only. I guess I must remove one locator from the list of locators, but I don't understand how to edit the BLE ids.
A
1. You would need to change the configureation of locator based on your real implementation scenario
2. The id of ble locator is fixed for each gateway, which cannot be changed
3. The sample in document is for three locators, you could remove/add the section based on your needs
Q
1- "Configure the destination of the MQTT broker". What address/port should I use?
2- "Configuration parameters" text box: I understand I must use one section for each locator gateway, configuring their x,y,z actual spatial mounting coordinates and x,y,z orientation. Can you please send me more information about how to identify the x,y,z axes and orientation angles? On the other hand, are all beacons allowed if I omit "allowList" ?
3- Connect the MQTT.fx to your local broker to acquire the data. Are MQTT.fx and MQTT Explorer different softwares or are they the same?
4- "Here as I used the local PC as MQTT broker, just use the localhost& 1883 to connect broker". Should I type "localhost" instead of a particular address? I tried many different configurations and MQTT Explorer cannot even connect. Please, note the second locator gateway is still off. So, please help me with those questions for the Multiple Locators setup and also note there are pending issues about the beacon.
A
1. Please configure the server and port with your remote server's credentials
2. For orientation, please refer to document AOA Locator Implementation Guide. If allow list is empty, all tags would be reporting
3. It's just a tool to test MQTT functionality, user could use anyone
4. Try gateway's IP as MQTT broker address and test again
Comments
0 comments
Please sign in to leave a comment.