neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
430 stars 129 forks source link

Radars and charts are not shown. #153

Open allen31638 opened 5 years ago

allen31638 commented 5 years ago

Sorry, I am a newcomer to JAVA. Radars and charts are not shown. Do I have to change the IbeaconAdvertisingPacket aspect? Is it necessary to change here?

I am using a BLE device  (https://item.taobao.com/item.htm?spm=a230r.1.14.1.4f2b7f43OMZDbB&id=572921086552&ns=1&abbucket=14#detail)

Protected static final byte [] EXPECTED_FLAGS = {0x02,0x01,0x06}; Protected static final byte EXPECTED_LENGTH = 0x1A; Protected static final byte EXPECTED_TYPE = (byte)0xFF; Protected static final byte [] EXPECTED_COMPANY_ID = {0x4C,0x00}; Protected static final byte [] EXPECTED_BEACON_TYPE = {0x02,0x15};

allen31638 commented 5 years ago

Discovery chart cannot show reason for UUID change (acfd065e-c3c0-11e3-9bbe-1a514932ac01) But the radar still can't display, ask everyone to teach me, thank you.