Module LoRa (433MHz)

SKU:M005

This tutorial will show how to use M5 BASIC host and Module LoRa (433MHz) to implement LoRaWAN470 gateways and nodes and to communicate with TTN , we put the firmware in Burner

Description

LoRa (433MHz) is a LoRa communication module in the M5Stack stack module series (working frequency is 433MHz). A certain expansion space is reserved on the module, which defeats you for more functional design. For wireless communication or projects with more customized elements, the LoRa (433MHz) module will be a suitable choice.

Product Features

  • LoRa (433MHz) Module: Ra-02 (by Ai-Thinker)
  • Series Communication Protocol: SPI
  • Universal Perboard
  • Working Frequency: 433 MHz
  • Supports FSK, GFSK, MSK, GMSK, LoRa ™ and OOK modulation modes
  • Receive sensitivity: lowest to -141 dBm
  • Programmable bit rate up to 300Kbps
  • Build-in PCB Antenna
  • External Antenna port
  • Program platform: Arduino, MicroPython, UIFlow (Blockly)

Include

  • 1x M5Stack LoRa Module

Applications

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

Specification

Resources Parameter
Net weight 13g
Gross weight 24g
Product Size 54.2*54.2*12.8mm
Package Size 60*57*17mm

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

Schematic

Example

Arduino IDE

These are the point-to-point communication examples between two LORA modules. The LoRa nodes send and receive messages.

  • Blue string indicates sending succeed.

  • Yellow string display the received messages.

  • Red string indicates initialization failed.