├── LoRaHardware.pdf ├── NodeLora-En.pdf ├── NodeLora-It.pdf └── README.md /LoRaHardware.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-electronics/LoRa/e7b6cd06119b0c06552fb3e4113d1ea74041868c/LoRaHardware.pdf -------------------------------------------------------------------------------- /NodeLora-En.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-electronics/LoRa/e7b6cd06119b0c06552fb3e4113d1ea74041868c/NodeLora-En.pdf -------------------------------------------------------------------------------- /NodeLora-It.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-electronics/LoRa/e7b6cd06119b0c06552fb3e4113d1ea74041868c/NodeLora-It.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | LoRa is a powerful and flexible radio communication system based on different hardware solutions: Arduino shield, Maduino board (arduino+LoRa) or LoRa radiocommand. LoRa module for long range radio system is based on Radio Module 433MHz : RFM98 or equivalent like SX1278. 2 | You can find and download library in sub-directory using <release> tag up there. 3 | 4 | Recent version is 3.0. 5 | 6 | With this Arduino library you can create several nodes in a network and communicate in a kilometric range. 7 | Network managed by this library is not the LoRaWAN network but a simpler proprietary network. 8 | 9 | (see NodeLora-It.pdf or NodeLora-En for more details) 10 | (see LoRaHardware.pdf for more details about platforms) 11 | 12 | NB Library is entirely included in LORA directory: sources, examples, help files and pdf doc. To use library just uncompress zip file and put LORA directory into ...../Arduino/libraries directory (as others Arduino libraries). 13 | Then, when you start Arduino IDE, you can find LORA library (with examples) and use it. 14 | --------------------------------------------------------------------------------