lorawan加入使用手册链接

This commit is contained in:
LiHuashen
2019-03-05 15:52:45 +08:00
parent 50d9fd08a9
commit 9e2337aca0
5 changed files with 14 additions and 10 deletions
+3 -1
View File
@@ -47,13 +47,15 @@ By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 st
- **[LoRaWAN Info](http://wiki.ai-thinker.com/sx127x-052) (LoRaWAN)**
- **[LoRaWAN User Manual](http://wiki.ai-thinker.com/_media/lora/docs/rhf76-052_ho_to_use_ai-thinker_s_lorawan_modem.pdf)**
- **[AT command for LoRaWAN](http://wiki.ai-thinker.com/_media/rhf-ps01509_lorawan_class_ac_at_command_specification_-_v4.4.pdf)**
## Example
### Arduino IDE
This is a exmaple for communication between two LoRaWAN modules.
This is a exmaple for communication between two LoRaWAN modules refering to the section `3.6 Point to Point communication with LoRa` of [LoRaWAN User Manual](http://wiki.ai-thinker.com/_media/lora/docs/rhf76-052_ho_to_use_ai-thinker_s_lorawan_modem.pdf).
**Function:** Press button B for setting 433MHz as LoRaWAN operating frequency, and sending "Hello World"; Press button C for setting 868MHz as LoRaWAN operating frequency, and sending "Hello World"; Press button A for clearing screen.
+2 -2
View File
@@ -21,8 +21,8 @@
## Include
- 1x Step Motor Module
- 12V Power
- 1x 5V FAN Module for heat dissipation
- 12V Power (Optional)
- 1x 5V FAN Module for heat dissipation (Optional)
## Applications
+2 -2
View File
@@ -21,8 +21,8 @@
## パッケージ内容
- 1x STEPMOTOR モジュール
- 1x 12V 電源
- 1x 5V ファンモジュール
- 1x 12V 電源 (オプション)
- 1x 5V ファンモジュール (オプション)
## アプリケーション
+5 -3
View File
@@ -46,15 +46,17 @@ LoRaWAN**默认的串口配置:**
- **[官方论坛](http://forum.m5stack.com/)**
- **[LoRaWAN模组信息](http://wiki.ai-thinker.com/sx127x-052) (LoRaWAN)**
- **[LoRaWAN 模组信息](http://wiki.ai-thinker.com/sx127x-052) (LoRaWAN)**
- **[LoRaWAN的AT指令集](http://wiki.ai-thinker.com/_media/rhf-ps01509_lorawan_class_ac_at_command_specification_-_v4.4.pdf)**
- **[LoRaWAN 使用手册](http://wiki.ai-thinker.com/_media/lora/docs/rhf76-052_ho_to_use_ai-thinker_s_lorawan_modem_-_cn.pdf)**
- **[LoRaWAN 的 AT 指令集](http://wiki.ai-thinker.com/_media/rhf-ps01509_lorawan_class_ac_at_command_specification_-_v4.4.pdf)**
## 例程
### Arduino IDE
这是两个 LoRaWAN 模块之间通信的例程。
这是两个 LoRaWAN 模块之间通信的例程。例程根据 [LoRaWAN 使用手册](http://wiki.ai-thinker.com/_media/lora/docs/rhf76-052_ho_to_use_ai-thinker_s_lorawan_modem_-_cn.pdf)的章节 `3.6 LoRa 点对点通信`
**功能:** 按下按键 B,设置模块工作在 433MHz 频段,并发送字符串 “Hello World”; 按下按键 C,设置模块工作在 868MHz 频段,并发送字符串 “Hello World”; 按下按键 ACore 清屏。
+2 -2
View File
@@ -21,8 +21,8 @@
## 包含
- 1x Step Motor模块
- 12V电源
- 1x 5V 风扇扇热模块
- 12V电源 (选配)
- 1x 5V 风扇扇热模块 (选配)
## 应用