My attempt at locating my iPhone from my Pebble Watch using Bluetooth Latency (It didn't work)
from the16bitgamer@programming.dev to programming@programming.dev on 11 Apr 16:31
https://programming.dev/post/48654887

Just wanted to share an idea I had, in order to hope that another developer learns from my lessons, and hopefully either finds a work around or a better solution to this problem.

I wanted to find out if it was possible to locate your iPhone from your watch based on the latency of Bluetooth messages, since RSSI (signal strength) isn’t available. I made a simple app, and started sending messages back and forth between my phone and app.

After much testing, the conclusion is no. Mostly because Bluetooth is amazing and the average latency for a message is 58-62ms. And because as Erik pointed out… apple just sucks.

I am hopeful PebbleOS can be updated to see RSSI or the app can expose the notification api to the PebbleKit JS.

If anyone want me to publish my code, let me know.

The raw data is here if you want to see it: docs.google.com/spreadsheets/d/…/edit?usp=sharing

#programming

threaded - newest

reallykindasorta@slrpnk.net on 11 Apr 16:44 next collapse

Is there something that is in apples available api that makes sound that breaks through silent mode? Maybe an alarm or something that could be triggered from pebble watch? It wouldn’t lead you to a thief with your phone but maybe a fine replacement for dinging your phone lost in your couch.

the16bitgamer@programming.dev on 11 Apr 16:55 collapse

The issue is:

  1. PebbleKit JS - doesn’t have access to the sound or vibration motor on iOS. Since Apple blocks that functionality unless it’s directly interacted with via the user

  2. PebbleKit iOS - Might pull it off but you’ll need a separate app on the App Store, however the Pebble watches are just Bluetooth so no guarantee that you’ll get a reading.

  3. iOS Apps are $100/year to keep up, and for that functionality… not worth it.

There are already apps which do this on Android and works without issue.

dan@upvote.au on 11 Apr 18:15 collapse

Hopefully the EU goes after Apple for having APIs that only their own watch can use, since it’s anticompetitive.