mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
fix mistake
This commit is contained in:
@@ -59,7 +59,7 @@ It walks slowly and is easy to control.Due to the small contact area, the moveme
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/PuppyC)
|
||||
To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/PuppyC)
|
||||
|
||||
## Videos
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ LoRa and LoRaWAN permit long-range connectivity for Internet of Things (IoT) dev
|
||||
- Programmable bit rate up to 300Kbps
|
||||
- Build-in PCB Antenna
|
||||
- External Antenna port
|
||||
- Program platform: Arduino, Mrcropython, UIFlow(Blockly)
|
||||
- Program platform: Arduino, Micropython, UIFlow(Blockly)
|
||||
- Product Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:14.5g
|
||||
|
||||
@@ -117,8 +117,8 @@ void onReceive(int packetSize) {
|
||||
onReceive(LoRa.parsePacket());
|
||||
```
|
||||
|
||||
<img src="assets/img/product_pics/module/module_example/LORA/example_module_lora_02.png">
|
||||
<img src="assets/img/product_pics/module/module_example/LORA/example_module_lora868_02.png">
|
||||
|
||||
## Schematic
|
||||
|
||||
<img src="assets/img/product_pics/module/lora_sch.png">
|
||||
<img src="assets/img/product_pics/module/lora868_sch.png">
|
||||
@@ -239,6 +239,13 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<a href="/#/en/module/lora868">
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/module_lora868_01.jpg">
|
||||
<p class="item-title">LORA868</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
**Expansion Modules**
|
||||
|
||||
<div class="item">
|
||||
|
||||
@@ -240,6 +240,13 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<a href="/#/zh_CN/module/lora868">
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/module_lora868_01.png">
|
||||
<p class="item-title">LoRa868</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
**Expansion Modules**
|
||||
|
||||
<div class="item">
|
||||
|
||||
@@ -60,7 +60,7 @@ PuppyC底座需要结合M5StickC控制器使用,StickC编程后通过I2C协议
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/PuppyC),获取完整程序.
|
||||
[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/PuppyC),获取完整程序.
|
||||
|
||||
## Videos
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ LoRa和LoRaWAN允许与不同类型的物联网(IoT)设备,进行远程连
|
||||
- 可编程比特率高达300Kbps
|
||||
- 内置PCB天线
|
||||
- 外部天线接口
|
||||
- 开发平台: Arduino, Mrcropython, UIFlow(Blockly)
|
||||
- 开发平台: Arduino, Micropython, UIFlow(Blockly)
|
||||
- 产品尺寸:54.2mm x 54.2mm x 12.8mm
|
||||
- 产品重量:14.5g
|
||||
|
||||
|
||||
Reference in New Issue
Block a user