> For the complete documentation index, see [llms.txt](https://docs.novacura.com/marketplace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/marketplace-documentation/components/explore-components/bluetooth-low-energy/documentation/bluetooth-low-energy-component.md).

# Bluetooth Low Energy Component

This flow can be used to connect to a Bluetooth Low Energy device and report measurements of an equipment object.

### Overview <a href="#toc80629600" id="toc80629600"></a>

![](/files/vSnHvqEsdo3kCnLxYyCH)

*Please refer to BLE Connection Component- Overview\.pdf for the complete overview of the flow.*

*Note :*

### **Select Site** <a href="#toc80629601" id="toc80629601"></a>

* Select the site or continue with the user allowed default site for logged in user.

| <img src="/files/UCLwlmD7HM1qAqMnXkWv" alt="" data-size="original"> |
| ------------------------------------------------------------------- |

### **Select Object** <a href="#toc80629602" id="toc80629602"></a>

* Select an equipment object and should satisfy following conditions. equipment object to be reported
  * Should belong to user’s default site.
  * Operational Status should not belong to 'SCRAPPED'.

| <img src="/files/6DJl1IROYkMHnai8fJF5" alt="" data-size="original"> |
| ------------------------------------------------------------------- |

### **Select Object Parameters** <a href="#toc76564673" id="toc76564673"></a>

* Measurements parameter for object is required and should satisfy following conditions. parameter should:
  * Should belong to user’s default site
  * Should belong to selected object id
  * Should not to blocked to use

\| \<img src="/files/F440NAw92uff8pIMAsth" alt="Graphical user interface, text, application

| Description automatically generated" data-size="original"> |
| ---------------------------------------------------------- |

### **Scan and Select the Bluetooth Device** <a href="#toc80629604" id="toc80629604"></a>

* Select the device to to receive the measurement from available devices.

| <img src="/files/R9Nf9WfjsAIEFw8NJRo1" alt="" data-size="original"> |
| ------------------------------------------------------------------- |

### **Enter New Measurement** <a href="#toc80629605" id="toc80629605"></a>

* The measurements will be automatically fetched to the new reading value field.
* Note is optional.

**Pinned Step:**

* Depicting the Measurement History of the relevant object.

| ![](/files/bBMlJThbJIRpyLRxqdGQ) | ![](/files/mVhB2g7tfOmZ3JyQo8Cg) |
| -------------------------------- | -------------------------------- |


---

# 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.novacura.com/marketplace-documentation/components/explore-components/bluetooth-low-energy/documentation/bluetooth-low-energy-component.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.
