> For the complete documentation index, see [llms.txt](https://tera-sensor.gitbook.io/tera-sensor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tera-sensor.gitbook.io/tera-sensor/sensors/nextpm/firmware-history.md).

# Firmware history

## May 2025 : 1047 Firmware update

* Modbus configuration of parity available
* Unique internal serial number for identification of each NextPM with a command

### Simplified protocol optimization:

* Possibility to activate or deactivate the heating system with simplified protocol
* Total Suspended Particles (TSP) available
* 5 channels available
* Improved temperature and relative humidity measurement&#x20;

### Modbus optimization:

* Sleep mode
* Calibration parameters implemented internally as y=ax+b function to give users the possibility to adjust PM concentration (only available for PM1, PM2.5 and PM10 in µg/m3)

***

## Sept 2024: 1046 Firmware update

* Improvement of the temperature and relative humidity measures with and without heating system
* Modification of the behaviour of the heating system, with automatic regulation shifting from 0% up to 100% if relative humidity exceeds 65%
* New modbus registers added to get the particle size distribution on the whole range of measurement of the NextPM ,from 0.3-10µm in number of particle per liter
  * 0.3 - 0.5 µm
  * 0.5 - 1 µm
  * 1 - 2.5 µm
  * 2.5 - 5 µm
  * 5 - 10 µm
* Total Suspended Particles (TSP) added to modbus register


---

# 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, and the optional `goal` query parameter:

```
GET https://tera-sensor.gitbook.io/tera-sensor/sensors/nextpm/firmware-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
