# How to configure the frequency of measurements and messages

One of the most common configurations a user would like to change is the frequency of the measurements taken by the sensor and the frequency of the messages the end user receives. To accomplish this, the user must generate a downlink (which can be done using the [NEON configurator](https://neon-configurator.twtg.io/)) and send it to the device via their LoRa Network Server (LNS).&#x20;

### NEON TT Protocol v2

On the **Application Configuration** tab, the field **Temperature Measurement Interval Seconds** defines how often the sensor takes a measurement, and the field **Periodic Event Message Interval** establishes after how many measurements the transmitter sends data over LoRa.&#x20;

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

Thus, the frequency of the messages is determined by **Temperature Measurement Interval Seconds** multiplied by **Periodic Event Message Interval**. For example, above the **Temperature Measurement Interval Seconds** is 900 seconds and the **Periodic Event Message Interval** is 16, which means that the frequency of the data messages will be 14400 seconds, equivalent to 4 hours.&#x20;

### NEON TT Protocol v3

On the **Application Configuration** tab, the field **Temperature Measurement Interval Seconds** defines how often the sensor takes a measurement, and the field **Periodic Event Message Interval** establishes after how many measurements the transmitter sends data over LoRa.&#x20;

<figure><img src="/files/6O05PLyYYkhsL41JvvxU" alt=""><figcaption></figcaption></figure>

Thus, the frequency of the messages is determined by **Temperature Measurement Interval Seconds** multiplied by **Periodic Event Message Interval**. For example, above the **Temperature Measurement Interval Seconds** is 900 seconds and the **Periodic Event Message Interval** is 16, which means that the frequency of the data messages will be 14400 seconds, equivalent to 4 hours.&#x20;

### NEON TT Protocol v4

On the **Sensor**tab, the field **Measurement Interval Minutes** defines how often the sensor takes a measurement, and the field **Periodic Event Message Interval** establishes after how many measurements the transmitter sends data over LoRa.&#x20;

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

Thus, the frequency of the messages is determined by **Measurement Interval Minutes** multiplied by **Periodic Event Message Interval**. For example, above the **Measurement Interval Minutes** is 5 minutes and the **Periodic Event Message Interval** is 12, which means that the frequency of the data messages will be 60 minutes, equivalent to 1 hour.

On the **Sensor** tab, the user can also select the operating mode of the event messages. This can be:

* extended: sends the maximum, minimum and average values of the measurements taken.
* min\_only: sends only the minimum value of the measurements taken.
* max\_only: sends only the maximum value among the recorded measurements.
* avg\_only: sends only the average of the measurements taken.&#x20;

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

&#x20;


---

# 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/temperature-transmitter-tt/how-to-configure-the-frequency-of-measurements-and-messages.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.
