element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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) - Conclusion
  • 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: 14 Aug 2019 1:19 AM Date Created
  • Views 1464 views
  • Likes 4 likes
  • Comments 2 comments
  • remotemonitoringcontrolch
  • lora
  • ardexpert
  • mkr wan 1300
  • wan_1300
Related
Recommended

LoRa Experimental Environmental Sensors (LoRaXes) - Conclusion

ralphjy
ralphjy
14 Aug 2019

image

 

Another Project14 Challenge complete - sort of.....  As always, some goals were met and some were not.  I thought that I would summarize where I got to.

 

Blog Post Index

  1. LoRa Experimental Environmental Sensors (LoRaXes) - Introduction
  2. LoRa Experimental Environmental Sensors (LoRaXes) - Need to use a bigger case
  3. LoRa Experimental Environmental Sensors (LoRaXes) - GPS is Working
  4. LoRa Experimental Environmental Sensors (LoRaXes) - Case Layout
  5. LoRa Experimental Environmental Sensors (LoRaXes) - Temperature Sensor Working
  6. LoRa Experimental Environmental Sensors (LoRaXes) - Initial RSSI Tests
  7. LoRa Experimental Environmental Sensors (LoRaXes) - Case Assembly Part 1
  8. LoRa Experimental Environmental Sensors (LoRaXes) - Assembly Complete

 

I started this project to find a use for a Things LoRa Gateway and two MKR WAN 1300 boards that I had won in a previous challenge.  This was my first experience with LoRa and the Things Network.

 

Goals achieved:

  1. Connect gateway to Things Network  - there were only five LoRa gateways within a 50 km radius of my location that were connected to the Things Network, so I've added access for sensors near me.
  2. Build two portable battery operated sensor units - I've only fully completed assembly of one of the units, but I have tested the electronics for both.
  3. Connect both units to the Things Network - I have unique applications running for each MKR Wan 1300 on the Things Network console.
  4. Provide GPS functionality for one of the units - the fully assembled unit has the GPS module and I have used it with the mapping integration on the Things Network to display the unit's location.
  5. Measure RSSI in the proximity of my house - units have good operational margin on my property.

 

Goals Not Achieved:

  1. Determine the effective LoRa range of my gateway/sensor setup - I need to find the time to get some data walking the GPS unit away from the gateway.  I should be able to correlate the RSSI data associated with the GPS data packets and use -120 dBm as a range metric (or I guess the real metric is when packets are not received - use the last location received).  My accuracy may not be that good if I don't do some averaging.  I've noticed that over time I can get geolocation outliers of 50-60 meters even though the clustering is more like 5-10 meters (with the unit in a static location).
  2. Measure/optimize battery life - I sort of gave up on this one when I realized that I have older MKR Wan 1300 boards that do not power down the Murata LoRa module in sleep mode (fmilburn pointed out this issue).  The achievable sleep mode current is ~2 mA.  I have seen implementations of full power shutdown using the TI TPL5110 ultra low power timer.  I think I will give that a try.  I can make room on the proto board to handle that.  And I'll need to make sure that the GPS handles save and restore of the tracking data correctly.  I guess even if I had a newer MKR Wan 1300 (released the end of 2018) I would still have had to power down the GPS since its power save mode draws ~11mA.  I might need to look at other GPS units.
  3. Determine the reliability of my system by analyzing uptime - this is difficult to quantify in the prototype stage since I've been constantly power cycling the units.  I have noticed that my gateway reboots at least once daily.  I probably need to automate some processing on the Things Network console.

 

What's next:

  • The sensors won't have any long term utility unless I can implement a solution to extend battery life, so I need to do that first.  I'll try to implement a TPL5110 power control.  Then I'd like to add some other sensors to the unit without the GPS.  I'll move the BME280 outside the case and add a PIR and an ambient light sensor and put the unit in the backyard for monitoring and data collection.
  • I'd also really like to get the effective range data.  I've seen posts for setups like mine that indicate the range may be as short as 0.5 km for an inside antenna.  I'll need to research what types of outside antennas others are using with their gateways.  It would be fun to track my walks with the dog.
  • Sign in to reply

Top Comments

  • fmilburn
    fmilburn over 5 years ago +1
    HI Ralph, This has been a great series with nice write-up and descriptions. I will be very interested in how you get on with the TPL5100. Frank
  • mahmood.hassan
    mahmood.hassan over 5 years ago

    TPL5110 based power control application will be great.

    BME280 will also be a great choice. 3in1 digital sensor with pretty low power consumption.

    Transmission range will be pretty short (p2p not sure about connection with a gateway) if it is placed inside a building. it can be increased by reducing the rate rate but not that much.

    I will love to see the results if you manage to get a pretty decent range with this board.

     

    The best GPS accuracy I have every seen is of SONY SPRESENSE board (~2m).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • fmilburn
    fmilburn over 5 years ago

    HI Ralph,

     

    This has been a great series with nice write-up and descriptions.  I will be very interested in how you get on with the TPL5100.

     

    Frank

    • Cancel
    • Vote Up +1 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