> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/deltaquad-pro-view/using-the-camera-control-laptop/controller-hotspot-connection.md).

# Controller hotspot connection

{% embed url="<https://drive.google.com/file/d/1S95FD9OgTqz0crd_FPlv_fTEdyBROK5Z/view?usp=sharing>" %}

The DeltaQuad Controller can also be used to host a WiFi hotspot. When the DeltaQuad Controller is hosting a mobile hotspot it will have no internet connectivity and LTE modes will be disabled.

* To enable the WiFi hotspot on the DeltaQuad Controller, enter the Android settings and activate the Mobile Hotspot.&#x20;

<figure><img src="/files/YcYPS9Tia8qvtp3zoxzG" alt="" width="563"><figcaption></figcaption></figure>

* Go to "Tethering & portable" hotspot.

<figure><img src="/files/iOxq9kBwxRlRjIhOxSZi" alt="" width="563"><figcaption></figcaption></figure>

* Enable "Portable Wi-Fi hotspot" and click on "Set up Wi-Fi hotspot" to choose a name, the encryption type, and the password for the hotspot.

<figure><img src="/files/zfIhqbLdKuXayfeg897q" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/e8Xt3qeWCsJwGb08cRq9" alt="" width="563"><figcaption></figcaption></figure>

* Click on "Save". The controller hotspot is now active.
* Connect the Camera Control Laptop to the hotspot of the DeltaQuad Controller.

<figure><img src="/files/4Y1YAtArrJCkNbjtoPZL" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/7OYI2gSGh4ftMH2nLS72" alt="" width="563"><figcaption></figcaption></figure>

The IP address of the DeltaQuad Controller is needed. The steps to identify the hotspot IP address differ from when a Wi-Fi network is used for the connection.

* Open the "User" folder on the desktop of the Camera Control Laptop.

<figure><img src="/files/lhYX7YyMSx5WQ7gniPjo" alt="" width="563"><figcaption></figcaption></figure>

* Navigate to the folder "dqnav" and open it.

<figure><img src="/files/uwxZ5JukFE7lmsbZ6w8J" alt="" width="563"><figcaption></figcaption></figure>

* Locate the file "Connection Manage.py".

<figure><img src="/files/kLTwPWPOpTcE9dU64yw6" alt="" width="563"><figcaption></figcaption></figure>

* Right-click on the file and open it with the Text Editor application.

<figure><img src="/files/sQJV1sBb0E5m9d2MLDw6" alt="" width="563"><figcaption></figcaption></figure>

* Within the Text Editor window navigate to line 71. Select and copy the IP address.

<figure><img src="/files/0mr8LZgNE1k8Ax8ENXzo" alt="" width="563"><figcaption></figcaption></figure>

* The stated IP address needs to be filled into the blank field of the Connection Manager on the Camera Control Laptop. Select the option Wi-Fi hotspot and click on Connect.

<figure><img src="/files/TAFcwNWAYyOBjAGpupnG" alt="" width="563"><figcaption></figcaption></figure>

* On the Camera Control Laptop open CCA3. A connection should be established within a few seconds.

<figure><img src="/files/P538K3951XuK27RCJn4o" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.deltaquad.com/deltaquad-pro-operations-manual-v2/deltaquad-pro-view/using-the-camera-control-laptop/controller-hotspot-connection.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.
