# Bluetooth

Der VAN PI CORE sowie der CORE PRO verfügen über integriertes Bluetooth und Bluetooth Low Energy (BLE). Dadurch können verschiedene Geräte direkt per Bluetooth eingebunden werden.

Wir empfehlen, bei der Verwendung mehrerer Bluetooth-Geräte einen externen USB-Bluetooth-Dongle zu nutzen.\
Bei bestimmten Anwendungen ist ein USB-Bluetooth-Dongle sogar erforderlich – insbesondere dann, wenn der WiFi-Access Point (AP) des CORE aktiviert ist.

#### Einrichtung des USB-Bluetooth-Dongles

1. Stecken Sie einen **Linux-kompatiblen USB-Bluetooth-Dongle** in einen freien USB-Port.\
   \&#xNAN;*Empfehlung: ASUS USB-BT500 (im Shop erhältlich).*
2. Starten Sie das System neu.
3. Beim Start prüft das System automatisch, ob ein USB-Bluetooth-Dongle vorhanden ist.
4. Wird eine Konfigurationsänderung erkannt, führt das System automatisch einen weiteren Neustart durch, um die Änderung zu übernehmen.

Die Einrichtung ist damit abgeschlossen.

{% embed url="<https://pekaway.de/products/bluetooth-5-0-usb-bt500>" %}

### <sup>Prüfen, ob interner Bluetooth-Adapter oder USB-Bluetooth-Dongle aktiv ist</sup>

Um festzustellen, ob der CORE den internen Bluetooth-Adapter oder einen angeschlossenen USB-Bluetooth-Dongle verwendet, gehen Sie wie folgt vor:

1. Öffnen Sie das **Webinterface**.
2. Navigieren Sie zu **Config → Debug → RPI General Information**.
3. Klicken Sie auf **Bluetooth Adapters**.

Es sollte nur ein Gerät angezeigt werden: **hci0**.\
Werden **hci0** und **hci1** angezeigt, starten Sie den CORE bitte neu.

**Interpretation**

* Wenn in der ersten Zeile „hci0: Type: Primary **Bus: UART**“ angezeigt wird, ist der **interne Bluetooth-Adapter** aktiv.
* Wenn in der ersten Zeile „hci0: Type: Primary **Bus: USB**“ angezeigt wird, ist der **USB**-**Bluetooth-Dongle** aktiv.

<br>

Bluetooth Devices:

[Pekaway Wireless Shunt](/van-pi-dokumentation/energy-management/battery-monitoring/pekaway-wireless-shunt.md)

[Pekaway MPPT S20](/van-pi-dokumentation/energy-management/solar-controller/pekaway-mppt-s20.md)

[Ruuvi Tags (offiziell)](/van-pi-dokumentation/integration/ruuvi-tags-offiziell.md)

[Bluetooth BMS Batterie](/van-pi-dokumentation/energy-management/battery-monitoring/bluetooth-bms-batterie.md)


---

# 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://pekaway.gitbook.io/van-pi-dokumentation/wirelesss-and-network/bluetooth.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.
