> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/de/low-cost-tracker-vollstandiges-gerate-handbuch/low-cost-tracker-geratehandbuch/low-cost-tracker-ersteinrichtung.md).

# Low Cost Tracker - Ersteinrichtung

**Vor der ersten Nutzung müssen Low-Cost Tracker aus ihrem Ruhemodus aktiviert werden, um Messungen zu starten und Übertragungen zu senden. Befolgen Sie die folgenden Schritte:**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7MM4qMpFROaIGLQwO80c%2Fuploads%2Ft97KbnbfhCEF92xOHJWu%2FLCT%20Activation%20de.mp4?alt=media&token=31f8d2ad-d5d2-469b-aea6-c44d97e3da90>" %}

1. **Installieren Sie eine NFC-App:**
   * Verwenden Sie ein NFC-fähiges Smartphone (Android oder iPhone 7 und später).
   * Laden Sie eine NFC-App aus dem Play Store oder App Store herunter.
2. **Aktivieren Sie NFC auf dem Smartphone:**
   * Schalten Sie die NFC-Funktion in den Einstellungen des Telefons ein.
   * Öffnen Sie die installierte NFC-App.
3. **Wecken Sie das Gerät:**
   * Halten Sie das Smartphone nahe an den Low-Cost Tracker und bewegen Sie es sanft, bis die App den NFC-Tag erkennt.
4. **Richten Sie die Tracker-Konfiguration ein:**
   * Konfigurieren Sie die Geräte- oder Gruppeneinstellungen in der GIoT-Plattform (siehe Konfigurationsparameter für Low-Cost Tracker).
5. **Auslösen eines Konfigurations-Updates (optional):**
   * Um nicht 24 Stunden warten zu müssen, schütteln Sie das Gerät sanft für etwa 45 Sekunden.
   * Dadurch wird ein Bewegungserkennungsereignis ausgelöst und die erste Nachricht („Motion Start Event“) an die GIoT-Plattform gesendet.
6. **Überprüfen Sie auf Updates:**
   * Nach der ersten Nachricht empfängt und wendet das Gerät alle verfügbaren Konfigurationsupdates in der GIoT-Plattform an.
7. **Überprüfen Sie die Nachrichtenübertragung:**
   * Sehen Sie sich die erste und alle nachfolgenden Nachrichten in der GIoT unter „Ereignisse“ an (siehe Überprüfung, ob mein Tracker Nachrichten sendet).

{% hint style="danger" %}
**Es kann bis zu 2 Tage dauern, bis das aktivierte Gerät auf der GIOT-Plattform erscheint**
{% endhint %}


---

# 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.g-iot.io/de/low-cost-tracker-vollstandiges-gerate-handbuch/low-cost-tracker-geratehandbuch/low-cost-tracker-ersteinrichtung.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.
