# $DVNVM Non-Volatile Memory and Configuration

The $DVNVM message is sent in response to a configuration request. It is an ASCII NMEA-formatted packet. It contains the $DVNVM message ID, followed by comma-separated key-value pairs. See the example below, to which we have introduced line breaks for readability (the actual messages do not have internal line breaks).

While we try not to change keywords (actually, "key phrases"), we do not guarantee all pairs will remain in all future software updates. Note that no key phrase or value will contain commas.

Example:

```
$DVNVM,Model=Tracker 650,Static IP address=0.0.0.0,
Fallback IP address=192.168.2.8,Host IP address=192.168.2.2:27000,
MAVlink IP address=192.168.2.2:6040,DVKFC messages=ON,
Speed of sound=1484.0,Velocity adjustment=1.000,DVPDL messages=OFF,
DVPDX messages=ON,Mounting position=BOTTOM,Mounting arrow=FORWARD,
MAVlink send distance=ON,Firmware=Jun 15 2023,
Channel=DPH Channel: freq:675676: f/w:Jun 14 2023*FF
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ceruleansonar.com/c/tracker-650/communicating-with-the-tracker-650/outgoing-message-formats-tracker-650-to-host/usddvnvm-non-volatile-memory-and-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
