Skip to main content

YO Air Pressure Monitor

Overview

Description

YO Air Pressure Monitor is a LoRaWAN device designed for precise measurement of differential pressure and airflow in critical systems. It utilizes a high-accuracy pressure sensor to detect pressure drops across filters, monitor ventilation efficiency. With its reliable monitoring capabilities, the device makes it easy to detect system faults early and maintain optimal environmental conditions for infrastructure or agricultural facilities. Designed for long-term reliability, it also includes sensors that measure temperature and relative humidity inside the device, providing environmental context around the device’s location.

Device top viewDevice top view

Figure 1. Device top view

Device sticker placed on top and bottom of the enclosure contains information about model, version, LoRaWAN region and 3 parameters important in case of device identification and configuration:

  • DEV EUI: 64-bit unique device identifier in a LoRaWAN network,
  • DEV ADDR: address required to connect via ABP activation type to LoRaWAN,
  • BLE MAC: bluetooth physical address.
Device stickerDevice sticker

Figure 2. Device sticker

Features

  • LoraWAN Technology: Available in multiple versions with LoRa radio configured for various regions and ISM frequency bands (e.g., EU868, US915, AU915), it is compatible with both private and public LoRaWAN networks and supports connections via ABP (Activation by Personalization) or OTAA (Over-The-Air Activation).
  • Bluetooth Low Energy (BLE): Enables easy configuration through a user-friendly JSON data exchange format, supports firmware updates via OTA (Over-the-Air), and boasts very low energy consumption.
  • Battery-Powered: 2 x ER34615 (D) LiSoCL2 batteries featuring very low self-discharge, ensuring long-term operation without the need for an external power supply.
  • Temperature and Relative Humidity: Measured by sensors within the device enclosure, using a vent to allow external air entry, providing insights into environmental conditions and ensuring operation within recommended parameters.
  • Differential Pressure Sensor: Measures pressure differences with high precision to detect airflow issues, monitoring HVAC filter performance and ventilation efficiency.
  • Yosensi Management Platform: Provides a web tool for device configuration, firmware updates, and infrastructure management. Enables comprehensive monitoring of transmitted data and easy device management.
  • Yosensi Mobile App: Effortlessly manage devices with features to register new ones, configure settings, perform firmware updates, view/send logs, and test LoRaWAN connectivity. Learn more in our detailed Yosensi App blog post.

Specifications

Physical

Dimensions of the deviceDimensions of the device

Figure 3. Dimensions of the device

Device

AttributeDescription
DimensionsHeight: 45 mm
Width: 101.5 mm
Depth: 181.5 mm
ColourLight Grey
Mounting methodMagnets on the back
Mounting holes
Enclosure materialABS, PC
Level of protectionIP68, UL94-V2
Weight (without batteries, excl. probes)200 g

Pitot Tubes

Pitot TubesPitot Tubes

Figure 4. Pitot Tubes

AttributeDescription
Base Dimensions30 mm x 75 mm
Insertion Lengths (A)150 mm, 200 mm, 250 mm, 300 mm, 350 mm, 400 mm, 450 mm, 500 mm, [custom length]
Overall Lengths (B)193 mm, 243 mm, 293 mm, 343 mm, 393 mm, 443 mm, 493 mm, 543 mm
ColourBlue
Tubes length1 m
Mounting methodMounting plate, screws
MaterialsAluminium alloy, Rubber, ABS, PU
Weights160 g, 175 g, 185 g, 200 g, 210 g, 225 g, 235 g, 250 g

Silicon Tubes

Silicon TubesSilicon Tubes

Figure 5. Silicon Tubes

AttributeDescription
Base Dimensions83.5 mm x 40 mm
ColourDark Grey / Transparent
Tubes length2 m
MaterialsPETG, PU
Weight115 g

Operating Conditions

°C°F
AttributeDescription
Temperature0°C to 70°C
Humidity0 to 90%
PlacementIndoor/Outdoor use
Power supply2 x ER34615 (Size D) LiSoCL2 battery (2 x 3.6 V)
Power consumptionMaximum: 120 mA DC (7.2 V DC)

Measured Values

°C°F
ParameterMeasurement rangeAccuracy
Temperature-40°C to 125°C±0.2°C (10°C to 60°C)
Relative humidity0% to 100%±2% (20% to 80%)
Differential Pressure-2500 Pa to 2500 Pa±1.5% FSS
Air Velocity0 m/s to 100 m/sDepends on probe & K-factor

Controls and Indicators

LED Status Indicator

YO Air Pressure Monitor communicates its current behaviour to the user by RGBW LED placed on top.

Diode statuses interpretation

BehaviorColourDevice Status
Single flashGreenGeneral: device is working correctly (power and memory).
Single flashRedGeneral: device is working incorrectly (power and memory).
LoRaWAN communication: failed to receive an acknowledgement from LoRaWAN Server within specified timeout.
Single flashWhiteLoRaWAN communication: LoRaWAN frame sent / confirmation from LoRaWAN Server after receiving the frame.
Slow flashingBlueBLE communication: connection to the device via BLE (configuration).
Rapid flashingBlueLoRaWAN communication: connecting to LoRaWAN network.

Buttons

The YO Air Pressure Monitor features a reset button and an LED indicator. Figure 6 illustrates their placement. To reboot the device, briefly press the reset button.

Reset buttonReset button

Figure 6. Reset button and LED indicator

Installation

Package Contents

  1. Device (without batteries).
  2. Warranty card.

Safety Precautions

NOTE

Go to the Safety Precautions section to see important information on handling, disposal and maintenance.

Installation Guide

  1. Unscrew the device: remove 4 screws from the enclosure.
    Unscrew the deviceUnscrew the device

    Figure 7. Unscrew the device

  2. Place two ER34615 (D) LiSoCL2 batteries in the device according to the polarity indicated on the battery holder.
    Battery PlacementBattery Placement

    Figure 8. Battery Placement

  3. Screw the device back together.
    Screw the device back togetherScrew the device back together

    Figure 9. Screw the device back together

Configuration

Configurable Parameters

A few parameters must be set before sending data to the gateway. The default firmware is configured in OTAA mode with predefined deveui, appkey (OTAA) and appskey, nwkskey (ABP).

Configuration of the device is stored in a JSON file divided into the following sections:

  • info (generic, read only): information about the device,
  • general (generic): general device settings,
  • lorawan (generic): configuration data for LoRaWAN connection,
  • ble (generic): bluetooth settings,
  • device (dynamic): individual configuration for a specific device (this section’s structure differs for each device),

Sample configuration file for the YO Air Pressure Monitor device.

{
"info": {
"fwver": "1.0.0",
"devmodel": "LNAM",
"loraradio": "SX1261",
"blemacaddr": "0123456789ab",
"loraregion": "EU868",
"lorawanver": "1.0.2"
},
"general": {
"rtcstate": "disable"
},
"lorawan": {
"abp": {
"appskey": "000102030405060708090a0b0c0d0e0f",
"devaddr": "01234567",
"nwkskey": "0123456789abcdef0123456789abcdef"
},
"otaa": {
"appeui": "be7a000000000688",
"appkey": "000102030405060708090a0b0c0d0e0f",
"deveui": "0123456789abcdef",
"trials": 3
},
"acttype": "otaa",
"nwktype": "public",
"subband": 1,
"retrycnt": 1,
},
"ble": {
"power": 0,
"interval": 1600
},
"device": {
"range": 2490.81,
"velocity": {
"kfactor": 0.855,
"altitude": 0,
"calculatevelocity": "enable"
},
"measinterval": 600
}
}

OTAA & ABP

OTAAABP
Device EUIDevice Address
Application EUINetwork Session Key
Application KeyApplication Session Key
Number of Trials

Generic Parameters

Parameters Description

NameDescriptionPossible ValuesDefault ValueRead/Write
measintervalMeasuring and sending interval LoRa [s]601-9999993600R/W
calculatevelocityEnables calculation of air velocity or flow from differential pressure readingsenable/disabledisableR/W
kfactorFlow coefficient used to convert differential pressure into airflow/velocity. Specific to the installed fan or probe0.8 - 1.20.855R/W
altitudeAltitude correction for accurate velocity calculation (air density) [m]0 - 20000R/W
rangeMaximum expected pressure range [Pa]490 - 4000002490.89R/W
  1. OTAA minimum 60 [s], ABP minimum 120 [s]

Parameters description

  • rtcstate: used for enabling/disabling the real-time clock (RTC) inside the device. The RTC is used for timestamping the measurements.
  • nwktype: used for setting the device in public or private network type.
  • acttype: used for setting the device in ABP or OTAA mode.
  • deveui, … , appskey: predefined addresses and keys, these parameters are generated using multiple IDs specific to the particular MCU and are unique for each device. They can be changed if needed.
  • interval: determines the interval of sending broadcast packets, used to connect to every BLE receiver around the device.
  • subband: used for setting the communication frequency sub-band in LoRaWAN.
  • retrycnt: number of retries to send a LoRa packet if the acknowledgement is not received from the LoRaWAN server.
  • measinterval: measurement interval [s] between sending LoRa packets.
  • calculatevelocity: Enables the conversion of differential pressure readings to air velocity.
  • kfactor: Calibration coefficient (often from a fan or probe datasheet) for accurate airflow calculations.
  • altitude: The device's elevation above sea level [m] to correct for air density in velocity calculations.
  • range: Defines the maximum expected measurement scale, typically in Pascals [Pa].

You can remotely adjust certain parameters by sending a downlink message through our platform. Simply navigate to the "COMMANDS" section for the selected device.

Update Measurement Interval

It is possible to change the measurement interval (measinterval) by using downlink. Information about changing the parameter will be sent from the server via the gateway.

Example of Downlink Message:

  • Prefix: 0x03
  • Measurement Index: 0x00
  • Data (up to 4 bytes in hex): 0x0258

Sample Downlink: 0x03000258 - Sets a measurement interval of 600 seconds (10 minutes).


Payload Decoder

If you want to connect to your own server, it is necessary to decode the specific payload for each device. To accomplish this, a payload decoder is required, which can be downloaded using the following link: Payload decoder. You can also use our integrated Payload Decoder here. Extended documentation of the protocol can be found in the Payload description on our website.