> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/how-to/temperature-sensor-ts/how-to-configure-the-frequency-of-measurements-and-messages.md).

# 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 TS 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/2PUGzCVjNfbWYbmgcq61" 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;


---

# 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:

```
GET https://docs.twtg.io/docs/how-to/temperature-sensor-ts/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.
