EasyManua.ls Logo

Vectornav VN-200 User Manual

Vectornav VN-200
47 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
Page #1 background imageLoading...
Page #1 background image
UM004
User manual
VN-200 Beta
Rev 0.1.3 1/47
VN
-200 User Manual
Firmware v0.1.7.x

Table of Contents

Other manuals for Vectornav VN-200

Question and Answer IconNeed help?

Do you have a question about the Vectornav VN-200 and is the answer not in the manual?

Vectornav VN-200 Specifications

General IconGeneral
BrandVectornav
ModelVN-200
CategoryMicrocontrollers
LanguageEnglish

Summary

Introduction to VectorNav VN-200

VN-200 Product Description

Describes the VN-200 as a miniature, high-performance Inertial Navigation System (INS) with MEMS sensor technology.

VN-200 Product Features Overview

Highlights the VN-200's availability in surface-mount and rugged configurations, emphasizing robust enclosure and small footprint.

VN-200 Surface-Mount Package Details

Details the miniature surface-mount package of the VN-200, suitable for embedded applications, including its dimensions and interfaces.

VN-200 Rugged Package Description

Describes the VN-200 Rugged sensor integrated into a robust aluminum enclosure, focusing on its durability and compact size.

VN-200 SMD Development Kit

Introduces the development kit for the VN-200 SMD, providing PCB access, communication ports, and necessary accessories.

VN-200 Rugged Development Kit

Outlines the VN-200 Rugged Development Kit, including the sensor, necessary cabling, documentation, and software.

VN-200 Sensor Coordinate System

Explains the VN-200's right-handed coordinate system and the definition of yaw, pitch, and roll angles.

VN-200 Specifications and Electrical Details

VN-200 SMD Electrical Specifications

Details the electrical specifications and pin assignments for the VN-200 Surface-Mount Sensor (SMD).

VN-200 SMD Power Supply Requirements

Specifies the operating voltage range for the VN-200 SMD, including minimum and absolute maximum values.

VN-200 SMD Serial (UART) Interface Specs

Describes the voltage logic levels for the serial UART interface of the VN-200 SMD.

VN-200 SMD SPI Interface Specs

Provides serial I/O specifications for the SPI interface of the VN-200 SMD, including clock frequency and timing.

VN-200 SMD General I/O Pin Specifications

Details specifications for Reset, SyncIn/Out, and other general I/O pins on the VN-200 SMD.

VN-200 Rugged Electrical Specifications

Details the electrical specifications and pin assignments for the VN-200 Rugged model.

VN-200 Rugged Power Supply Details

Specifies the nominal power supply and overvoltage protection for the VN-200 Rugged unit.

VN-200 Rugged Serial UART Interface Specs

Details the serial I/O specifications for the UART interface of the VN-200 Rugged, including voltage levels and data rates.

VN-200 Rugged General I/O Pin Specifications

Details specifications for Reset, SyncIn/Out, and other general I/O pins on the VN-200 Rugged.

VN-200 SMD Dimensions and Footprint

Provides PCB footprint dimensions for the VN-200 Surface-Mount Sensor (SMD).

VN-200 Rugged Physical Dimensions

Illustrates the physical dimensions of the VN-200 Rugged sensor with detailed measurements in inches.

VN-200 Absolute Maximum Ratings

Lists the absolute maximum ratings for input voltage, operating temperature, and storage temperature for the VN-200.

Basic Communication Methods for VN-200

VN-200 Serial Interface Communication

Explains the serial interface, using ASCII text for commands and data, with a specific command format.

VN-200 Checksum and CRC Error Detection

Details options for error detection using 8-bit checksum or 16-bit cyclic redundancy check (CRC).

VN-200 8-bit Checksum Calculation

Explains the 8-bit checksum calculation as an XOR of bytes, represented by two hexadecimal characters.

VN-200 16-bit CRC Calculation

Describes the 16-bit CRC using the CRC16-CCITT algorithm for enhanced error detection.

VN-200 SPI Interface Communication

Details the SPI interface using a binary message format, triggered by slave select and clock signals.

VN-200 Communication Protocol Standards

VN-200 Numeric Data Formats

Explains floating-point and fixed-point number representations used in commands and data output.

VN-200 Single Precision Floating Points

Details the format for single-precision floating-point numbers with seven significant digits and a two-digit exponent.

VN-200 Fixed-Point Number Representation

Describes fixed-point representation and notes that onboard calculations use IEEE floating-point numbers.

VN-200 System Commands Overview

Lists available system commands for the VN-200, usable via ASCII text (UART) and binary (SPI) formats.

VN-200 Read Register Command

Allows reading registers by ID. Response includes register ID and data specific to the register.

VN-200 Write Register Command

Used to write data to specified registers, requiring register ID and specific data values.

VN-200 Write Settings Command

Writes current register settings to non-volatile memory, ensuring persistence through power cycles.

VN-200 Restore Factory Settings Command

Resets the VN-200 module to its factory default settings and initiates a module reboot.

VN-200 Reset Command Functionality

Resets the module, reloading registers from non-volatile memory or defaulting to factory settings.

VN-200 System Error Codes

Lists VN-200 error codes outputted after '$VNERR', providing descriptions for each error condition.

VN-200 System Register Configuration

VN-200 User Tag Register

Allows assignment of user-defined tags, stored to flash via a write settings command.

VN-200 Model Number Register

A read-only register that stores and displays the model number of the VN-200 device.

VN-200 Hardware Revision Register

A read-only register that displays the hardware revision of the VN-200 module.

VN-200 Serial Number Register

A read-only register containing the unique serial number of the VN-200 device.

VN-200 Firmware Version Register

A read-only register detailing the major, minor, build, and hotfix versions of the VN-200 firmware.

VN-200 Serial Baud Rate Register

Specifies the baud rate for the serial data bus, with an optional parameter for serial port selection.

VN-200 Async Data Output Type Register

Controls the type of data asynchronously outputted, allowing selection of data registers or disabling output.

VN-200 Async Data Output Frequency Register

Sets the output frequency for asynchronous data, with an option for serial port selection.

VN-200 Magnetic and Gravity Reference Vectors

Stores magnetic and gravity reference vectors for X, Y, and Z axes, and acceleration references.

VN-200 Reference Frame Rotation Settings

Contains a transformation matrix to rotate measurements into a different reference frame, useful for sensor orientation.

VN-200 Communication Protocol Control

Manages communication protocol settings, including counters, status, checksums, and error handling.

VN-200 SerialCount Field Configuration

Appends a counter or time to serial asynchronous messages, sourced from the Synchronization Status Register.

VN-200 SerialStatus Field Configuration

Tracks real-time status information for sensor measurements and filtering, useful for critical event detection.

VN-200 SPICount Field Configuration

Appends a counter or time to SPI packets, sourced from the Synchronization Status Register.

VN-200 SPIStatus Field Configuration

Tracks real-time status information for sensor measurements and filtering in SPI communication.

VN-200 SerialChecksum Configuration

Controls the type of checksum (8-bit or 16-bit CRC) for serial communications.

VN-200 SPIChecksum Configuration

Controls the type of checksum (8-bit or 16-bit CRC) for SPI communications.

VN-200 ErrorMode Configuration

Determines the action taken when an error event occurs, such as ignoring, sending, or disabling output.

VN-200 Synchronization Control

Manages timing synchronization with external devices via SyncIn and SyncOut pins.

VN-200 SyncInMode Configuration

Controls the SyncIn event behavior, setting ADC timing or asynchronous output on trigger.

VN-200 SyncInEdge Configuration

Defines the edge type (rising or falling) for the SyncIn signal to trigger on.

VN-200 SyncInSkipFactor Configuration

Determines how many trigger edges must occur before a SyncIn event is triggered.

VN-200 SyncOutMode Configuration

Controls the behavior of the SyncOut pin, determining when the pulse starts based on ADC, IMU, or INS data.

VN-200 SyncOutPolarity Configuration

Sets the polarity of the output pulse on the SyncOut pin to either negative or positive.

VN-200 SyncOutSkipFactor Configuration

Specifies how many times the sync out event should be skipped before triggering the SyncOut pin.

VN-200 SyncOutPulse Width Configuration

Controls the desired width of the pulse output on the SyncOut pin.

VN-200 Calibrated Sensor Measurements

Provides calibrated measurements from all onboard sensors, including magnetometer, accelerometer, gyroscope, temperature, and pressure.

VN-200 GPS Configuration Settings

Configures GPS settings, including mode, NMEA output on serial ports, and GPS delay for PPS support.

VN-200 GPS Antenna Offset Configuration

Configures the position offset of the GPS antenna relative to the VN-200 in the vehicle reference frame.

VN-200 GPS Solution Data

Provides GPS solution data, including time, week, fix type, position, velocity, and accuracy estimates.

VN-200 INS Solution Data

Provides INS solution data, including time, status, heading, pitch, roll, position, velocity, and uncertainties.

VN-200 Default Factory State