Module LoRaWAN

SKU:M018

Description

LoRaWAN built using the RHF76-052 with optional Antennas. RHF76-052 is designed by Ai-Thinker, it is a LoRaWAN ™ UART modem & compatible device, supports LoRaWAN communication. It's based on the RHF76-052 module and an embedded LoRaWAN stack. You can use M5 core as a host MCU to control this this modem with simple AT command or UART.

Since LoRa defines the lower physical layer, the upper networking layers were lacking. LoRaWAN was developed to define the upper layers of the network. LoRaWAN is a media access control (MAC) layer protocol but acts mainly as a network layer protocol for managing communication between LPWAN gateways and end-node devices as a routing protocol, maintained by the LoRa Alliance.

This product is EOL now, we've released the updated version COM.LoRaWAN Module 868MHz / COM.LoRaWAN Module 915MHz which is fully compatible with this product.

you can upgrade your work with a LoRa / LoRaWAN radio, so it can communicate over very long distances and extremely low power consuming.

By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 stop bit)

Notice: The 5 holes which are under the silk screen "LoRaWAN" are designed for upgrading the firmware of LoRaWAN module.

This product is EOL now.

Product Features

  • Build-in PCB Antenna
  • External Antenna Port
  • Model: RHF76-052
  • Supports dual-band 433 / 470MHz and 868 / 915MHz
  • Radio IC: Semtech SX1276
  • Micro controller: STM32L052C8T6
  • interface: UART
  • Protocol: AT commands
  • Embedded LoRaWAN protocol stack
  • Link budget: 160dB
  • Protocol: LoRaWAN

Include

  • 1x LoRaWAN Module

Applications

  • Automatic meter reading
  • Home building automation
  • Remote irrigation system

Specification

Resources Parameter
Net weight 16g
Gross weight 28g
Product Size 54.2*54.2*12.8mm
Package Size 60*57*17mm
Work temperature -40 ~+85C
Storage temperature -40 ~ +90C, < 90% RH

EasyLoader

download EasyLoader

1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.

2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click "Burn" to start burning.

3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. Click here to download driver

MBUS PinMap

Pin Map

RHF76-052_UART ESP32 Chip
RXD GPIO17
TXD GPIO16

M5Stack Fire has occupied GPIO16 / 17 to connect with the PSRAM by default, it's conflict with TXD / RXD (GPIO16, GPIO17) in this module. Therefore, when using the LoRaWAN module with the M5Stack Fire, you might have to cut the TXD and RXD from LoRaWAN module and wire fly to another set of UART pin

Schematic

Example

Arduino IDE

This is a example of p2p LoRaWAN modules communication. Reference to 3.6 Point to Point communication with LoRa of LoRaWAN User Manual .

Function: Press button B to set 433MHz as LoRaWAN operating frequency, and send "Hello World"; Press button C to set 868MHz as LoRaWAN operating frequency and send "Hello World"; Press button A to clear the screen.

Example code