# How to obtain the FFT data

By default, the FFT data is turned off on the NEON vibration sensor. To activate the FFT a configuration downlink must be generated and sent via LoRa. Please refer to the [configuration ](/docs/configuration/online-configurator.md)section for guidance on how to configure a NEON sensor. The settings to turn on the FFT in the NEON vibration sensor are explained next.

To activate the FFT at least one of the three options in **Calculation Trigger** in the **Sensor Data** tab must be set to **Yes**.

<figure><img src="/files/NippwWIQAm6XHL7gazJS" alt=""><figcaption><p>Calculation Trigger available options</p></figcaption></figure>

### **On Event**&#x20;

On Event means that an FFT will be calculated and transmitted with every event message. These are the messages triggered by periodicity and threshold triggers.

Along with enabling FFT on events, the user must set a value higher to 0 in the field **Calculation Interval**.&#x20;

<figure><img src="/files/spPw6nwR14E2MYT9fbHF" alt=""><figcaption><p>Calculation Interval setting</p></figcaption></figure>

The periodicity of the FFT depends on the **Calculation Interval** and the **Measurement Interval Minutes** defined on the sensor configuration. Multiplying these values will indicate how often the device will calculate an FFT.&#x20;

### **On Threshold**&#x20;

On Threshold is to be used alongside the **Trigger Thresholds** section in the sensor data configuration. Up to five triggers can be defined that will trigger an FFT. The user must select between velocity and acceleration, the frequency, and the magnitude of the trigger.&#x20;

<figure><img src="/files/jYSGwRUsgk7Dx3fBXLLU" alt=""><figcaption><p>Example of a Trigger Threshold setting</p></figcaption></figure>

### **On Button Press**&#x20;

Pressing the button of the NEON vibration sensor will trigger an FFT.

{% hint style="danger" %}
**Limitation**: due to the dwell time, NEON Vibration Sensors using the communication protocol V3 and operating on US915 won't be able to transmit an FFT message if the spreading factor is SF10 or higher. Improve the network quality to use all the functionalities of the device.&#x20;
{% endhint %}


---

# 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/communication-protocol-v2-and-v3/how-to-obtain-the-fft-data.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.
