# How to debug a not paired sensor

The transmitter must be paired with the sensor/probe to work properly. Otherwise, the Built-In Self Test (BIST) will fail indicating that a not paired sensor is connected (BIST 0x5F = 95). Follow the next steps to resolve the issue.

1. Ensure the setting **Allow Deactivation** is set to **Yes**. The default configuration of the NEON vibration sensor has **Allow Deactivation** enabled but the user might need to send a downlink to oconfigure the device. For more information about generating the downlink to configure the device please refer to the [Configuration section](/docs/configuration/online-configurator.md).

<figure><img src="/files/L295kqxhaBJJx89P2PQu" alt=""><figcaption><p>NEON Configurator with Allow Deactivation set to yes</p></figcaption></figure>

{% hint style="danger" %}
If a configuration downlink is sent to enable **Allow Deactivation** the user must confirm that the device changed its configuration before proceeding to step 2. The user can confirm this by monitoring when the device reboots after receiving the configuration downlink via LoRa.
{% endhint %}

2. Deactivate the sensor by holding the button pressed for 5 seconds and, when the LED indicator turns white, release the button and press it again once. The LED will turn red indicating the device is deactivated. For more information about the deactivation procedure refer to the [product manual](https://github.com/TWTG-R-D-B-V/neon-product-documentation/tree/main/VB/Installation%20%26%20Use).
3. Activate the device again by holding the button pressed for 5 seconds and, when the LED indicator turns white, release the button. After the activation sequence, the LED should turn green indicating a successful activation. For more information about the deactivation procedure refer to the [product manual](https://github.com/TWTG-R-D-B-V/neon-product-documentation/tree/main/VB/Installation%20%26%20Use).

If after completing this procedure the issue persists, contact TWTG through the [service desk](https://www.twtg.io/servicedesk) for further assistance.


---

# Agent Instructions: 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.twtg.io/docs/how-to/vibration-sensor-vb/how-to-debug-a-not-paired-sensor.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.
