Difference between revisions of "Tutorial:LoRa"
From MobiNetS
Line 8: | Line 8: | ||
===Transmitting a packet=== | ===Transmitting a packet=== | ||
===Lora通信实例=== | ====Lora通信实例==== | ||
使用Arduino进行Lora开发,首先需要配置环境: | 使用Arduino进行Lora开发,首先需要配置环境: |
Revision as of 18:19, 25 September 2019
This page shows the tutorial for LoRa experiments.
Platform and programming environments
Arduino + Lora
- Lora is a wireless communication module,we also need a MCU to contral it like Raspberry Pi(树莓派)、Arduino and so on. (Here we choose Arduino).
- More about Arduino
- Lora
Transmitting a packet
Lora通信实例
使用Arduino进行Lora开发,首先需要配置环境: