> For the complete documentation index, see [llms.txt](https://docs.ceruleansonar.com/c/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ceruleansonar.com/c/dvl-75/mounting-the-dvl-components/mounting-an-auxiliary-gps.md).

# Mounting an Auxiliary GPS

The DVL will support an on-ROV GPS. Cerulean offers a GPS option that is packaged for 300m depths and has a penetrator and connector for the DVL electronics. You can supply your own GPS as well. Cerulean does not offer integration support for other GPS units, although anything that looks electrically and protocol-wise like an Adafruit Ultimate GPS should work with no problems. If using DVL power the GPS can draw a maximum of 20 mA at 3.3V. Serial parameters are 9600 baud, 8 data bits, 1 stop bit, no parity.

The GPS antenna needs to be placed where it will be out of the water when the ROV is surfaced. Water is a highly effective GPS signal block and even 5mm of water over the antenna will seriously disrupt reception.

Bitter experience tells us that things sticking up on top of an ROV get broken off when handling or transporting the ROV. The Cerulean GPS is designed to have a low non-snag profile and to ward off accidental blows. It mounts to the frame of a Blue ROV as shown in the figures below. Be sure your ROV is ballasted and balanced to keep the GPS out of the water when on the surface.

![The Cerulean Optional GPS module](/files/ov5QPxrKBWL0mfMp1jUw)

![Mounting location for a Cerulean GPS module on a BlueROV or BlueROV Heavy](/files/IvYDBqiyz7XapldINQzo)

![The Cerulean GPS mounted on a BlueROV](/files/vORS7cOmKSBUV8Ifyh9X)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ceruleansonar.com/c/dvl-75/mounting-the-dvl-components/mounting-an-auxiliary-gps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
