Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.96 KB

Rangefinder.md

File metadata and controls

47 lines (33 loc) · 1.96 KB

Rangefinder

Rangefinders are devices used to measure Above Ground Altitude.

Current state

Current support of rangefinders in INAV is very limited. They are used only to:

  • landing detection for multirotors
  • automated landing support for fixed wings
  • Experimental terrain following (Surface) flight mode activated with SURFACE and ALTHOLD flight mode

Hardware

Following rangefinders are supported:

NRA15/NRA24

NRA15/NRA24 from nanoradar use US-D1_V0 or NRA protocol, it depends which firmware you use. Radar can be set by firmware to two different resolutions. See table below.

Radar Protocol Resolution Name in configurator
NRA15 US-D1_V0 0-30m (+-4cm) USD1_V0
NRA15 NRA 0-30m (+-4cm) NRA
NRA15 NRA 0-100m (+-10cm) NRA
NRA24 US-D1_V0 0-50m (+-4cm) USD1_V0
NRA24 US-D1_V0 0-200m (+-10cm) USD1_V0
NRA24 NRA 0-50m (+-4cm) NRA
NRA24 NRA 0-200m (+-10cm) NRA

Connections

I2C solutions like VL53L0X or INAV_I2C can be connected to I2C port and used as any other I2C device.

Constraints

INAV does not support HC-SR04 and US-100. No constrains for I2C like VL53L0X or INAV_I2C.