I know nexus 7's have bluetooth 4.0 but what I was wondering if you could use bluetooth 4.0 LE to calculate the distance between two devices? I want a very accurate distance calculator between two devices. I asked earlier about an android and an iphone but I am now only concerned with 2 android devices.
Distance between 2 nexus 7's
492 Views Asked by Chevy Hungerford At
1
There are 1 best solutions below
Related Questions in DISTANCE
- List of coordinates to matrix of distances
- sort graph by distance to end nodes
- Scatter 2D coordinates from distance matrix
- array of minimum euclidian distances between all points in array
- Calculate distance between two GeoLocation
- Find Calulated Match on Existing Data Using Levensthein Method
- Calculating distances between unique Python array regions?
- How to find the nearest value in the database
- C# MongoDB driver 2.0 - Getting distance back from near query
- Find Mahalanobis distance between 2 image histograms
- Using a distance matrix *with errors* to find the coordinates of points
- Minimum distance between turtles
- Designing an algorithm to calculate the edit distance between two strings
- Calculate distance between each tag number in R
- Find longest distance from a certain point (java, 2d diagram)
Related Questions in BLUETOOTH-LOWENERGY
- How to read a characteristic (e.g. in WICED Smart example "speed_test")
- Android Wear Device as iBeacon
- How to get MAC Address of beacon when ranging and monitoring in iOS
- android - How to get a iBecon detection state when I kill app from Background?
- How to use core bluetooth framework to connect Headsets/handsfree?
- Android : auto connect to heartrate sensor ble
- bluetoothGatt writeCharacteristic returns false
- Android's BLE Service Discovery (BluetoothGatt#discoverServices()) and Low Energy vs BR/EDR
- How deploy an large number iBeacons
- Send a Android BLE GATT Notification
- burst notifications with Bluetooth Low Energy on Android
- How to share files with all other devices from my iOS device through application?
- Is it possible to create an app that when installed the user can easily turn Bluetooth/NFC ON and OFF by double clicking the Home button?
- Difference between attributes and services in BLE
- How do I use Meteor and a Cordova BLE plugin to connect to a BLE device
Related Questions in NEXUS-7
- How can i merge multiple MP4 (only audio) files to one file in Android?
- USB device not found intelliJ indea - Nexus 7
- android emulator doesn't display my first 'standard' helloWorld app
- Disappearing text
- BLE on Nexus 7 (ME370T) with android 4.4.2
- Layout folder for New Nexus 7
- Cant launch program on Galaxy Nexus 7
- I can't enable first gen nexus 7 in the play store
- Which NFC/RFID cards are detected best by Nexus 7 2013
- css media query, switching between orientations breaks layout
- Dealing with Android devices that lie about having a camera flash?
- Distance between 2 nexus 7's
- How to confirm that my compiled kernel is running on android after flashing it?
- Android : How to change NFC protocol priority?
- ADB can't find Nexus 7 on Mac OS X Mavericks
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
No. Bluetooth LE isn't some kind of magic hi-res GPS, it's basically just bluetooth data transfer using lower-powered transmitters.
Distance to the other device affects signal strength, but so do a bunch of other things. It's like trying to use a WiFi signal analyzer to measure the distance to a wifi hotspot. (Try it. You won't have much success!)
Look at the rather over-hyped Hone Keyfinder: The only thing it can tell you is if you're getting closer or further away from your keys. The keys don't know where the phone is, and the phone doesn't know where the keys are.
iBeacon works by having beacons at fixed lat/long, with a low-power transmitter. They broadcast their lat/long, so if you're in range of one, you know where you are. If you have enough beacons near you, you can triangulate based on relative signal strength. iOS devices acting as 'beacons' only makes sense if somehow they have better GPS coverage than you do.