# 使用Helium网络

### 如果我想让我的IoT设备使用Helium网络，我在哪可以得到更多信息？

谢谢你的关注，你可以加入我们的[Discord](https://discord.gg/helium)，有数个频道讨论开发使用Helium网络的。

你也可以阅读[此文档](https://docs.helium.com/use-the-network)来了解。

### IoT设备之间可以相互通信么，还是他们要通过Helium网关？

设备之间需要通过Helium网关通信。无法直接互相通信。

### Helium网关使用什么频段的网络？每个国家的频段是不是一样的？

Helium网关使用LoRaWAN技术来网络覆盖，不同国家对频段有着不同的规定，你可以阅读[此链接](https://docs.helium.com/lorawan-on-helium/frequency-plans/)来了解。

### 网络中数据使用量大约多少？

程序使用 Helium 网络传输很小的数据包。可能的最大数量约为每秒 5kbits，但实际中很少会出现这种情况。通常传感器一次发送 10-1000 个字节的数据包。


---

# 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://heliumchina.gitbook.io/helium/faq/use.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.
