> 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/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-configuration/lct-bluetooth-beacon.md).

# LCT - Bluetooth Beacon

It uses Bluetooth Low Energy (BLE) technology to transmit signals to nearby devices, such as smartphones or IoT sensors. These beacons emit unique identifiers at regular intervals.

<figure><img src="/files/3ezXTKXRhgrv35oxroGD" alt=""><figcaption><p>LCT Bluetooth Beacon Configuration</p></figcaption></figure>

1. **Broadcast Interval** (in seconds): This defines the time interval (in seconds) between each signal broadcast by the Bluetooth beacon. A shorter interval allows for more frequent updates but can consume more power, while a longer interval conserves battery life.
2. **Add Desired Params to Broadcast Message**: Customize the message broadcast by the beacon by adding specific parameters. These could include:

* Serial Number: The unique identifier for the beacon, used for tracking and distinguishing it from other devices.
* Device Name: The name assigned to the beacon, making it identifiable to users or systems.

3. **Advertising Message**: A custom message or data sent by the beacon, which could contain information about the beacon or the environment.
4. **Simulation of Advertising Message**: A test mode where the beacon sends a simulated message. The maximum length of the advertising message is 29 characters, ensuring it adheres to Bluetooth’s standard data limit.

## Steps to Set Up BLE Bluetooth Beacon for Low-Cost Tracker (LCT):

1. **Navigate to the Device Page:**
   * Go to the **Device** section and select the LCT device.
2. **Open Configuration:**
   * Click on **Configuration** in the device menu.
3. **Locate BLE Settings:**
   * Scroll down to find the **BLE Bluetooth Beacon** section.
4. **Activate BLE:**
   * Toggle the switch to **activate** the BLE feature.
5. **Configure Settings:**
   * Adjust the beacon settings, such as broadcasting interval and message parameters.
6. **Save Changes:**
   * Click **Save** to finalize the configuration.


---

# 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:

```
GET https://docs.g-iot.io/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-configuration/lct-bluetooth-beacon.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.
