Nearby Interaction

RSS for tag

Locate and interact with nearby devices using distance, direction, and identifier.

Nearby Interaction Documentation

Posts under Nearby Interaction tag

34 Posts
Sort by:
Post not yet marked as solved
0 Replies
559 Views
May I ask where I can find this document: the UWB Interoperability Specification, Developer Preview, Release 1? This document is a comment I saw in Qorvo's project. I need to understand the specific meaning of the data sent to the iPhone by embedded devices in the Nearby Interaction Access Protocol. I am developing an application based on Qorvo's dwm3000, so I need to understand this aspect. Thank you for any response!
Posted
by TLingLong.
Last updated
.
Post not yet marked as solved
0 Replies
670 Views
How to create and handle multiple sessions using Nearby Interaction? It was briefly mentioned in the WWDC20 video titled "Meet Nearby Interaction" but I cannot find the implementation anywhere online. Can someone share sample code or point me towards the location where I can find the solution to this problem? Thanks.
Posted
by adokshaj.
Last updated
.
Post not yet marked as solved
2 Replies
1.6k Views
Hi all I am going to develop a software for third party-UWB chipset communication with U1. From the document, third party chipset have to send the UWBConfigData to U1, but I have no idea how to fill in Manufacturer ID and UWB chipset model ID . anyone can help? Terence
Posted Last updated
.
Post not yet marked as solved
3 Replies
1.4k Views
when i check NIpeekaboo before update iOS to latest, it worked well. but if i push app after update iPhone12 to iOS 14.2.1 and Xcode to 12.2, it stops on "discovering peer". air-drop is working but NIpeekaboo is not working. how can i test NIpeekaboo?
Posted
by young-gun.
Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
Hello everyone, I have encountered an error when trying to enable BLE background mode of the third-party NI example application. I have done that by replacing the configuration = try NINearbyAccessoryConfiguration(data: configData) with configuration = try NINearbyAccessoryConfiguration(accessoryData: configData, bluetoothPeerIdentifier: peerIdentifier) I have additionally expanded the List.plist with Required background modes: App communicates using CoreBluetooth Or rather, central-bluetooth When starting the session, iPhone 12+ Pro Max (iOS 16+) device immediately calls invalidateSession with the error invalidSession. configData is identical for both cases, and implementation on peripheral device has not been changed. Important thing to note here is that for the non-background mode, third-party accessory and iPhone device are able to range just fine. Do you have any recommendations or advice how we can try to solve this, or what might be an issue? Thank you in advance, Aleksa and OBLO Living development team.
Posted
by ShareLoc.
Last updated
.
Post not yet marked as solved
0 Replies
519 Views
Hi All I can run the nearby interaction even the apps is in background, while there is a distance information in the accessory side, the apps invoke delegate function "didRemove nearbyObject" with timeout periodically. is there any way to disable the timeout when it is running in background? Or anything I did wrong so that the session keep timeout while there is distance measurement in accessory side, please anyone help. Thanks in advance
Posted Last updated
.
Post not yet marked as solved
0 Replies
752 Views
The requirement to have an active Bluetooth connection for UWB readings confuses me. Bluetooth is so slow in connecting. Mostly. when I walk passed my accessory, I have already passed my UWB accessory range effect (switch on an led) without getting a UWB reading. I have no problem to pair the accessory to my phone. But please give us UWB background readings without connecting via Bluetooth. Thank you, Robin
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.4k Views
Hi all! I was hoping that in WWDC23 sessions, there would be an announcement on a new API for ultra wide-band and AirTags, in order to have access on developing apps with interaction between iPhones and AirTags using the UWB technology. But, I cannot see anything related to this topic. Do you think there will be any good news this year ?
Posted Last updated
.
Post not yet marked as solved
11 Replies
3.6k Views
Hello everyone! We are a small team developing third-party accessories using NXP and Qorvo chips. Two of our teammates have bought the new iPhone 14 and it seems that we have no azimuth no more regarding UWB sessions. We have tested on the Qorvo NearbyInteraction app from the App Store. By debugging on our own application, it seems we never have a valid direction vector. Is anyone experiencing the same issue ? Did Apple made an iPhone 14 less efficient than the iPhone 13 on UWB ? Regards, Alexandre
Posted
by Red13.
Last updated
.
Post not yet marked as solved
0 Replies
807 Views
I am working on the background mode of nearby interaction, from the WWDC 2022 video, my Apps have to do pairing, connect with third party device's BLE Afterward, I have to implement a method called triggerPairing ( peripheral: peripheral, encryptedCharacteristics: CBCharacteristics), to trigger pairing process. The document mention that Apps should NOT discover the nearby interaction GATT service, but the encrypted characteristic is belonged to this service. how can I pass the parameters into the triggerPairing function if the Apps does not discover the service? what parameter should I pass into the function? Does anyone help?
Posted Last updated
.
Post not yet marked as solved
5 Replies
6.2k Views
HI 😊 I want to create MY OWN APP that will be able to communicate with my customized UWB devices ( UWB CHIP MOUNT ON ARDUINO / RASPERRY PI board or maybe can communicate with airtag / samsung tags /other third parties uwb tags ,too , but however my main purpose is , create my app that will be able to communicate with my customized UWB tag / devices , So I found out that the NEARBY INTERACTION framework that utilizing the UWB U1 CHIP of iphone 11/12 ,* does not provide the API CODE for this 😥 later on , Apple allows the app developer to only create their own UWB DEVICES / TAGs that will be able to communicate / utilize with iphone11/12 BUT ALL OF THE UWB CUSTOMIZED DEVICES / tags FROM THE DEVELOPERS ,-- MUST BE USED WITH ONLY THROUGH " * Find My ( APP ) *** " FROM APPLE under the app developer of Apple program , called * MFi * - MADE FOR IPHONE = https://mfi.apple.com/ -- under this program , * the developers can not create their own uwb app to utilize their own uwb devices/ tags as like me *😥 now there are some of third parties devices such as -Ebikes VanMoof S3 ,X3 model or Chipolo ONE Spot uwb tags or Belkin earbuds that joint MFI APPLE program , however all of them must be used with Find my app ( Apple ), ** they can not create their own app to utilize their own uwb devices So I do not know when will apple provide its uwb API for developers to create their own app to communicate with their own uwb tags / devices I want to create my own app that will be able to get the distance / direction from my uwb devices or maybe third parties devices too* but right now can not because of what I explained above ,in this Apple forum question so if Apple open the UWB API for the app developers access / develop their own ( using - UWB ) apps ,Apple will have more creative UWB apps from creative ideas of app developers So I am asking Apple ,-When will Apple provide the uwb API for the app developers to do such a things as my case ? PLEASE 🥺
Posted
by KEN158.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
Hello everyone! I want to get distance information between an iphone12 and an android phone that supports UWB. I want to know that is the apple U1 chip is interoperable with Android devices, e.g., Google Pixel 6?
Posted
by XiaHk.
Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
Hi, I'm a computer engineering student and I'm working on my end-of-degree project. For part of this project I need to be able to locate my position within a room of about 5x5m with an error of +-50cm. I think with the airtags placed at known locations like 3 corners of the room and with the distances to those 3 airtags it would be possible to triangulate my position with sufficient precision. For this I think I have to use the Nearby Interactions framework but I can't find how to work with airtags only with other iphones (Peer session) Could someone guide me?
Posted Last updated
.