# Introduction

API 7 is a new firmware concept that significantly extends the functionality and robustness of existing API  6

#### Features

* support LoRaWan technology, NB-IoT ready, Sigfox-LoraWan dual mode
* GNSS support
* lower idle consumption
* API 6 was pull-based, API 7 is event (IRQ) driven
* variable bit-depth of data reported (typically 8,12bit)
* 8x255 configuration registes (8pages, can be extended to 16)
* data logging capability into EEPROM (2MB)
* 2 color LED with configurable blinking patterns support
* modular structure (sources, processing modules, filters, messaging modules, etc.)
  * the shift from predefined fixed modes to fully configurable processing blocks
  * universal processing of data by modules within the firmware
* faster and more seamless introduction of new sensors and functionality
* multidevice local OTA firmware update and configuration (proprietary broadcast protocol)
* improved internal health checks - increases long-term stability
* possible to store any configuration and restore it later including factory default settings
* support 4 analog/digital inputs, up to 5 digital outputs
* support external UART, I2C,1-wire&#x20;
* improved security - signed fw, encrypted OTA
* power control 1dB step

<img src="/files/3hTbKdX7kmqRbW4NZdEP" alt="" class="gitbook-drawing">

For more information about API 7 devices, please contact our sales team at <sales@simplehw.eu>


---

# 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://ask.simplehw.eu/kb/next-api-7-generation/introduction.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.
