> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pekaway.gitbook.io/van-pi-dokumentation/position/usb-gps.md).

# USB GPS

**Voraussetzungen:**

* **VAN PI Core** mit dem VAN PI OS als Betriebssystem.
* Ein **Standard USB-GPS-Gerät**, das das **NMEA-Protokoll** unterstützt.
* Ein freiern **USB-Anschluss**.

**Schritt-für-Schritt-Anleitung:**

1. **Vorbereitung des VAN PI Core Systems:**
   * Stellen Sie sicher, dass der VAN PI Core betriebsbereit ist und ordnungsgemäß konfiguriert wurde.
2. **GPS-Gerät anschließen:**
   * Schließen Sie das **USB-GPS-Gerät** an dem vorgeschrieben **USB-Anschluss** an. Die Verwendung des richtigen USB-Anschlusses ist zwingend erforderlich, damit das GPS-Gerät korrekt erkannt wird.
   * VAN PI CORE <sup>(RPI4)</sup> = USB 1
   * CORE PRO <sup>(RPI5)</sup> = USB2
3. **Erkennung des GPS-Geräts:**
   * Sobald das USB-GPS-Gerät an USB1 angeschlossen ist, erkennt der VAN PI Core das Gerät automatisch.
4. **GPS-Signalempfang und Positionsbestimmung:**
   * Warten Sie, bis das GPS-Gerät ein Signal empfängt und die Position ermittelt. Dies kann je nach Umgebung einige Minuten dauern.
5. **Anzeige der Position:**
   * Nach erfolgreicher Signalakquisition wird die aktuelle Position über das VAN PI Core System angezeigt. Bitte aktivere hierfür die Karte in den Systemeinstellungen. Die Karte benötig eine aktive Internetverbindung.&#x20;

Mit diesen Schritten können Sie die Position des Fahrzeugs einfach und effektiv mit dem VAN PI Core und einem Standard USB-GPS-Gerät erfassen.&#x20;

Um den Standort aus der Ferne zu überwachen, siehe auch [Pekaway Connect App](/van-pi-dokumentation/apps-and-remote-connection/pekaway-connect-app.md)<br>


---

# 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://pekaway.gitbook.io/van-pi-dokumentation/position/usb-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.
