> For the complete documentation index, see [llms.txt](https://docs.acrome.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acrome.net/smd-applications/boardoza-sensors/rfm6601w-lora-module.md).

# RFM6601W LoRa Module

### Overview

The Boardoza RFM6601W is a high-performance, ultra-low-power SoC (System on Chip) LoRa module designed for long-range wireless data communication. Based on the robust RFM6601W engine, this module integrates a 32-bit MCU and a powerful LoRa transceiver into a single package, making it an ideal choice for LPWAN (Low Power Wide Area Network) applications.

Engineered for reliability in harsh environments, it provides deep indoor penetration and extreme outdoor range, making it the backbone for smart agriculture, utility metering, and industrial tracking systems.

***

|                                                             Front Side                                                             |                                                             Back Side                                                            |
| :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
| ![RFM6601W Front](https://github.com/Boardoza/Boardoza_RFM6601W_LoRa_Wireless_Breakout_Board/raw/main/assets/RFM6601W%20Front.png) | ![RFM6601W Back](https://github.com/Boardoza/Boardoza_RFM6601W_LoRa_Wireless_Breakout_Board/raw/main/assets/RFM6601W%20Back.png) |

<div align="left"><figure><img src="/files/aOrwLPmeD9lDSPOKPlwI" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Core Technical Specifications

* Microcontroller: Integrated 32-bit RISC MCU (optimized for low-power operation).
* Radio Transceiver: High-sensitivity LoRa® modulation engine.
* Frequency Range: 868 MHz / 915 MHz (Region dependent).
* Maximum Output Power: Up to +22 dBm (Programmable).
* Sensitivity: Down to -148 dBm (Enabling extreme long-range links).
* Modulation Schemes: LoRa, (G)FSK, (G)MSK, and BPSK.
* Power Consumption:
  * Deep Sleep: < 2µA (Ideal for multi-year battery operation).
  * RX Mode: \~4.5mA (Ultra-low power reception).
* Interfaces: Multi-channel UART, SPI, I2C, and GPIOs for peripheral sensor integration.

***

### Key Engineering Features

#### **Industrial-Grade LPWAN Capability**

The RFM6601W leverages LoRa modulation technology to achieve significantly higher range than traditional FSK or OOK systems. Its high interference immunity ensures stable data transmission in RF-congested environments.

#### **SoC Architecture**

By integrating the MCU and the RF front-end on a single die, the RFM6601W reduces the overall PCB footprint and simplifies the hardware design. This eliminates the need for an external controller, reducing the Bill of Materials (BOM) cost for large-scale deployments.

#### **Advanced Power Management**

The module is designed with a sophisticated power distribution unit (PDU) that supports wide voltage input ranges. Its ultra-low sleep current allows for deployment in remote locations using only a small Li-SoCl2 battery or energy harvesting sources.

***

### Applications

* Smart Agriculture: Soil moisture monitoring and automated irrigation control over several kilometers.
* Industrial Monitoring: Wireless sensor networks for factory automation and predictive maintenance.
* Smart City Infrastructure: Remote utility metering (water, gas, electricity) and street lighting control.
* Asset Tracking: Long-range GPS tracking for logistics and livestock management.

Ensure your project has the range it deserves with the RFM6601W.

***

### Board Dimensions:

![RFM6601W Dimensions](https://github.com/Boardoza/Boardoza_RFM6601W_LoRa_Wireless_Breakout_Board/raw/main/assets/RFM6601W%20Dimension.png)

***

{% hint style="info" %}
Ready to integrate? You can purchase the **RFM6601W LoRa Module** directly from our [Online Store](https://www.robotshop.com/products/acrome-rfm6601w-lora-wireless-communication-module-breakout-board?qd=93de991b07d76167724c700bbcc851bd) . Worldwide shipping is available for engineering samples and production batches.
{% endhint %}


---

# 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://docs.acrome.net/smd-applications/boardoza-sensors/rfm6601w-lora-module.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.
