neXenio / BLE-Indoor-Positioning

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

Blank chart #164

Open LeonardoMichael opened 4 years ago

LeonardoMichael commented 4 years ago

Great project! I runned this library in my LG phone through android studio with the hope that the beacons casted by the Beacon-Simulator app would work, however this is the logcat output: 09-28 02:46:23.943 9976-9993/com.nexenio.bleindoorpositioning D/BluetoothLeScanner: onScanResult() - ScanResult{mDevice=7B:0F:A3:55:AC:54, mScanRecord=ScanRecord [mAdvertiseFlags=0, mServiceUuids=null, mManufacturerSpecificData={76=[2, 21, -4, 71, 15, -81, -37, -116, 69, 0, -78, 75, 88, 66, -60, 127, -118, -109, 0, 1, 0, 1, -65]}, mServiceData={}, mTxPowerLevel=-2147483648, mDeviceName=null], mRssi=-46, mTimestampNanos=495800640302178} and the chart, map and radar remain blank. I´m sending the Beacon-Simulator signals through another LG phone. To check if this Beacon-Simulator was sending the correct byte array I scanned it through nRF Connect and it showed what the attached image shows. WhatsApp Image 2019-09-28 at 2 50 58 AM I already matched the UUID Filter to the UUID of my simulated beacons but the question remains. Any help would be very appreciated. Thanks in advance!