---
title: Beacon
id: "en:mobile:xapp:03_03_scenario_beacon.adoc"
site: en
component: mobile
module: xapp
lang: en
url: "https://help.rtlscloud.io/en/mobile/xapp/03_03_scenario_beacon.html"
source_repo: "https://github.com/iot-invent/xapp.git@main"
source_path: docs/en/modules/xapp/pages/03_03_scenario_beacon.adoc
---

# Beacon

To configure a **stationary BLE & LTE beacon**, various settings must be adjusted. These may also differ in detail depending on the scenario.

The following settings are configured after a successful connection:

## Connectable Advertising

To enable a faster connection, **TxPower** is set to _0_ and the **Interval** to _1_ s.

![Diagram](_images/xapp_configuration_xbc_tag.png) ![Diagram](_images/xapp_configuration_connectable_adv.png)

| Characteristic | value |
| --- | --- |
| TxPower | 0 |
| Interval | 1 |

## LTE Messaging

A beacon usually requires only a single report per day, which is why **LTE Periodic** is set to _1440_ (24h). Since the tag does not move, **LTE on Stop** is set to _0_. Likewise, Known WiFis is set to _0_.

![Diagram](_images/xapp_configuration_xbc_tag2.png) ![Diagram](_images/xapp_configuration_xbc_lte_messaging.png)

| Characteristic | value |
| --- | --- |
| LTE Periodic | 1440 |
| LTE on Stop | 0 |
| Known WiFis | 0 |

## Custom Device Informations

To ensure the tag can be clearly identified as a stationary beacon, the prefix should be unique. By default, we recommend using _XBC-_ as the **Custom Device Name**.

![Diagram](_images/xapp_configuration_xbc_tag3.png) ![Diagram](_images/xapp_configuration_custom_device_information.png)

| Characteristic | value |
| --- | --- |
| Custom Device Name | XBC- (as prefix) |

## TPM

After the tag has been successfully set up, it is registered with the _MAC-ID_ and _Tag Name_.

![Diagram](_images/xapp_configuration_tpm.png)
