Supported Sensors¶
According to the different sets of sensor commands a sensor has adpoted, we categorized sensors into 2 groups:
- LPMS2 sensors: LPMS-U2 sereis, LPMS-B2, LPMS-ME, LPMS-BE.
- LPMS3 sensors: LPMS-IG1, LPMS-IG1P, LPMS-U3 series, LPMS-NAV3.
For detailed information of all our sensors, please visit our Knowledge Base.
Note: Please be aware that most sensors only come with 1 gyroscope. data.g0
holds angular velocity values from high-precision gyroscope, whereas data.g1
holds values from general purpose gyroscope. When a sensor only has 1 gyroscope, there is only 1 key that holds a valid value.
Field name | IG1 / IG1P | U2 / U3 | NAV3 | BE / ME | B2 |
---|---|---|---|---|---|
g1 | o | x | x | x | o |
g2 | o | o | o | o | x |
LP-Research LPMS-U2 / U3 Series¶
Sensor’s model name could start with CU, URS or UTTL, and followed by number 2 or 3.
Product Link: LPMS-U2 Series / LPMS-U3 Series
Docs Link: LPMS-U2 Series / LPMS-U3 Series
9-Axis Inertial Measurement Unit (IMU) / attitude and heading reference system with CAN and USB Connectivity. This sensor has one Imu component which can be accessed via OpenZen.
The U series sensors can be connected to your computing device via a USB-cable, and discovered by either the USB Express mode or the COM-Port communication mode.
Provided OpenZen component: 1x IMU
Gyroscope Data Key Name: data.g1
LP-Research LPMS-B2¶
9-Axis Inertial Measurement Unit (IMU) / attitude and heading reference system with Bluetooth Classic and Bluetooth low-energy Connectivity. This sensor has one Imu component which can be accessed via OpenZen.
The LPMS-B2 can be connected either via the Bluetooth or the Bluetooth Low-Energy subsystem of OpenZen. To be able to connect to the sensor you must first pair it to your host system via your operating system’s bluetooth configuration.
The pairing process is described here.
Provided OpenZen component: 1x IMU
Gyroscope Data Key Name: data.g1
LP-Research LPMS-IG1 and LPMS-IG1P¶
Product Link: LPMS-IG1 / LPMS-IG1P
Docs Link: LPMS-IG1
Ultra Low-Noise 9-Axis Inertial Measurement Unit (IMU) / attitude and heading reference system with USB / CAN / RS232 Connectivity. The LPMS-IG1P has an Global Navigation Satellite System (GNSS) receiver. Both of them come with 2 gyroscopes.
The LPMS-IG1 sensor has one Imu component which can be accessed via OpenZen. The LPMS-IG1P sensor has an additional GNSS component which is available to OpenZen.
LPMS-IG1
provides OpenZen component: 1x IMU
Gyroscope Data Key Name: data.g0
and data.g1
LPMS-IG1P
provides OpenZen components: 1x IMU, 1x GNSS
Gyroscope Data Key Name: data.g0
and data.g1
LP-Research LPMS-ME¶
LPMS-ME is a high performance miniature inertial measurement unit (IMU) with multiple communication interfaces. Integrating UART, i2c and SPI in the same unit LPMS-ME perfectly fits both machine and human motion measurements for size and cost sensitive applications. In addition to BE, ME has an extra magnatometer.
OpenZen can communicate via UART directly with the LPMS-ME or via a SiLabs Serial-To-USB conversion chip. The LPMS-ME development kit contains such a SiLabs chip to connect the LPMS-ME to a PC.
Important Note: The default UART baudrate of the LPMS-ME is 115200 baud. OpenZen uses a larger baudrate by default so 115200 baud needs to be selected when connecting to an LPMS-ME IMU.
LPMS-ME provides OpenZen component: 1x IMU
Gyroscope Data Key Name: data.g1
LP-Research LPMS-BE¶
LPMS-BE is a high performance miniature inertial measurement unit (IMU) with multiple communication interfaces. Integrating UART, i2c and SPI in the same unit LPMS-BE perfectly fits both machine and human motion measurements for size and cost sensitive applications.
OpenZen can communicate via UART directly with the LPMS-BE or via a SiLabs Serial-To-USB conversion chip. The LPMS-BE development kit contains such a SiLabs chip to connect the LPMS-BE to a PC.
Important Note: The default UART baudrate of the LPMS-BE is 115200 baud. OpenZen uses a larger baudrate by default so 115200 baud needs to be selected when connecting to an LPMS-BE IMU.
LPMS-BE provides OpenZen component: 1x IMU
Gyroscope Data Key Name: data.g1