Skip to content
Technical BriefMar 20249 min read

Technical Brief: RTLS Architecture — Indoor and Outdoor Asset Tracking at Enterprise Scale

VX-Olympus
technical-briefrtlsasset-trackingbleuwblorawangpsrfidvx-olympusera-2

Overview

Real-Time Location Systems (RTLS) enable organizations to know the current and historical location of physical assets — tools, equipment, personnel, vehicles, materials — without manual tracking. The practical value is operational: reduced search time, improved asset utilization, automated compliance documentation, and theft prevention.

The technology that powers RTLS is not monolithic. Five distinct wireless technologies are used in industrial RTLS deployments, each with different accuracy, range, infrastructure cost, tag cost, battery life, and environmental performance. Selecting the wrong technology for an application produces a system that either falls short of accuracy requirements (invested in less capable technology), fails in the deployment environment, or costs more than the use case justifies (over-engineered for the accuracy actually needed).

This brief covers the five primary RTLS technologies, their technical characteristics, the deployment environments where each performs well, and how each integrates with VX-Olympus’s asset tracking platform.


Technology Comparison

graph LR A[Asset Tag] --> B{Wireless Technology} B -->|BLE| C[BLE Reader Network] B -->|LoRaWAN| D[LoRaWAN Gateway] B -->|UWB| E[UWB Anchor Network] C --> F[VX-Olympus RTLS] D --> F E --> F
Scroll to see full diagram

BLE (Bluetooth Low Energy)

Accuracy: Zone-level to 3–5 meter (with angle-of-arrival antennas) Range: 10–100 meters per reader Tag cost: $5–$25 per tag Battery life: 1–3 years (coin cell) Infrastructure cost: $100–$400 per reader Environmental performance: Good in most industrial environments; steel structures reduce range

BLE is the most widely deployed RTLS technology for industrial indoor applications. BLE tags broadcast periodic advertisements; readers detect and report tag presence. Zone-level location is determined by which readers detected the tag and their signal strength (RSSI).

Accuracy modes:

  • Zone detection (RSSI threshold): Binary — tag is in the zone if the strongest reader signal exceeds a threshold. Simple, robust, sufficient for most workflow applications.
  • RSSI-based positioning: Multiple readers reporting signal strength from the same tag, combined with signal propagation models, estimate 3–5 meter accuracy. More computationally complex, less reliable in reflective environments.
  • Angle of Arrival (AoA): Multi-antenna BLE readers determine the angle from which a tag’s signal arrives, enabling 1–2 meter accuracy. More expensive reader hardware; compatible with Bluetooth 5.1 direction-finding spec.

Best for: Indoor zone tracking, healthcare equipment, manufacturing tools, warehouse inventory, personnel check-in at defined process steps.

VX-Olympus integration: BLE readers connect to VX-Olympus via MQTT over Wi-Fi or Ethernet. BLE tag advertisements forwarded by readers are decoded using device profiles. VX-Olympus maps tag-to-reader associations to zone definitions.


LoRaWAN

Accuracy: Zone-level (gateway detection range defines zone) Range: 2–15 km outdoor, 100–500 m indoor (environment-dependent) Tag cost: $15–$50 per tag Battery life: 2–5 years Infrastructure cost: $350–$600 per gateway Environmental performance: Excellent for outdoor and mixed indoor/outdoor; sub-GHz penetrates building walls

LoRaWAN is the technology of choice for outdoor and large-area indoor asset tracking where cellular connectivity is impractical and precise location accuracy is not required. A single gateway provides coverage for tens of thousands of square meters — orders of magnitude more than a BLE reader network.

Location modes:

  • Gateway detection: Tag is in coverage range of detected gateway. For a single-gateway rural deployment, this is the deployment area. For a multi-gateway deployment with overlapping coverage, the strongest-signal gateway indicates approximate location zone.
  • TDOA (Time Difference of Arrival): Multiple gateways timestamping the same tag packet and computing location from arrival time differences. Requires precise time synchronization across gateways. Provides 50–200 meter accuracy in favorable conditions.
  • RSSI multilateration: Multiple gateways reporting RSSI for the same packet, combined with path loss models, provide approximate location estimates. Less accurate than TDOA but doesn’t require time synchronization.

Best for: Large outdoor areas (yards, construction sites, agricultural operations, pipeline corridors), mixed indoor/outdoor facilities where LoRaWAN’s penetration advantage matters.

VX-Olympus integration: IoT SimpleLink handles LoRaWAN network management. VX-Olympus asset records link to IoT SimpleLink device IDs. Zone assignment based on which gateway received the packet.


UWB (Ultra-Wideband)

Accuracy: 10–30 cm Range: 10–50 meters per anchor Tag cost: $50–$200 per tag Battery life: 0.5–2 years (power-hungry) Infrastructure cost: $500–$2,000 per anchor Environmental performance: Good in clean environments; multipath from metal structures can degrade accuracy

UWB provides the highest location accuracy of any common RTLS technology — centimeter-level positioning that enables precise manufacturing cell assignments, AGV (automated guided vehicle) guidance, and safety zone enforcement with tight tolerance.

How it works: UWB anchors transmit and receive ultra-short radio pulses. The time of flight of these pulses between tag and anchor — measured with nanosecond precision — provides distance measurements. Three or more anchors with known positions triangulate tag location to 10–30 cm accuracy.

Limitations:

  • ==negative:Cost: 5–10x more expensive per tag and per anchor than BLE==
  • Battery life: UWB transceivers consume significantly more power than BLE; tags need more frequent charging or battery replacement
  • Infrastructure density: Short range requires anchor every 10–15 meters for continuous coverage
  • ==negative:Multipath sensitivity: Metal structures create signal reflections that can degrade location accuracy==

Best for: High-precision manufacturing (CNC cell assignments, quality inspection stations), AGV guidance, safety zone enforcement (proximity to hazardous equipment), cleanroom personnel tracking.

VX-Olympus integration: UWB location engine outputs X-Y-Z coordinates via MQTT or HTTP. VX-Olympus maps coordinates to zone or area definitions, providing the spatial context (room name, work cell, safety zone) that is operationally meaningful.


Passive RFID (UHF)

Accuracy: 1 meter (read range dependent) Range: 0.5–8 meters per reader (passive); farther with active RFID Tag cost: $0.10–$1.00 per tag (passive) Battery life: Passive tags require no battery (powered by reader field) Infrastructure cost: $1,000–$5,000 per portal/gate reader Environmental performance: Metal and liquid contents attenuate UHF RFID; mounting orientation matters

Passive RFID is a scan-at-boundary technology — assets are detected when they pass through or near a reader, not tracked continuously. This makes it suitable for checkpoint-based tracking (when did this item enter this area) rather than real-time location systems.

Use cases:

  • Inventory management: warehouse pallet scanning, finished goods inventory at shipping/receiving
  • Work in process (WIP) tracking: items scanned as they move between production stages
  • Access control: personnel or vehicle access at defined gates
  • Tool check-out/check-in: tool crib management with scan-in/scan-out

Not suitable for: Continuous location tracking, real-time localization, tracking in environments where read reliability is inconsistent.

VX-Olympus integration: RFID readers connect via Ethernet or Wi-Fi and POST tag read events to VX-Olympus via HTTP or MQTT. Each read event creates an asset location update in VX-Olympus.


GPS (Outdoor)

Accuracy: 2–5 meters (standard GPS); 0.5–1 meter (DGPS/RTK) Range: Unlimited (satellite coverage) Tag cost: $30–$150 per GPS device Battery life: 1 week to 2 years (highly dependent on update frequency) Infrastructure cost: None (satellite-based) Environmental performance: Requires open sky view; fails indoors and in dense urban canyons

GPS is the appropriate technology for outdoor mobile assets: vehicles, mobile equipment, fleet assets. It provides absolute geographic coordinates that enable geofencing and travel history analysis.

Limitations:

  • No indoor coverage
  • Battery life sensitive to update frequency (continuous tracking vs. periodic updates)
  • Cannot track assets in enclosed spaces, underground, or inside buildings

VX-Olympus integration: GPS devices publish location updates via MQTT or HTTP with latitude/longitude coordinates. VX-Olympus maps coordinates to geofence zones, plots on maps, and triggers alerts for zone entry/exit events.


Deployment Environment Decision Matrix

Environment Recommended Technology Notes
Outdoor (large area) LoRaWAN Gateway economics, long range
Outdoor (vehicle/mobile) GPS Absolute coordinates for geofencing
Indoor (large facility) BLE Balance of cost, accuracy, battery life
Indoor (high-precision) UWB When 30cm accuracy required
Checkpoint/boundary Passive RFID Low cost for scan-at-boundary
Mixed indoor/outdoor BLE + LoRaWAN BLE for indoor zones, LoRaWAN for outdoor
Underground/below-grade LoRaWAN Sub-GHz penetration advantage
Healthcare BLE IP67 tags, long battery, standards compliance

Multi-Technology Deployments

Many enterprise deployments combine technologies to match each physical environment:

Shipyard example: LoRaWAN for outdoor laydown areas (long range, weather exposure), BLE for indoor fabrication halls (zone accuracy, dense reader network), RFID at shipping/receiving gates (checkpoint scan).

Healthcare example: BLE for moveable clinical equipment throughout the building (room-level accuracy), passive RFID at department boundaries for inventory management, GPS for ambulances.

Oil and gas example: LoRaWAN for remote tank batteries and wellheads (miles of range, battery-powered), GPS for vehicles and mobile equipment.

VX-Olympus’s multi-protocol architecture handles data from all these technologies through a single asset management layer. An asset that has a BLE tag, a GPS device, or an RFID identifier all appear in the same VX-Olympus asset record. Location data from whichever technology was last to detect the asset updates the “current location” field.


Infrastructure Design Principles

Coverage Calculation

BLE reader placement: calculate coverage area assuming circular coverage radius of 20–30 meters per reader in a clean indoor environment. Apply path loss de-rating for walls, metal racking, and dense equipment (reduce radius by 30–50% per major obstruction type). Place readers to ensure every tagged asset location has at least 2 reader detections (redundancy prevents blind spots).

LoRaWAN gateway placement: calculate coverage radius using the link budget method (see LoRaWAN Network Design technical brief). Plan for 2-gateway overlap in critical coverage areas for redundancy.

UWB anchor placement: ensure every point in the covered area is within 10–15 meters of at least 3 anchors. Triangulation requires 3 anchor lines-of-sight; anchor placement should minimize obstructions in the triangulation paths.

Tag Selection


Conclusion

RTLS technology selection is an engineering decision that should be driven by accuracy requirements, deployment environment, cost constraints, and infrastructure maintenance considerations — not by marketing preference for a specific technology category.

VX-Olympus provides the platform layer that receives location data from all RTLS technologies through a common interface. The technology selection determines what gets detected and how accurately. VX-Olympus determines what happens with that data: zone mapping, alert triggering, history recording, and operational workflow integration.

For most industrial deployments, BLE and LoRaWAN provide the optimal cost/performance balance. For deployments requiring centimeter accuracy, UWB. For outdoor mobile assets, GPS. For checkpoint control, passive RFID.

The right answer is usually “it depends” — and the criteria for the decision are in this brief.


Talk to our team about RTLS architecture design for your asset tracking deployment.

Ready to see how this applies to your operations?

Every article describes real capabilities you can deploy today.