> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-lx1/getting-started/connect-moasure-lx1.md).

# Connect Moasure LX1

{% hint style="info" %}
Moasure devices connect to the Moasure app using Bluetooth. Make sure you pair **inside the Moasure app** as pairing won't work via your phone’s Bluetooth settings.
{% endhint %}

### **1. Open the Moasure App**

Launch the Moasure app on your phone or tablet.

If prompted, allow the app to use **Bluetooth**\
(and **Location** on Android — this is required by the operating system for Bluetooth scanning).

***

### **2. Power on LX1**

Press and hold either button on the LX1 until the LED indicators illuminate.

Your device is now ready to pair.

***

### **3. Start Pairing Inside the App**

In the Moasure app:

1. Tap **Settings** → **Account & Device Management** → **Add Device**
2. The app will automatically begin searching for nearby Moasure devices
3. When **LX1** appears in the list, tap it to connect

The app will confirm when the device is paired successfully.

***

### **4. Keep LX1 Connected**

LX1 will remain connected while:

* the device is powered on
* Bluetooth is enabled on your phone/tablet
* it stays within Bluetooth range

If LX1 disconnects, it will automatically reconnect when brought back in range.

***

## **Ensuring Bluetooth Connectivity**

If LX1 doesn’t show up during pairing:

#### **Check Bluetooth**

Make sure Bluetooth is turned on in your phone/tablet settings.

#### **Check Permissions**

Your device must allow the Moasure app to use Bluetooth (and Location services on Android).

#### **Charge LX1**

A low battery may cause unstable or failed Bluetooth connections.\
If the LEDs are dim or the device turns off, charge LX1 using the **USB-C cable** provided.

#### **Restart the App**

Closing and reopening the Moasure app often resolves scanning issues.

***

Once LX1 is connected, you’re ready to begin your first floor plan.


---

# 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.moasure.com/en/moasure-lx1/getting-started/connect-moasure-lx1.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.
