> For the complete documentation index, see [llms.txt](https://pcnautic.gitbook.io/autopilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pcnautic.gitbook.io/autopilot/nederlands/specificaties.md).

# Specificaties

## **Pcnautic TillerDrive:**

* **Voedingsspanning**: 12 V DC
* **Stroomverbruik**: 0 A (standby), 5 A (bij belasting van 35 kg)
* **Snelheid**: 58 mm/s
* **Slaglengte**: 15 cm (30 cm totaal uitslag)
* **Kracht:** > 350N (dynamische belasting), 2000N (statische belasting)
* **Waterdichtheid**: IP65

## **Pcnautic ControlHead:**

* **Voedingsspanning**: 12 V DC
* **Stroomverbruik**: 110 mA bij 12 V (standby, inclusief motorcontroller)
* **Kompas**: IMU met drie 3-assige bewegingssensoren
* **WiFi**:
  * Dient als accesspoint voor instellingen en kalibratie via smartphone, tablet of pc
* **NMEA 0183 via USB**:
  * Met de optionele [USB NMEA0183 adapterkabel](https://pcnautic.com/product/isolated-nmea0183-input-to-usb) kan GPS-, wind-, koers-, waypoint- en routedata worden verzonden
* **SeaTalk(1)**:
  * Met de optionele [USB SeaTalk naar NMEA0183 converter](https://pcnautic.com/product/seatalk-link-usb) kan de stuurautomaat worden aangesloten op bestaande SeaTalk-netwerken
* **NMEA 2000 / SeaTalkNG**:
  * Voor aansluiting is [een converter nodig naar NMEA0183](https://pcnautic.com/product/bc-mini-n2k-nmea2000-gateway) vereist
* **Firmware**:
  * De stuurautomaatfirmware is **actief in ontwikkeling** en ontvangt regelmatig updates

## **ControlHead afmetingen:**

![](https://gblobscdn.gitbook.com/assets%2F-MZmDn85BcFb8N1bPWtb%2F-MaYUC9A5csDhh3zhgfX%2F-MaYUYzFpkGkMQd4tT7M%2FControlHead%20Afmetingen.jpg?alt=media\&token=97e0840f-8927-4d42-b63f-3473920b2791)

## **MotorController afmetingen:**

![](https://gblobscdn.gitbook.com/assets%2F-MZmDn85BcFb8N1bPWtb%2F-MaYUC9A5csDhh3zhgfX%2F-MaYUi2LezpsAGiiZfsY%2FMotorController%20Afmetingen.jpg?alt=media\&token=c94a5fdc-150a-4d03-8cd3-7a37bc741034)


---

# 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://pcnautic.gitbook.io/autopilot/nederlands/specificaties.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.
