I am trying to use the code sample for the Device Nearby Central and Device Nearby Beacon. I want to use this to be able to detect when my Boron device gets in-range of the Argon BLE Signal so I can know its position.
The problem is that the manufacturer advertisement data, that I want to use to be able to tell the particle that it is in range to one of my devices, and the “my color” from the example to share the station identifier. Very similar to Ibeacon, but to be able to read in Particle. The problem is that the expected length of the test for the advertisement data is supposed to be 7, but my boron scan result returns 4. And the company identifiers both (0xFF, 0xFF, and 0x55) never show up or match as in the example.
I’m not sure why you were not getting the right data on the central, but either you’re picking up a different device, there could be a problem with your peripheral device, or some other cause.
You could try using one of the BLE mobile apps to make sure the peripheral is advertising properly.