Explore Nearby Interaction with third-party accessories

RSS for tag

Discuss the WWDC21 session Explore Nearby Interaction with third-party accessories.

Posts under wwdc21-10165 tag

11 Posts

Post

Replies

Boosts

Views

Activity

Can we broadcast light custom application data using ultra U1 technology without BT/Internet connectivity?
Can we broadcast light custom application data using ultra U1 technology without BT/Internet connectivity? I have UWB Ultra wideband integrated in my multiple iPhones using which I want to send/receive custom data (very low amount, possibly couple of integers with interval) between two iPhones without requiring any validation (connection establishment). The requirement is similar to broadcasting advertisement message of BT/WiFi. I wonder for UWB if it is possible or not. Any paper or article if feasible?
0
0
1.1k
Jan ’22
Does U1 in Iphone utilize AoA?
Hello, i want to know if an Iphone 11 with its U1 Chip for example is able to get angle information of another Iphone and in how many dimensions. I reckon more than 2D is not possible. An Iphone in combination with the Airtag seems to be able to get angular information but the antenna array might be provided in the tag rather than the Iphone. Thanks for your help!
0
0
1.2k
Dec ’21
NearbyInteraction Timeout
I'm testing nearby interaction from my mobile device with accessory. After the mobile device generated Apple Shareable Configuration Data, the mobile device tried to send it to the accessory. After approximately 2 seconds, if the accessory didn't react, it would be a timeout. I want to send Apple Shareable Configuration Data from my mobile device to the accessory via the network, so I will try to increase the timeout on my mobile device. Could you help me with how to do it?
0
0
518
Dec ’21
How many Third-Party Accessories can connected by iphone11 which contains a U1 chip
Now'sample can connected with one Third-Party Accessory to receive periodic measurements of its distance,I want to connect four accessories(not iPhone) to receive their distance and direction at the same time ,How to do that. please tell me if you know how to do that,thank you very much!
3
0
1.5k
Nov ’21
How can I simultaneously connect/interact/range from one QORVO DWM3000EVB to two or several iPhones 11 ?🤔
HELLO 😊 I want to range two iphones 11 to single of DWM3000EVB device at the same time (simultaneous ranging /measuring distance )via UWB nearby interaction framework will i be able to do it ? how to do it ? please let me know the code example on the side of iphone11 (swift code ) and the code on the side of DWM3000EVB how many maximum of iphones 11 are able to range / interact to one of DWM3000EVB simultaneously with UWB ranging in order to get distance ? the series or model of u1-equipped iphone is the factor of amount of iphones when UWB ranging ? for example iphone11 range to one DWM3000EVB or iphone 12 range to one DWM3000EVB or iphone 13 range to one DWM3000EVB or iphone 11 /12 /13 , 3 different series 's iphones range to one DWM3000EVB in the same event simultaneously , please let me know Thank you very much! please see the picture below
0
0
954
Nov ’21
How to establish a data link by any communication method (BLE,LAN,Cloud,etc.) in NearbyInteraction
When I checked the NearbyInteraction Accessory Protocol Specification, the sequence diagram in Section 2.4 stated (1) Establish a data link (ieBLE, LAN, Cloud, or other). However, in the sample code, there is no communication method setting for establishing the data link. Since it is described in the specification, it means that there is an arbitrary establishment method but the implementation method has not been released yet, or it is necessary to contact Apple at the time of product development and request disclosure of the specification. Please tell me who knows.
0
0
815
Nov ’21
How many NI sessions would be able to handle at the same time with Nearby Interaction frame?
By referencing to the Developer Forums, we could handle multiple concurrent sessions using iphone11. The maximum number of concurrent sessions is two. When we try to connect another one devices, session(_:didInvalidateWith:) on the NISessionDelegate is called with NIError.Code.activeSessionsLimitExceeded. I'd like to know three or more concurrent sessions are running using newer version like iphone12. Does anyone have any knowledge?
1
0
1.7k
Nov ’21
Handling of sample code of Nearby Interaction
Can I modify the NearbyInteraction sample code on the Apple developer site (link below) for use in PoCs and final products? (As a premise, UWB chipset is supplied from UWB chipset manufacture who already or will have their chipset complete certification by Apple) And are there any restrictions on its use? https://developer.apple.com/documentation/nearbyinteraction/implementing_spatial_interactions_with_third-party_accessories
0
0
919
Oct ’21
Can we broadcast light custom application data using ultra U1 technology without BT/Internet connectivity?
Can we broadcast light custom application data using ultra U1 technology without BT/Internet connectivity? I have UWB Ultra wideband integrated in my multiple iPhones using which I want to send/receive custom data (very low amount, possibly couple of integers with interval) between two iPhones without requiring any validation (connection establishment). The requirement is similar to broadcasting advertisement message of BT/WiFi. I wonder for UWB if it is possible or not. Any paper or article if feasible?
Replies
0
Boosts
0
Views
1.1k
Activity
Jan ’22
what kind of UWB applications have you tried/implemented?
I would like to hear from you.
Replies
0
Boosts
0
Views
1.3k
Activity
Jan ’22
Can the U1 chip and UWB be used to locate and share files from one iPhone to another
I am creating an IOS app using swift and was wondering if the Nearby Interaction framework (https://developer.apple.com/documentation/nearbyinteraction) could be used to locate and transfer files from one iPhone to another.
Replies
0
Boosts
0
Views
982
Activity
Jan ’22
Does U1 in Iphone utilize AoA?
Hello, i want to know if an Iphone 11 with its U1 Chip for example is able to get angle information of another Iphone and in how many dimensions. I reckon more than 2D is not possible. An Iphone in combination with the Airtag seems to be able to get angular information but the antenna array might be provided in the tag rather than the Iphone. Thanks for your help!
Replies
0
Boosts
0
Views
1.2k
Activity
Dec ’21
NearbyInteraction Timeout
I'm testing nearby interaction from my mobile device with accessory. After the mobile device generated Apple Shareable Configuration Data, the mobile device tried to send it to the accessory. After approximately 2 seconds, if the accessory didn't react, it would be a timeout. I want to send Apple Shareable Configuration Data from my mobile device to the accessory via the network, so I will try to increase the timeout on my mobile device. Could you help me with how to do it?
Replies
0
Boosts
0
Views
518
Activity
Dec ’21
How many Third-Party Accessories can connected by iphone11 which contains a U1 chip
Now'sample can connected with one Third-Party Accessory to receive periodic measurements of its distance,I want to connect four accessories(not iPhone) to receive their distance and direction at the same time ,How to do that. please tell me if you know how to do that,thank you very much!
Replies
3
Boosts
0
Views
1.5k
Activity
Nov ’21
How can I simultaneously connect/interact/range from one QORVO DWM3000EVB to two or several iPhones 11 ?🤔
HELLO 😊 I want to range two iphones 11 to single of DWM3000EVB device at the same time (simultaneous ranging /measuring distance )via UWB nearby interaction framework will i be able to do it ? how to do it ? please let me know the code example on the side of iphone11 (swift code ) and the code on the side of DWM3000EVB how many maximum of iphones 11 are able to range / interact to one of DWM3000EVB simultaneously with UWB ranging in order to get distance ? the series or model of u1-equipped iphone is the factor of amount of iphones when UWB ranging ? for example iphone11 range to one DWM3000EVB or iphone 12 range to one DWM3000EVB or iphone 13 range to one DWM3000EVB or iphone 11 /12 /13 , 3 different series 's iphones range to one DWM3000EVB in the same event simultaneously , please let me know Thank you very much! please see the picture below
Replies
0
Boosts
0
Views
954
Activity
Nov ’21
How to establish a data link by any communication method (BLE,LAN,Cloud,etc.) in NearbyInteraction
When I checked the NearbyInteraction Accessory Protocol Specification, the sequence diagram in Section 2.4 stated (1) Establish a data link (ieBLE, LAN, Cloud, or other). However, in the sample code, there is no communication method setting for establishing the data link. Since it is described in the specification, it means that there is an arbitrary establishment method but the implementation method has not been released yet, or it is necessary to contact Apple at the time of product development and request disclosure of the specification. Please tell me who knows.
Replies
0
Boosts
0
Views
815
Activity
Nov ’21
How many NI sessions would be able to handle at the same time with Nearby Interaction frame?
By referencing to the Developer Forums, we could handle multiple concurrent sessions using iphone11. The maximum number of concurrent sessions is two. When we try to connect another one devices, session(_:didInvalidateWith:) on the NISessionDelegate is called with NIError.Code.activeSessionsLimitExceeded. I'd like to know three or more concurrent sessions are running using newer version like iphone12. Does anyone have any knowledge?
Replies
1
Boosts
0
Views
1.7k
Activity
Nov ’21
UWB technical consulting
Dear Apple developers, I am a developer of smart home. As for the application of UWB technology in smart home, do traditional smart home manufacturers need to access Apple'S UWB chip
Replies
0
Boosts
0
Views
1k
Activity
Oct ’21
Handling of sample code of Nearby Interaction
Can I modify the NearbyInteraction sample code on the Apple developer site (link below) for use in PoCs and final products? (As a premise, UWB chipset is supplied from UWB chipset manufacture who already or will have their chipset complete certification by Apple) And are there any restrictions on its use? https://developer.apple.com/documentation/nearbyinteraction/implementing_spatial_interactions_with_third-party_accessories
Replies
0
Boosts
0
Views
919
Activity
Oct ’21