estimote contact us

UWB Radar
sensing

Detect presence, movement and gestures without phones, wearables or cameras

A laptop with two Estimote UWB anchors
Three colleagues in a bright sage-green meeting room Estimote UWB Radar sensor mounted to the ceiling above the table A hand holding a phone Simple meeting-room app with a pale green navigation bar and a grey floor plan: occupied, three people present, meeting in progress for 24 minutes and ending at 10:45.

UWB RADAR

How does it work?

UWB Radar devices installed in a space periodically send short radio signals. These signals bounce off nearby objects and return to the radar, where they are analysed.

Reflections from stationary objects differ from those produced by people or things that are moving or interacting with the space.

With signal processing and machine learning, radar can detect room occupancy, estimate the number of people, their location or recognise different gestures.

Because radar does not capture visual detail, it offers a privacy-friendly way to bring sensing and location intelligence to a physical space.

MOVEMENT AND POSITION SENSING

How accurate it is?

On the left, you can see real radar frames recorded alongside the person’s estimated position. The waterfall shows changes in the signal, while the room view traces the person’s movement over the past few seconds. Notice how the reflections are stronger and arrive sooner when the person is closer to the radar. The most recent radar frames appear at the top of the waterfall.

A single radar is mounted on the ceiling, approximately 3 m above the floor, in the center of a 5 m × 4.3 m room. The person walks naturally without a tag or phone. Their position is estimated entirely from radar reflections. The desk and chair are drawn to scale.

This footage shows an impressive level of movement and location detail from just one UWB radar sensor.

Recorded radar signal and a person moving inside four walls, leaving a five-second trail.

UWB RADAR SENSING

What are the use-cases?

UWB radar can detect room occupancy, track movement and recognise gestures. Use it to automate lighting, monitor activity around machines or create touchless controls.

UWB RADAR SENSING

How does it work
technically?

Ultra Wideband (UWB) devices typically have at least two antennas for streamlined communication: one for transmitting (TX) and one for receiving (RX) signals.

A UWB Radar Sensor uses essentially the same hardware as an anchor, but its embedded firmware uses the TX antenna to transmit signals and multiple RX antennas to receive their reflections from nearby objects.

A precise clock measures the time between emitting signals and receiving various reflections. Reflections from things further away will arrive later with a weaker amplitude.

These reflected signals, known as channel impulse responses (CIRs), are then transmitted over USB or Wi-Fi to an MQTT broker, where signal-processing algorithms or inference engines process them.

For more sophisticated sensing, data from multiple radars can be combined and used to feed machine-learning models.

RADAR APPS DEVELOPMENT

How are these
apps created?

Simply use our SDK for Mac or Windows. You can stream radar data to train your models.

from estimote_radar import RadarClient

radar = RadarClient("ws://radar.local")

radar.on_person_entered(
    lambda event: print("Person entered", event.timestamp)
)

radar.on_person_exited(
    lambda event: print("Person exited", event.timestamp)
)

radar.on_position(
    lambda position: print(
        f"x={position.x:.2f}m, y={position.y:.2f}m",
        f"confidence={position.confidence:.0%}",
    )
)

radar.run_forever()
A Space Gray laptop, a black-framed phone and four lying Estimote UWB anchors on green and white panels

Whooa, this is pure magic!
How can I get UWB Radar Sensors?

Start by ordering our Dev Kit. It has two radar sensors. You can set up one on the ceiling for positioning and one on the desk for gesture detection.

UWB Radar Kit

  • 2 UWB Radar Sensors
  • macOS / Windows demo app
  • Access to documentation
  • Reasonable email support
Order your Dev Kit

FREQUENTLY ASKED QUESTIONS

What else would you
like to know?

What can UWB Radar detect?

UWB Radar can detect presence, motion, people, vehicles, robots, animals, and moving machine parts. It observes how objects change reflected radio signals, so sensing does not require a person to carry a phone or wearable.

What is the sensing range?

The practical range is about 10 m. Performance depends on room geometry, obstructions, antenna orientation, object reflectivity, and the processing model. Transmit strength stays within regulated radio limits.

How does it protect privacy?

Unlike a camera, the sensor does not capture faces, clothing, or visual details. It interprets reflected radio waves as abstract patterns or blobs, making it much more privacy friendly than video-based sensing.

Can one radar locate a person?

A single ceiling-mounted radar can estimate a person’s position in real time with high precision. Final performance depends on placement, calibration, the environment, and the signal-processing or machine-learning model being used.

Can it detect several people?

Radar can detect multiple people in the same space. Maintaining separate identities becomes harder when their paths cross, so robust multi-person tracking may require more advanced signal processing, machine learning, or multiple sensors.

How precise is radar sensing?

UWB can resolve changes at centimeter scale, but practical accuracy depends strongly on the algorithm and environment. Research systems can detect subtle motion such as breathing, heartbeat, or small gestures with specialized processing.

How often does it send data?

The output rate is configurable. Our default setup streams about 50 radar frames per second for responsive real-time applications. Developers can adjust the rate to suit processing, bandwidth, and power requirements.

Can it recognize gestures?

Radar data can classify actions such as sitting, standing, waving, or waiting. Some examples are included with the development tools, while specialized gestures may require custom data collection, model training, and validation.

Where should I install it?

For people flow, mount it high with antennas facing the monitored area. For activity around a machine or zone, place it closer—on a desk, wall, ceiling, or directly on the equipment. Keep the target inside its field of view.

Where does the data go?

The device can stream data over Wi-Fi and MQTT to a configured broker or server. If you do not want to build the backend yourself, SpaceTimeOS can receive, process, visualize, and act on radar signals in real time.

Can I stream raw data via USB?

The radar’s USB-C port can stream sensor data directly to a connected computer. This is useful for local experiments, signal analysis, recording datasets, and developing custom inference pipelines.

Can radar monitor machines?

Any motion that changes the radio reflection can become a detectable signal. The radar can identify moving vehicles, robots, animals, or rotating machine components and distinguish operational states such as on and off.

Is UWB Radar safe for people?

It uses regulated, consumer-grade UWB radio at low transmit power. People with pacemakers or during pregnancy should follow the same medical and manufacturer guidance that applies to other consumer radio equipment.

Does it cause interference?

No meaningful interference is expected. UWB operates differently from Wi-Fi, Bluetooth, and cellular radios, and its transmit power is tightly regulated. This allows the radar to work alongside common wireless infrastructure and equipment.

Does it need constant power?

For continuous sensing and data streaming, the radar should remain connected to power. Development Kit devices include batteries for short demonstrations and testing, but their runtime is not intended for permanent radar deployments.

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. We’ll get back to you with details on how to get them.

Click 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.