> For the complete documentation index, see [llms.txt](https://docs.acecentre.org.uk/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecentre.org.uk/products/relaykeys-german/installation/supported-boards/bluefruit-le-friend.md).

# Bluefruit LE Freund

![](/files/rByBmXRy0hWwFTzS1XEV)

{% hint style="info" %}
Obwohl es funktionieren *sollte* - und wir versprechen Ihnen, dass es *funktioniert* hat - ist etwas an der Funktionalität, die mit dem LE-Freund arbeitet, kaputt gegangen. Daher unterstützen wir dies im Moment **offiziell** nicht
{% endhint %}

* [Installieren Sie den CP2104-Treiber](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers)
* Aktualisieren Sie ihn auf 0.8.1. Der einfachste Weg, dies zu tun, ist die Verbindung mit der Bluefruit-App - sie aktualisiert ihn automatisch, falls erforderlich.
* Einstecken
* Schalten Sie den Schalter am Gerät in den CMD-Modus.
* Öffnen Sie ein serielles Terminal und stellen Sie eine Verbindung zum Gerät her (genaue Einstellungen für Ihr Betriebssystem finden Sie \[hier] (<https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/terminal-settings#terraterm-windows-5-2>)).
* Schalten Sie den HID-Modus ein. Mehr Informationen [hier](https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/ble-services#at-plus-blehiden-14-31). Um genau zu sein - geben Sie folgendes in Ihr serielles Terminal ein

```
AT+BLEHIDEN=1
ATZ
```

(Nach jedem Eintrag sollte 'OK' erscheinen)

* Als nächstes ändern Sie die Standardgeschwindigkeit, d.h. geben Sie folgendes in Ihr serielles Terminal ein:

```
AT+BAUDRATE=115200
```

* Als nächstes versetzen Sie das Gerät in den [DATA-Modus](https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/uart-test#blefriend-configuration-6-3) (schieben Sie den Schalter).
* Schließlich aktualisieren Sie die Datei relaykeys.cfg mit

```
baud = 115200
```

(Oder jede andere Geschwindigkeit, die Sie wünschen)


---

# 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.acecentre.org.uk/products/relaykeys-german/installation/supported-boards/bluefruit-le-friend.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.
