# Requisitos

Para trabalhar com o DevKit LoRaWAN você vai precisar de:

1. DevKit

2. Cabo USB

3. Ambiente de programação

   * Arduino Core
     * Arduino IDE
     * VSCode + Platformio
   * ESP-IDF
     * VSCode
     * Eclipse
     * VSCode + Platformio

4. Conhecimento em programação

{% hint style="warning" %}
Observação
{% endhint %}

Caso você queira utilizar a conectividade LoRaWAN, você precisará obrigatoriamente de um Gateway LoRaWAN ou um plano de dados ativo da Rede ATC(American Tower) contratado previamente através de uma Operadora.

Operadoras que comercializam conectividade no mercado:

* KORE Wireless
* NLT
* TCTec
* Algar Telecom


---

# 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://devkit-lorawan.douglaszuqueto.com/requisitos.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.
