estimote contact us

UWB Anchors
for Downlink TDoA

A new indoor GPS standard: superior positioning accuracy, scalability and privacy

A laptop with two Estimote UWB anchors on the left and a phone on the right Indoor navigation app with an orange route to Available forklift FL-08, 24 metres away
A bright cosmetics store with pale oak shelves, yellow shampoo bottles, greenery and softly blurred aisles An Estimote UWB anchor mounted high on the nearest column, with a thin white power cable running up the column A hand holding a phone on the left Navigation to your favourite shampoo: a four-metre walked trail around the shelf, your precise position in the aisle, and the instruction: 2 more steps, then right.

UWB ANCHORS

How does it work?

Small transmitters are typically installed in a room, often under the ceiling. They stay in one place - that's why they are called anchors. They periodically send short signals using UWB radio technology.

These signals include the coordinates where the UWB anchors were installed. Phones and other compatible devices receive the signals and measure the differences in their arrival times. Signals from nearby anchors arrive sooner. Signals from more distant anchors take longer.

Using those time differences and the anchors’ coordinates, phones calculate their precise position in space. This technique is called Time Difference of Arrival, or TDoA.

Because phones only listen to the signals and calculate the position locally, the system is privacy-friendly. This is also called a Downlink architecture, or simply DL-TDoA.

UWB INDOOR POSITIONING

How accurate it is?

On the left, you can see real footage of position and heading estimates computed on a phone using Downlink TDoA. The avatar shows the phone’s position and orientation, while the blue trail traces its movement over the past five seconds.

Four UWB anchors are installed in the corners of this 5 m × 4.3 m room. The phone receives their signals and calculates its position locally. The desk and chair are drawn to scale, and the coordinates below the room update as the person moves.

This footage demonstrates the precise indoor positioning made possible by UWB DL-TDoA.

DOWNLINK TDOA USE CASES

What are the typical applications?

This is simply indoor GPS and there are many applications where precise indoor location is needed. These could be consumer applications that deliver magical experiences or industrial applications increasing productivity or safety.

UWB PRECISE RANGING

How does it work
technically?

In iOS 27, Apple updated the Nearby Interaction API with new methods designed specifically for the Downlink TDoA standard. One of them configures an iPhone to work with nearby DL-TDoA anchors.

It passes the DL-TDoA network ID that the anchors are configured with and an out-of-band (OOB) channel that tells the iPhone whether UWB session and DL-TDoA cluster parameters will arrive over Wi-Fi or Bluetooth Low Energy.

Once you enter the room and the iPhone receives these settings, its UWB chip begins collecting time measurements from nearby anchors. Combined with the anchors’ true coordinates, those measurements let the phone calculate its precise indoor position.

The position can update a blue dot on screen, trigger a location-based notification, or publish coordinates to another system. All computation happens on the phone, but it requires a dedicated app using Nearby Interaction API and location permission granted by the user.

QUICK DEPLOYMENT

How to build indoor location apps?

All you need is our iOS SDK. It is well documented and has several examples to get you started.

let positioning = try LiveXYPositioningController()

positioning.onPosition = { position in
    mapView.updateUserPosition(
        x: position.xM,
        y: position.yM
    )
}

try positioning.start()
A Space Gray laptop, a black-framed phone and four lying Estimote UWB anchors on yellow and white panels

This is so awesome!
How can I get DL-TDoA Anchors?

Start by ordering our Dev Kit with four UWB anchors - enough to cover one room and build amazing indoor location demos.

UWB Downlink Kit

  • 4 DL-TDoA Anchors
  • iOS 27 SDK
  • Access to documentation
  • Reasonable email support
Order your Dev Kit

FREQUENTLY ASKED QUESTIONS

What else would you
like to know?

Which phones support it?

DL-TDoA is a standardized UWB method that compatible device makers can adopt. Apple supports it on capable iPhones running iOS 27 or later. Apps should always check the device’s DL-TDoA capability before starting a session.

How accurate is it?

A typical deployment delivers about 20–30 cm accuracy. Results depend on anchor count, placement, geometry, line of sight, and processing. A carefully designed cluster with additional filtering can improve both accuracy and stability.

How many anchors per cluster?

Positioning requires at least three anchors: one initiator and two responders. Four or five are recommended because they improve geometry and make it more likely that the phone maintains line of sight in every orientation.

How much area does it cover?

With clear line of sight, a phone may receive anchor signals from 20–30 m away. Four anchors can cover roughly 400 m², although walls, mounting positions, room geometry, and local radio conditions affect coverage.

Do users need an app?

A dedicated app configures the DL-TDoA session, receives anchor measurements, and calculates the phone’s position. Users must install it and grant the required permissions before the space can provide location-aware experiences.

What permissions are needed?

Requirements depend on the operating system and device. Typically, the app needs location permission and may use Bluetooth or Wi-Fi to discover the anchor network and receive the out-of-band configuration needed to begin ranging.

How is privacy protected?

Privacy is built into the architecture. The phone listens passively and calculates its position locally, while anchors do not know which phones are nearby. Location leaves the phone only when the user permits sharing or storage.

How many users can it serve?

There is no practical user limit created by the anchors. Phones only listen to the same broadcast signals, so hundreds or thousands of devices can use one cluster simultaneously without opening individual ranging connections to it.

Must anchors stay powered?

Fixed installations should remain powered because anchors continuously synchronize and listen for timing signals. Development Kit anchors include batteries for short demonstrations, but permanent battery operation would be impractical.

How are anchors powered?

Anchors use low-voltage power and do not need a dedicated high-voltage circuit. They can be supplied through standard 5 V USB-C or Power over Ethernet, depending on the installation and selected network accessories.

How often do positions update?

Update speed is configurable. A typical setup provides 5-10 position updates per second.

Can it run in the background?

That depends on the operating system and its Nearby Interaction APIs. On supported iPhones, an app can continue ranging in the background through a Live Activity when the user has granted the necessary permission.

How much battery does it use?

DL-TDoA generally uses much less energy than GPS or an AR session. Consumption depends on how often the app activates UWB and processes measurements. Apps that request position only when needed use especially little power.

Can other UWB devices use it?

Any compatible device with a UWB radio and DL-TDoA support can use the infrastructure. Robots can navigate indoors, drones can obtain low-latency positioning, and smart glasses can add location-aware context.

Does UWB cause interference?

No meaningful interference is expected. UWB transmits across a different wide spectrum at extremely low regulated power, close to the radio noise floor, so it can operate alongside common Wi-Fi, Bluetooth, and cellular equipment.

Is UWB safe for people?

UWB is a regulated, consumer-grade radio technology already used in phones and tags, with very low transmit power. People with pacemakers or during pregnancy should follow the same expert guidance used for standard consumer phones.

Is location history stored?

Not by the anchors. Position is calculated on the phone and is stored or transmitted only if the installed app implements that feature and the user permits it. Users can revoke permission or remove the app.

Do anchors record people?

In DL-TDoA mode, anchors only transmit navigation signals and have no cameras or microphones. Compatible hardware can enable radar sensing, but it still does not capture faces, voices, or visual recordings.

Why add Wi-Fi and Bluetooth?

Wi-Fi and Bluetooth support setup, management, firmware updates, and out-of-band discovery of the DL-TDoA network. When radar mode is enabled, Wi-Fi can also stream sensor data to a configured server or MQTT broker.

How long does setup take?

Mounting and powering one anchor can take only a few minutes. A complete network usually takes a few hours, with most of that time spent physically placing devices on walls or ceilings and checking their configuration.

Can I update anchor firmware?

Wi-Fi and Bluetooth connectivity allow anchor firmware to be updated over the air. Deployed systems can receive configuration improvements, product updates, and support for compatible evolutions of the underlying standards.

Can I deploy it worldwide?

UWB is a standardized consumer radio technology and can be deployed in many countries. Availability still depends on local radio regulations, certifications, and import controls, so each target market should be confirmed before rollout.

What can I build with DL-TDoA?

Common uses include indoor navigation, audio guides, workplace wayfinding, asset finding, and location-based notifications. Precise position can power contextual experiences in offices, hospitals, venues, retail, and transport.

Is two-way ranging supported?

The hardware can support direct two-way ranging with dedicated firmware. It is useful for selected applications, but unlike broadcast DL-TDoA, each anchor can maintain only a limited number of simultaneous active ranging sessions.

Can I use DL-TDoA with radar?

Compatible anchors can transmit DL-TDoA messages while collecting radar channel impulse responses. One hardware infrastructure can therefore support precise device positioning and privacy-friendly passive sensing.

Can Estimote help with setup?

Estimote provides the hardware, software, and deployment services needed to operate the system in a physical space. Trained partners can also assist with installation, configuration, integration, and rollout.

Does location sharing need a server?

Shared live locations need a server so paths and users can appear on a dashboard. You can build and host the backend with our APIs or use SpaceTimeOS as the managed location-intelligence platform.

Why work with Estimote?

United States European Union Poland

Estimote, Inc. was founded in 2012 by Jakub and Lukasz with a bold vision and a passion for creating an operating system for the physical world.

After graduating from Y Combinator in 2013, Estimote launched its first-generation indoor location products based on Bluetooth and iBeacon. Their iconic design captured developers’ imaginations, opening the door to experiments with micro-location and contextual computing.

Estimote went on to deploy millions of sensors and tags worldwide, powering the largest commercial deployment of location technology at the time. Years of working across real spaces and operations gave the team firsthand knowledge that shaped every generation to follow, including LTE Wearables and more precise UWB positioning.

In 2022, Estimote introduced the first version of SpaceTimeOS, bringing its original vision to life: making the physical world software-defined and programmable. Developers can build apps and automations directly on physical spaces to improve safety and productivity and deliver delightful experiences that feel like magic.

Today, Estimote is extending that vision with a new release of SpaceTimeOS and is first to offer Downlink TDoA Anchors for precise, privacy-friendly indoor positioning, alongside UWB Radar for sensing presence and movement.

With Estimote, you get the latest tech backed by more than a decade of practical experience and a clear vision for what comes next.

Apple, NASA, Google, Amazon, FedEx, Nike and Warner Bros.
The most progressive companies use Estimote products to make their spaces smarter and operations smoother. Join them and tell us how we can help you digitally transform your ops and your physical business. Contact us

CONTACT US

Hoooray!

You’re one step closer to experimenting with contextual computing.

Send us a note telling us how many Dev Kits you need and how you plan to use them. Briefly describe your use case, and we’ll recommend the best approach and send you ordering instructions.

Click the button below to send an email using your email app. We’ll reply from the same address, so please make sure our response doesn’t end up in your spam folder.

CONTACT US

We will be more than happy to help!

Tell us how we can help and which product you are interested in.
If possible, share your use case - we will recommend the best configuration.

Click the button below to send an email using your default email app.
We’ll reply from the same address, so make sure it doesn’t end up in your spam.