Triangulation
A positioning technique determining location by measuring angles from multiple reference points to the target. Used in some RTLS implementations particularly those using angle of arrival measurements. Requires fewer reference points than trilateration for 2D positioning. Used in systems employing Angle of Arrival (AoA) measurements.
Triangulation is a positioning technique that determines location by measuring angles from multiple reference points with known positions. The geometric principle involves: establishing multiple reference points (anchors/base stations) with known positions, measuring the angle or direction from each reference point toward the target (tag/asset), and calculating the target position as the intersection of bearing lines extending from reference points at measured angles. In 2D positioning, bearings from two reference points theoretically suffice (two lines intersect at one point), though three or more improve accuracy through redundancy and ambiguity resolution. In 3D, three or more references are needed considering elevation angles. Industrial RTLS implementations using triangulation-related principles include: Bluetooth 5.1 Direction Finding using angle of arrival (AoA) or angle of departure (AoD) methods - antenna arrays measure the phase difference of signals arriving at multiple antennas, calculating arrival angle, with multiple anchors providing bearing triangulation. Triangulation challenges in industrial environments include: angle measurement requiring antenna arrays (increasing complexity and cost compared to omnidirectional antennas), multipath propagation corrupting angle measurements (reflected signals appearing from wrong directions), NLOS conditions blocking direct paths preventing accurate angle measurement, and accuracy degradation with distance (angular errors translate to larger position errors at greater ranges - 1 degree angle error causes ~1.7 meter position error at 100 meters). Triangulation is more common in outdoor positioning (GPS uses trilateration via range, but some radar and radio direction-finding uses triangulation) and consumer applications (Bluetooth AoA for indoor positioning in retail or hospitality) than in industrial RTLS.