element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Remote Monitoring & Control
  • Challenges & Projects
  • Project14
  • Remote Monitoring & Control
  • More
  • Cancel
Remote Monitoring & Control
Blog LoRa Experimental Environmental Sensors (LoRaXes) - Initial RSSI Tests
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Remote Monitoring & Control to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: ralphjy
  • Date Created: 31 Jul 2019 2:50 AM Date Created
  • Views 14038 views
  • Likes 5 likes
  • Comments 2 comments
  • remotemonitoringcontrolch
  • lora gateway
  • rssi
  • mkr wan 1300
Related
Recommended

LoRa Experimental Environmental Sensors (LoRaXes) - Initial RSSI Tests

ralphjy
ralphjy
31 Jul 2019

I decided to do some initial RSSI testing at various locations inside my house and outside in the backyard to see how much loss I was getting due to the structure of my house.  This is to get a baseline for further outdoor testing.

 

There are two components that determine the quality of the received radio signal, RSSI and SNR.  The LoRa Gateway measures these values for each transmission that it receives.

 

The Received Signal Strength Indication (RSSI) is the received signal power in milliwatts and is measured in dBm.  LoRa typically operates with RSSI values between -30 dBm and -120 dBm.  RSSI = -30 dBm is a very strong signal and -120 dBm is a very weak signal.

 

The Signal-to-Noise Ratio (SNR) is the ratio (difference) between the received signal power and the noise floor power level.  Typical LoRa SNR values are between -20 dB and +10 dB.  A value closer to +10 dB means that the received signal is less corrupted.  LoRa can actually demodulate signals that are -7.5 dB to -20 dB below the noise floor.

 

RF Noise Sources in my house

  • WiFi access points and WiFi and Bluetooth devices (2.4 GHz and 5 GHz)
  • Z-Wave hub and a couple of Z-Wave devices and the Electric Smart Meter used by the local power Utility (~900 MHz)
  • X-10 RF links, garage door opener remotes, and car remotes (~300 MHz)
  • Cordless phones (1.9 GHz, DECT 6)
  • Cellular (1.9 GHz - AT&T)
  • Random stuff like the microwave oven and the LED lights (wide spectrum EMI)

 

        Amazing that anything wireless can work in all that noise!  Of course, my neighbors have similar stuff.  Their WiFi access points have reasonable signal strength at my location.  One day I should do a survey of the noise magnitudes at different frequencies.  It would be interesting to know the power level of the devices that are close to the 915 MHz LoRa band.

 

Gateway Data from TTN Console

Here is a sample data point:

image

 

The data of interest:

  • Frequency: 905.3 MHz which corresponds to Channel 7; the gateway continuously switches channels.
  • Data rate: To increase range and data reliability the gateway can trade off data rate and bandwidth (see spec below).  Spreading factor relates to the data rate.  The higher the spreading factor, the lower the data rate but the required RSSI is lower so the relative range is increased.  SF7BW125 indicates Spreading Factor of 7 and Bandwidth of 125 KHz.
  • RSSI: -45 dBm
  • SNR: 9 dB

 

 

Here is a table that illustrates the effect of spreading factor:

image

You can see that a higher spreading factor can tolerate a larger negative SNR at the cost of bitrate.  You can also get range improvement by lowering the bandwidth, but for the Murata LoRa module used on the MKR 1300 - the lowest bandwidth is 125 KHz with spreading factors from 6-12.

 

 

Murata module LoRa specification:

image

 

I currently planning to use adaptive data rate (ADR) which allows the gateway to adjust the spreading factor to increase the range as necessary.  For my test measurements I am going to use SF7BW125.

 

RSSI and SNR readings

Here is my test data:  The gateway is on the second floor at the front of the house.  The signal loss doesn't correlate directly to distance because of the intervening structure of the house.  The data point are averaged across different frequencies (channels).

image

  • Sign in to reply

Top Comments

  • fmilburn
    fmilburn over 6 years ago +2
    Hi Ralph, That is a nice summary and overview. I was able to get good reception with LoRa from transmitters throughout my house and the immediate outside area without a problem as well. Frank
  • genebren
    genebren over 6 years ago

    Hi Ralph,

     

    Interesting information and data.  It looks like you ample margins in RSSI with your current setup.  I look forward to your future updates to this project.

     

    Gene

    • Cancel
    • Vote Up -1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • fmilburn
    fmilburn over 6 years ago

    Hi Ralph,

     

    That is a nice summary and overview.  I was able to get good reception with LoRa from transmitters throughout my house and the immediate outside area without a problem as well.

     

    Frank

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube