Changes

Jump to navigation Jump to search
822 bytes added ,  01:50, 23 March 2021
no edit summary
LoRa technology was developed by a company called Semtech and it is a new wireless protocol designed specifically for long-range, low-power communications. LoRa stands for Long Range Radio and is mainly targeted for M2M and IoT (internet of things) networks. This technology will enable public or multi-tenant networks to connect a number of applications running on the same network [^digikey-lora]. In the US, LoRa communication works on 915 Mhz, which is a license free spectrum.
For different types of Arduino, we can use a long-range transceiver LoRa shield called the [Dragino shield](https://wiki.dragino.com/index.php?title=Lora_Shield)[^dragino-lora].
## Set LoRaFor a large amount of differently placed sensors and devices, it is recommended to set up a LoRaWAN network. However, if you seek to establish simple device-to-device communication for a separate system, LoRa on your laptopwith the RadioHead library works great.
1. Get the The RadioHead library from [http://www.airspayce.com/mikem/arduino/RadioHead/](http://www.airspayce.com/mikem/arduino/RadioHead/)works for communication between two devices, a server and a client. There is a If you want to install the RadioHead library, click on the link with the ending _.zip_ that on the previously mentioned website.</br>Then, add the library to your Arduino IDE. Once added, you can click open the example file under examples --> radiohead --> rf95 --> client or server</br> In the (example) sketch, make sure to assign LED to something other than 9. If set to download9, the restart of the LoRa board will be triggered.
2. Add the library to your Arduino IDE. Once added, you can open the example file under examples --> radiohead. ## LoRa WAN
3. In LoRa WAN is the (example) sketch, make sure to assign LED to something other than 9internet-based version of LoRa. If set to 9While LoRa communication only works between generally two devices, LoRa WAN can communicate between hundreds of devices by the restart means of a gateway. LoRa WAN consists of end-nodes and at least one gateway. Communication between the gateway and the nodes is bidirectional and based on LoRa board will be triggeredradio communication.
## __List of tutorial videos on some useful related LoRa WANsubjects__
[Different device types - Class A,B,C - Youtube tutorial](https://www.youtube.com/watch?v=ShJ5RERof5I)</br>
356

edits

Navigation menu