> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/modes/locks/supported-locks/movatic-ble-controller-board.md).

# Movatic BLE Controller Board

## Description

This is a BLE capable board that can be used with admin as a lock controller.

#### This video describes how to power on this board for communication using a BLE app on a phone.

{% embed url="<https://www.loom.com/share/2b3150c794524229b5a290db5983ba47?sid=e1951374-b7e7-49b4-8465-bc266aa7cf86>" %}

Application for finding the Mac Address (LightBlue)

<figure><img src="/files/R3FKeCuYlRc44yxl9vDk" alt="" width="180"><figcaption></figcaption></figure>

What it looks like when you found the right device in LightBlue (device will show up in the list of nearby BLE devices as unnamed)\
The important fields will be:\
Device Name: Simple BLE Peripheral\
Deice Address: XX:XX:XX:XX:XX:XX (Mac Address)

<figure><img src="/files/umOl53bJ9KLpxR5uf5fo" alt=""><figcaption></figcaption></figure>

Once you have the Mac Address you can create the hardware in admin.movatic.co

<figure><img src="/files/gtzGq1w2ObWLzcRZxtSR" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.movatic.co/admin-site/modes/locks/supported-locks/movatic-ble-controller-board.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.
