Getting Started with OpenZen
...
Creating an OpenZen client
Connecting to a sensor
Accessing sensor components
Receiving events from OpenZen (for retrieving available sensors, or accessing sensor data)
⚠️ Do not add wait or sleep here as it would cause OpenZen client to read in outdated data.Closing the sensor connection
...
Field name (explanation) | IG1 / IG1P | U3 | NAV3 | U2 | B2 | BE / ME |
---|---|---|---|---|---|---|
g1 low range | o 3 axes high-precision gyro | x | o vertical axis high-precision gyro | o | o | x |
g2 general-purpose high range | o | o | x | x | x | o |
Info |
---|
To debug your OpenZen program, we have a Windows GUI client to work with sensors. There are 2 communications that our sensors follows. They are categorized as follows:
LPMSControl2 for LPMS3 sensors, OpenMAT for LPMS2 sensors. For detailed information of all our sensors, please visit our Knowledge Base. |
...