Lora Shield

From Geeetech Wiki
Revision as of 06:40, 31 May 2016 by Admin (talk | contribs)

Jump to: navigation, search
  • <a href="#INTRODUCTION">1 INTRODUCTION</a>
    • <a href="#What_is_the_Dragino_Lora_Shield">1.1 What is the Dragino Lora Shield</a>
    • <a href="#Hardware_version_info">1.2 Hardware version info</a>
    • <a href="#Wireless_Specifications_of_RFM95W">1.3 Wireless Specifications of RFM95W</a>
    • <a href="#Features">1.4 Features</a>
    • <a href="#Example1_--_Use_with_LMIC_library_for_LoraWAN_compatible">1.5 Example1 -- Use with LMIC library for LoraWAN compatible</a>
    • <a href="#Example2_--_Use_the_RadioHead_Library_With_Arduino_Boards">1.6 Example2 -- Use the RadioHead Library With Arduino Boards</a>
    • <a href="#Usage_Notice">1.7 Usage Notice</a>
    • <a href="#Order_Infomation">1.8 Order Infomation</a>
    • <a href="#Schematic">1.9 Schematic</a>
    • <a href="#Frequent_Ask_Questions_.28FAQs.29">1.10 Frequent Ask Questions (FAQs)</a>
      • <a href="#I_have_order_Lora_Shield_v95-868.2C_while_the_chip_on_lora_shield_shows_RF96.3F">1.10.1 I have order Lora Shield v95-868, while the chip on lora shield shows RF96?</a>
    • <a href="#Reference">1.11 Reference</a>

</div>

INTRODUCTION

<a href="/index.php?title=File:Lora_Shield.png" class="image"><img alt="" src="/images/thumb/8/81/Lora_Shield.png/800px-Lora_Shield.png" width="800" height="334" class="thumbimage" srcset="/images/8/81/Lora_Shield.png 1.5x, /images/8/81/Lora_Shield.png 2x" /></a>
<a href="/index.php?title=File:Lora_Shield.png" class="internal" title="Enlarge"></a>
Dragino Lora Shield


What is the Dragino Lora Shield

The Dragino Lora Shield is a long range transceiver on a Arduino shield form factor and based on Open source library.The Lora Shield allows the user to send data and reach extremely long ranges at low data-rates.It provides ultra-long range spread spectrum communication and high interference immunity whilst minimising current consumption.


The Lora Shield based on RFM95W/RFM98W targets professional wireless sensor network applications such as irrigation systems, smart metering, smart cities, smartphone detection, building automation, and so on.


Using Hope RF’s patented LoRaTM modulation technique the Lora Shield can achieve a sensitivity of over -148dBm using a low cost crystal and bill of materials. The high sensitivity combined with the integrated +20 dBm power amplifier yields industry leading link budget making it optimal for any application requiring range or robustness. LoRaTM also provides significant advantages in both blocking and selectivity over conventional modulation techniques, solving the traditional design compromise between range, interference immunity and energy consumption.


These devices also support high performance (G)FSK modes for systems including WMBus, IEEE802.15.4g. The Lora Shield deliver exceptional phase noise, selectivity, receiver linearity and IIP3 for significantly lower current consumption than competing devices.


<a href="/index.php?title=File:Lora_Shield_with_Leonado.jpg" class="image"><img alt="" src="/images/thumb/4/4e/Lora_Shield_with_Leonado.jpg/500px-Lora_Shield_with_Leonado.jpg" width="500" height="500" class="thumbimage" srcset="/images/thumb/4/4e/Lora_Shield_with_Leonado.jpg/750px-Lora_Shield_with_Leonado.jpg 1.5x, /images/thumb/4/4e/Lora_Shield_with_Leonado.jpg/1000px-Lora_Shield_with_Leonado.jpg 2x" /></a>
<a href="/index.php?title=File:Lora_Shield_with_Leonado.jpg" class="internal" title="Enlarge"></a>
Lora Shield with Leonado




Hardware version info

  • Lora Shield v1.0: The first hardware release for the Lora Shield.
  • Lora Shield v1.2: Connect the DIOs to Arduino IO. Change i-pex connector to SMA connector.
  • Lora Shield v1.3: Remove 5v to 3.3v LDO, use 3.3 directly from Arduino +3.3v pin.



Wireless Specifications of RFM95W

  • 168 dB maximum link budget.
  • +20 dBm - 100 mW constant RF output vs.
  • +14 dBm high efficiency PA.
  • Programmable bit rate up to 300 kbps.
  • High sensitivity: down to -148 dBm.
  • Bullet-proof front end: IIP3 = -12.5 dBm.
  • Excellent blocking immunity.
  • Low RX current of 10.3 mA, 200 nA register retention.
  • Fully integrated synthesizer with a resolution of 61 Hz.
  • FSK, GFSK, MSK, GMSK, LoRaTM and OOK modulation.
  • Built-in bit synchronizer for clock recovery.
  • Preamble detection.
  • 127 dB Dynamic Range RSSI.
  • Automatic RF Sense and CAD with ultra-fast AFC.
  • Packet engine up to 256 bytes with CRC.
  • Built-in temperature sensor and low battery indicator.





Features

  • Compatible with 3.3v or 5v I/O Arduino Board.
  • Frequency Band: 868 MHZ/433 MHZ (Pre-configure in factory)
  • Low power consumption
  • Compatible with Arduino Leonardo, Uno, Mega, DUE
  • External Antenna via I-Pex connector



Example1 -- Use with LMIC library for LoraWAN compatible

LMIC library is LoraWAN compatible.

This demo include:

  • How to use Lora Shield to set up single channel gateway for TTN network.
  • How to use Lora Shield to set up a Lora Node.
  • How is the communication between the Lora Node and Lora Gateway.

The full instruction is in this link: <a rel="nofollow" class="external autonumber" href="http://www.instructables.com/id/Use-Lora-Shield-and-RPi-to-Build-a-LoRaWAN-Gateway/">[1]</a>



Example2 -- Use the RadioHead Library With Arduino Boards

The RadioHead Library simplifies communication between the Arduino Board and the Lora Shield.We can find it here: <a rel="nofollow" class="external free" href="http://www.airspayce.com/mikem/arduino/RadioHead/">http://www.airspayce.com/mikem/arduino/RadioHead/</a> To use it in your project you just have to copy it in your Arduino project folder (next to your main Arduino project file .ino).After putting the lIbrary in the right place, you have to also modify the frequency to the frequency you want to use, the position of this is setFrequency() in the file: arduino-xxx\libraries\RadioHead\RH_RF95.cpp; Then ,we can easily to use it to do some experimentation.


<a href="/index.php?title=File:IDE.jpg" class="image"><img alt="" src="/images/thumb/7/74/IDE.jpg/500px-IDE.jpg" width="500" height="530" class="thumbimage" srcset="/images/7/74/IDE.jpg 1.5x, /images/7/74/IDE.jpg 2x" /></a>
<a href="/index.php?title=File:IDE.jpg" class="internal" title="Enlarge"></a>
RadioHead Examples



In this example,we use two Lora Shields to transmit and receive signal,there are some project in the RadioHead Library,the operation is as follows:

  • Connect two Lora Shields with Arduino board and connect them to computer via the USB cable;

We used the Lora Shield+Arduino UNO as the server to transmit signal and the Lora Shield+Aduino MEGA2560 as the client to receive signal here.


<a href="/index.php?title=File:Lora_Shields_and_Arduino_boards.jpg" class="image"><img alt="" src="/images/thumb/f/f3/Lora_Shields_and_Arduino_boards.jpg/500px-Lora_Shields_and_Arduino_boards.jpg" width="500" height="328" class="thumbimage" srcset="/images/thumb/f/f3/Lora_Shields_and_Arduino_boards.jpg/750px-Lora_Shields_and_Arduino_boards.jpg 1.5x, /images/f/f3/Lora_Shields_and_Arduino_boards.jpg 2x" /></a>
<a href="/index.php?title=File:Lora_Shields_and_Arduino_boards.jpg" class="internal" title="Enlarge"></a>
Lora Shields and Arduino boards

Connect the Lora Shield and Arduino,and connect them to computer.


<a href="/index.php?title=File:Connection.jpg" class="image"><img alt="" src="/images/thumb/1/12/Connection.jpg/500px-Connection.jpg" width="500" height="375" class="thumbimage" srcset="/images/thumb/1/12/Connection.jpg/750px-Connection.jpg 1.5x, /images/thumb/1/12/Connection.jpg/1000px-Connection.jpg 2x" /></a>
<a href="/index.php?title=File:Connection.jpg" class="internal" title="Enlarge"></a>
Connection


  • Open the IDE and choose the right example;


<a href="/index.php?title=File:Choose_the_example.png" class="image"><img alt="" src="/images/thumb/f/f2/Choose_the_example.png/500px-Choose_the_example.png" width="500" height="385" class="thumbimage" srcset="/images/thumb/f/f2/Choose_the_example.png/750px-Choose_the_example.png 1.5x, /images/f/f2/Choose_the_example.png 2x" /></a>
<a href="/index.php?title=File:Choose_the_example.png" class="internal" title="Enlarge"></a>
Choose the example


  • Configure the IDE settings and upload the two skteches to Aduino.


<a href="/index.php?title=File:Configure_the_IDE_settings_of_MEGA.png" class="image"><img alt="" src="/images/thumb/b/b6/Configure_the_IDE_settings_of_MEGA.png/500px-Configure_the_IDE_settings_of_MEGA.png" width="500" height="417" class="thumbimage" srcset="/images/b/b6/Configure_the_IDE_settings_of_MEGA.png 1.5x, /images/b/b6/Configure_the_IDE_settings_of_MEGA.png 2x" /></a>
<a href="/index.php?title=File:Configure_the_IDE_settings_of_MEGA.png" class="internal" title="Enlarge"></a>
Configure the IDE settings of MEGA


<a href="/index.php?title=File:Configure_the_IDE_settings_of_UNO.png" class="image"><img alt="" src="/images/thumb/2/24/Configure_the_IDE_settings_of_UNO.png/500px-Configure_the_IDE_settings_of_UNO.png" width="500" height="437" class="thumbimage" srcset="/images/2/24/Configure_the_IDE_settings_of_UNO.png 1.5x, /images/2/24/Configure_the_IDE_settings_of_UNO.png 2x" /></a>
<a href="/index.php?title=File:Configure_the_IDE_settings_of_UNO.png" class="internal" title="Enlarge"></a>
Configure the IDE settings of UNO

After configure the IDE settings,upload the skteche to Aduino.Check the Serial Moniter and we can view the running result of the two boards.


<a href="/index.php?title=File:Running_result_of_MEGA.png" class="image"><img alt="" src="/images/thumb/f/fa/Running_result_of_MEGA.png/500px-Running_result_of_MEGA.png" width="500" height="388" class="thumbimage" srcset="/images/thumb/f/fa/Running_result_of_MEGA.png/750px-Running_result_of_MEGA.png 1.5x, /images/f/fa/Running_result_of_MEGA.png 2x" /></a>
<a href="/index.php?title=File:Running_result_of_MEGA.png" class="internal" title="Enlarge"></a>
Running result of MEGA


<a href="/index.php?title=File:Running_result_of_UNO.png" class="image"><img alt="" src="/images/thumb/7/74/Running_result_of_UNO.png/500px-Running_result_of_UNO.png" width="500" height="385" class="thumbimage" srcset="/images/thumb/7/74/Running_result_of_UNO.png/750px-Running_result_of_UNO.png 1.5x, /images/7/74/Running_result_of_UNO.png 2x" /></a>
<a href="/index.php?title=File:Running_result_of_UNO.png" class="internal" title="Enlarge"></a>
Running result of UNO

Usage Notice

You have to be aware that Radio link quality and performances are highly dependent of environment.

Better performances can be reached with:

  • Outdoor environment.
  • No obstacles.
  • No high level radio interferer in the ISM 868MHz band.
  • At least 1 meter above the ground.



Radio performances are degraded with:

  • Obstacles: buildings, trees...
  • Inner buildings environments.
  • High ISM 868MHz band usage by other technologies.

Radio communication are usually killed with bad topographic conditions. It is usually not possible to communicate through a hill, even very small.



Order Infomation

  • Lora Shield 868: Load with RFM95W-868S2, support 868M frenquency
  • Lora Shield 915: Load with RFM95W-915S2, support 915M frenquency
  • Lora Shield 433: Load with RFM98W-433S2, support 433M frenquency



Schematic

<a href="/index.php?title=File:Lora_sheild.sch.png" class="image"><img alt="" src="/images/thumb/9/94/Lora_sheild.sch.png/500px-Lora_sheild.sch.png" width="500" height="353" class="thumbimage" srcset="/images/thumb/9/94/Lora_sheild.sch.png/750px-Lora_sheild.sch.png 1.5x, /images/thumb/9/94/Lora_sheild.sch.png/1000px-Lora_sheild.sch.png 2x" /></a>
<a href="/index.php?title=File:Lora_sheild.sch.png" class="internal" title="Enlarge"></a>
Lora Shield Schematic

Frequent Ask Questions (FAQs)

I have order Lora Shield v95-868, while the chip on lora shield shows RF96?

The Lora Shield v95-868 is equied with HopeRF RFM95W-868-S2. This module has a mark RF96 on it. it doesn't mean the chip is RFM96w, but it means the chip is using the SX1276 chip.

Mean While, The Lora Shield v95-915 S2 with mark RF96 on the IC.

The Lora Shield v98-433 S2 with mark RF98 on the IC and use the sx1278 chip.




Reference


</div>

</div> </div> </div>

Navigation menu