> 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-1-and-2-series/getting-started/connect-moasure-device.md).

# Connect Moasure Device

{% hint style="info" %}
Moasure devices connect to the Moasure app using Bluetooth. Always pair your device **inside the Moasure app** — pairing will not work through 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**
* **Location (Android only)** — required for Bluetooth scanning

***

### **2. Turn On Your Moasure Device**

**Moasure 2 & Moasure 2 PRO**\
Rotate the device 180° back and forth until the LED starts flashing.

**Moasure ONE**\
Turn on using either method:

* Rotate the device (as above), or
* Double-tap the device (depending on your settings)

Your device is now ready to connect.

***

### **3. Connect Inside the App**

In the Moasure app:

1. Tap **Settings → Account & Device Management → Select Device / Add Device**
2. The app will automatically search for nearby devices
3. When your device appears in the list, tap to connect

The app will confirm when the device is successfully connected.

***

### **4. Keep Your Device Connected**

Your Moasure device will remain connected while:

* The device is powered on
* Bluetooth is enabled on your phone or tablet
* The device remains within Bluetooth range

If the connection is lost, it will automatically reconnect when back in range.

***

### **Troubleshooting Connection Issues**

If your device does not appear during pairing:

#### **Check Bluetooth**

Ensure Bluetooth is turned on in your phone or tablet settings.

#### **Check Permissions**

Make sure the Moasure app has permission to use:

* Bluetooth
* Location (Android only)

#### **Turn the Device On Again**

Repeat the rotation (or double-tap for Moasure ONE) to ensure the device is active.

#### **Restart the App**

Close and reopen the Moasure app to restart the scan.

***

Once connected, you’re ready to begin measuring.


---

# 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.moasure.com/en/moasure-1-and-2-series/getting-started/connect-moasure-device.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.
