BLE-Indoor-Positioning
BLE-Indoor-Positioning copied to clipboard
Can find any ibeacon devices
Hi, i did build the apk and install it. however, this app can't find any ibeacon devices. do you have any suggestion? Thanks.
After recognizing the minor ids of your IBeacons, set location (latitude and longitude ) to your beacons in BluetoothClient class
switch (iBeacon.getMinor()) { case 1: { beaconLocation.setLatitude(52.512437); beaconLocation.setLongitude(13.391124); beaconLocation.setAltitude(36); break; }