2020-03-19 21:06:45 +08:00
# Module LoRa (433MHz)
2018-12-25 16:04:58 +08:00
2020-07-09 17:48:46 +08:00
<el-tag effect="plain">SKU:M005</el-tag>
2020-03-19 10:58:07 +08:00
2020-04-08 14:09:44 +08:00
<div class="product_pic"><img src="assets/img/product_pics/module/module_lora_01.webp"><img src="assets/img/product_pics/module/module_lora_02.webp"></div>
2018-12-25 16:04:58 +08:00
## Description
2021-04-16 19:16:38 +08:00
**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.
2018-12-25 16:04:58 +08:00
2019-04-26 18:10:14 +08:00
## Product Features
2019-11-01 12:02:27 +08:00
- LoRa (433MHz) Module: Ra-02 (by Ai-Thinker)
2019-04-26 18:10:14 +08:00
- Series Communication Protocol: SPI
- Universal Perboard
- Working Frequency: 433 MHz
2018-12-25 16:04:58 +08:00
- Supports FSK, GFSK, MSK, GMSK, LoRa ™ and OOK modulation modes
2019-04-26 18:10:14 +08:00
- Receive sensitivity: lowest to -141 dBm
2018-12-25 16:04:58 +08:00
- Programmable bit rate up to 300Kbps
2019-04-26 18:10:14 +08:00
- Build-in PCB Antenna
- External Antenna port
2021-01-04 13:23:37 +08:00
- Program platform: Arduino, MicroPython, UIFlow (Blockly)
2018-12-25 16:04:58 +08:00
## Include
- 1x M5Stack LoRa Module
## Applications
- Automatic meter reading
- Home building automation
- Remote irrigation system
2020-05-29 16:36:24 +08:00
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
2020-11-18 19:00:45 +08:00
<td>Net weight</td>
2020-05-29 16:36:24 +08:00
<td>13g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>24g</td>
</tr>
<tr>
<td>Product Size</td>
<td>54.2*54.2*12.8mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>60*57*17mm</td>
</tr>
</table>
2018-12-25 16:04:58 +08:00
## Related Link
2020-11-18 19:00:45 +08:00
- **[Ra-01_product_specification ](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/ra-01_product_specification_en_v1.1.pdf ) (LoRa)**
2018-12-25 16:04:58 +08:00
2019-10-22 17:14:58 +08:00
- **[LoRaWAN Regional Parameters ](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/lorawantm_regional_parameters_v1.1rb_-_final.pdf )**
2019-05-06 19:41:55 +08:00
2019-06-11 19:20:48 +08:00
## EasyLoader
2019-01-07 19:30:42 +08:00
2020-04-08 14:09:44 +08:00
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
2019-06-14 17:49:23 +08:00
2020-08-21 14:55:54 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Module/EasyLoader_LORA_Duplex.exe"><el-button type="primary">download EasyLoader</el-button></a>
2019-06-14 17:49:23 +08:00
2020-11-17 16:38:23 +08:00
>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.
2019-06-06 20:01:45 +08:00
>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.
2021-01-04 13:23:37 +08:00
>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial ](en/related_documents/M5Burner#install-usb-driver )
2019-06-11 19:20:48 +08:00
## Example
2019-06-06 20:01:45 +08:00
2020-04-24 21:10:31 +08:00
### 1. Arduino IDE
2019-01-07 19:30:42 +08:00
2020-04-30 14:13:25 +08:00
These are the point-to-point communication [examples ](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/LoRa433_SX1278 ) between two LORA modules. The LoRa nodes send and receive messages.
2019-01-15 18:13:30 +08:00
2019-05-15 16:31:58 +08:00
* Blue string indicates sending succeed.
2019-01-15 18:13:30 +08:00
2019-04-26 18:10:14 +08:00
* Yellow string display the received messages.
2019-01-15 18:13:30 +08:00
2019-04-26 18:10:14 +08:00
* Red string indicates initialization failed.
2019-01-07 19:30:42 +08:00
2019-01-15 18:13:30 +08:00
## Schematic
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/lora_sch.webp">
2020-02-11 18:00:45 +08:00
2020-08-13 10:23:45 +08:00
## MBUS PinMap
<img src="assets\img\product_pics\module\module_bus.webp"/>
2021-01-04 13:23:37 +08:00
<el-divider content-position="right">Last updated: 2020-12-28</el-divider>
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/products/lora-module';
anchor_search(purchase_link);
scrollFunc();
</script>