Difference between revisions of "LoRa research"

From Woodland Harvest Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
For different types of arduino, we can use a long range transciever LoRa shield called the [^dragino-lora].
 
For different types of arduino, we can use a long range transciever LoRa shield called the [^dragino-lora].
 +
 +
## Set up LoRa on your laptop
 +
 +
1. Get the RadioHead library from [http://www.airspayce.com/mikem/arduino/RadioHead/](http://www.airspayce.com/mikem/arduino/RadioHead/). There is a link with the ending _.zip_ that you can click to download.
 +
 +
2. Add the library to your Arduino IDE.
  
 
### References
 
### References

Revision as of 22:43, 1 March 2021

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 networks. This technology will enable public or multi-tenant networks to connect a number of applications running on the same network 1.

For different types of arduino, we can use a long range transciever LoRa shield called the 2.

Set up LoRa on your laptop

  1. Get the RadioHead library from http://www.airspayce.com/mikem/arduino/RadioHead/. There is a link with the ending .zip that you can click to download.
  2. Add the library to your Arduino IDE.

References