Files
2021-04-16 19:16:38 +08:00

109 lines
3.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Module LoRa (433MHz)
<el-tag effect="plain">SKU:M005</el-tag>
<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>
## 描述
**LoRa (433MHz)** 是M5Stack堆叠模块系列中的一款LoRa通信模块(工作频率为433MHz)。模块上保留了一定的拓展空间,以便你进行更多的功能设计.无论是进行基本的无线通信或是有着更多定制化元素的项目,LoRa(433MHz)模块都会是合适的选择。
## 产品特性
- LoRa (433MHz) 模块: Ra-02
- 串行通信协议: SPI
- 万能板
- 工作频率: 433 MHz
- 支持FSKGFSKMSKGMSKLoRa™和OOK调制模式
- 接收灵敏度:低至-141 dBm
- 可编程比特率高达300Kbps
- 内置PCB天线
- 外部天线接口
- 开发平台: Arduino, Micropython, UIFlow(Blockly)
## 包含
- 1x M5Stack LoRa (433MHz) 模块
## 应用
- 自动抄表系统
- 楼宇自动化
- 远程灌溉系统
## 规格参数
<table>
<tr style="font-weight:bold">
<td>规格</td>
<td>参数</td>
</tr>
<tr>
<td>净重</td>
<td>13g</td>
</tr>
<tr>
<td>毛重</td>
<td>24g</td>
</tr>
<tr>
<td>产品尺寸</td>
<td>54.2*54.2*12.8mm</td>
</tr>
<tr>
<td>包装尺寸</td>
<td>60*57*17mm</td>
</tr>
</table>
## 相关链接
- **[LoRa模块信息](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/ra-01_product_specification_cn_v1.0.pdf) (LoRa)**
- **[LoRaWAN 区域参数](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/lorawantm_regional_parameters_v1.1rb_-_final.pdf)**
## EasyLoader
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Module/EasyLoader_LORA_Duplex.exe"><el-button type="primary">点击下载EasyLoader</el-button></a>
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
?>3.EasyLoader烧录前需要安装有CP210XUSB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
## 案例程序
### 1. Arduino
在本案例中,将使用两个LoRa模块分别进行发送与接收消息.实现点对点的通信功能.
* 蓝色字符串表示发送成功.
* 黄色字符串显示收到的消息.
* 红色字符串表示初始化失败.
[请点击此处获取Arduino代码](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/LoRa433_SX1278)
<img src="assets/img/product_pics/module/module_example/LORA/example_module_lora_02.webp">
## 原理图
<img src="assets/img/product_pics/module/lora_sch.webp">
## MBUS引脚定义
<img src="assets\img\product_pics\module\module_bus.webp"/>
<script>
var purchase_link = 'https://m5stack.com/products/lora-module';
anchor_search(purchase_link);
scrollFunc();
</script>