Skip to main content

Laminar

The Aerium Laminar is a compact digital airspeed sensor based on the proven 4525DO differential pressure sensor. It provides accurate, temperature-compensated airspeed measurements for unmanned and embedded systems.

Laminar supports both direct I2C connectivity and UAVCAN, allowing flexible integration with a wide range of PX4 and ArduPilot flight controllers.

Laminar Top Laminar Bottom

General

  • Compact digital airspeed sensor for unmanned and embedded systems.
  • Built around the 4525DO differential pressure sensor.
  • Accurate, temperature-compensated airspeed measurements.

Compatibility

  • PX4 flight controllers.
  • ArduPilot flight controllers.
  • Flight controllers with direct I2C airspeed sensor support.
  • Flight controllers with UAVCAN airspeed sensor support.

Resources

Mechanical

  • Dimensions: 24 mm × 20 mm
  • Mounting holes: M3, spaced 18 mm × 14 mm
  • Weight: ~8 g

Dimensions

Electrical

General

  • Input voltage: 5 V
  • Logic level: 3.3 V

Pinout

Main Connector

  • The main connector features a flexible interface configuration.
  • The configuration is set using solder jumpers. by default the board is set to CAN

GH-4P

  • Connector Definition

    TypePart NumberPart Name
    Board ConnectorSM04B-GHS-TBJST-GH
    Cable ConnectorGHR-04V-SJST-GH
  • Connector Pinout

    PinName
    1Power Output (5 V)
    2CAN_H (logic 3.3v)
    3CAN_L (logic 3.3v)
    4GND
  • Solder Jumper configuration laminar-can-config

GH-4P

  • Connector Definition

    TypePart NumberPart Name
    Board ConnectorSM04B-GHS-TBJST-GH
    Cable ConnectorGHR-04V-SJST-GH
  • Connector Pinout

    PinName
    1Power Output (5 V)
    2SCL - I2C clock (logic 3.3v)
    3SDA - I2C data (logic 3.3v)
    4Ground
  • Solder Jumper configuration laminar-i2c-config

Software

Configuration Steps

  • Autopilot Configuration

  • Address Configuration

    • I2C
      • the I2C address of the device is fixed by hardware.
    • CAN
      • The CAN address is 0 by default (auto assign by the autopilot)
      • The address can be be set to manual/static using the following instructions
        • PX4
          • Connect the Laminar to the autopilot
          • Open QGroundControl
          • Open Main Menu -> Analyze tTools -> Mavlink Console
          • Type in the console 'uavcan status' to get the device auto assigned address.
            uavcan status
          • Type in the console:
            uavcan param set <current device address> CANNODE_NODE_ID <desired device address>
          • reboot the device
          • Type in the console 'uavcan status' to verify the device address.
            uavcan status
        • Ardupilot