📖
Cerulean Sonar Docs
Docs DirectoryStore
Tracker 650
Tracker 650
  • Overview
    • CERULEANTRACKER DEPRECATION NOTICE
  • Quick Start for BlueROV / ArduSub Users
  • General Specifications
  • Configuring the Tracker 650
    • Finding the Configuration Web Page
    • Example Configuration Web Page
    • Live Status Page
    • Setting the Static IP Address
    • Setting the Fallback IP Address
    • Setting the Host IP Address
    • Setting the MAVLink REST Server Parameters
    • Setting Pool Mode
    • Setting DVL Mounting Rotation Offsets
      • Scenario: Driving Your Own Kalman Filter
        • Forward-Facing Mount
    • Setting Velocity Adjustment
  • General Usage
    • General Hints and Tips
    • Basic Operating Guidelines and Hints
    • Setting Speed of Sound
    • Scenario: Doing Your Own Dead Reckoning
    • Scenario: Holding Position
  • Using MAVLink and BlueOS for Position Hold on a BlueROV2
    • ArduPilot Parameters
    • Tracker 650 Setup for MAVLink Support
    • Global Origin
  • Mounting the Tracker 650
    • Bottom Mount
    • Thruster Deck Mount
      • Send xxx Message
  • Mounting Drawings (V1 pre-2025)
  • Communicating with the Tracker 650
    • Factory Defaults and Default Messages
    • The Ethernet Interface
    • Tips on How to Find the IP Address Assigned to Your Ethernet Adapter
    • Outgoing Message Formats, Tracker 650 to Host
      • $DVPDL and $DVPDX: DVL Position and Angle Deltas Messages
      • $DVNVM Non-Volatile Memory and Configuration
      • Freeform Error and Informational messages ($DVTXT)
      • $DVKFC Kalman Filter Raw Data Support Message
    • Commands Accepted by the Tracker 650
      • CONFIGURATION
      • SET-VELOCITY-ADJUSTMENT
        • SET-SPEED-OF-SOUND
      • SEND-DVPDL
      • SEND-DVPDX
      • SEND-DVKFC
      • SEND-MAVLINK-DISTANCE
      • MAVLINK-ORIGIN
      • SET-POSITION
      • SET-SENSOR-ORIENTATION
      • IP-ADDRESS
      • HOST-ADDRESS
      • MAVLINK-ADDRESS
      • FALLBACK-ADDRESS
      • UNICAST-TO-ME
      • PAUSE
      • RESUME
      • REBOOT
      • SET-POOL-MODE
    • Blue Robotics Discovery Protocol (Ethernet Only)
    • ARP (Address Resolution Protocol)
    • DHCP (Dynamic Host Configuration Protocol)
    • Ping (Internet Control Message Protocol Ping)
  • Coordinate Systems
  • Mounting Drawings (V2 post-2024)
  • CAD Models
  • Electrical Drawings
    • Power and Ethernet Cabling
  • Expectations
  • Copyright
Powered by GitBook
On this page
  1. Communicating with the Tracker 650

Factory Defaults and Default Messages

The Tracker 650 has several different types of output messages, not all of which are useful in all applications.

The Tracker 650 is set to the following configuration when shipped from the factory. Commands are provided to set each message type on and off, and when you make changes, the new settings are persisted in non-volatile memory.

  • Static IP address at 0.0.0.0 (static IP address disabled)

  • Host IP address 255.255.255.255:27000 (general broadcast to UDP port 27000)

  • MAVLink interface IP address 192.168.2.2:6040 (messages enabled, using default mavlink2rest address:port)

  • Fallback IP address for the DVL at 192.168.2.3 (this may collide with other device's static or fallback IPs so take care to avoid collisions by using different addresses if necessary))

  • $DVKFC: message to support external Kalman filters set to OFF

  • $DVPDL: Delta position of the DVL used to drive position hold functions in non-BlueOS/Ardusub systems set to OFF

  • $DVPDX: Delta position of the DVL (plus a few other useful values) used to drive position hold functions in non-BlueOS/Ardusub systems set to ON

  • Speed of sound: set to 1484 meters/second

  • Velocity Adjustment: used to adjust DVL performance to specific environments set to 1.0

  • DVL mounting orientation adjustment set to (0, 0, 0), or pointed down with arrow forward.

PreviousCommunicating with the Tracker 650NextThe Ethernet Interface

Last updated 3 months ago