# How to use a temperature element different from type K

{% hint style="warning" %}
Only applicable for NEON Temperature Transmitters using protocol v3 and v4
{% endhint %}

The NEON Temperature Transmitter is configured by default to use a type K thermocouple. Using another temperature element is possible by changing the configuration of the transmitter once provisioned. The configuration can be changed by generating a downlink using the [NEON configurator](https://neon-configurator.twtg.io/) and sending the downlink using the LoRa Network Server (LNS).

### Protocol v3

In the **Application Configuration** tab, in the field **Sensor Type** change the selection to the desired temperature element.&#x20;

<figure><img src="/files/m4B6GG0LkLdRduBWKRP4" alt=""><figcaption><p>Example of Sensor Type being changed</p></figcaption></figure>

Click **Encode** and send the downlink to the device through fPort 15. The device will reboot once the downlink is received changing its configuration.

### Protocol v4

In the **Sensor** tab, in the field **Sensor Type** change the selection to the desired temperature element.&#x20;

<figure><img src="/files/aIZizFKAhnVBxI9SY5kK" alt=""><figcaption><p>Example of Sensor Type being changed</p></figcaption></figure>

Click **Encode** and send the downlink to the device through fPort 7. The device will reboot once the downlink is received changing its configuration.


---

# 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-use-a-temperature-element-different-from-type-k.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.
