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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum RaspberryPi zero w gps/atmospheric conditions logger
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 3 answers
  • Subscribers 665 subscribers
  • Views 735 views
  • Users 0 members are here
Related

RaspberryPi zero w gps/atmospheric conditions logger

littleben1
littleben1 over 7 years ago

So I am trying to build a Gps logger using the i2c capabilities of the Pi Zero w and am wanting this project to also have a temp, humidity, and pressure sensor set attached as well. What I am asking is what sensors people have tried and had good success with and which ones to stay away from or ones that you would not use. Thank you in advance.

  • Sign in to reply
  • Cancel
Parents
  • Gough Lui
    0 Gough Lui over 7 years ago

    For the Raspberry Pi, there's already the Sense Hat which seems to do what you'd like: https://www.raspberrypi.org/products/sense-hat/

     

    As for individual sensors, the Bosch Sensortec BME280 is one that I've wanted to try - temperature, humidity and barometric pressure in one. Unfortunately, all the eBay sellers keep sending me the BMP280 which doesn't have humidity.

     

    Otherwise you can mix and match. I did use a Si7021/HTU21D (both are practically equivalent) as well, but that's a temperature and humidity sensor. I tend to prefer the values from this sensor, but one of mine succumbed to water ingress and died (sadly). That being said, there are many options on the market

     

    Featured on this site was the Sensirion Environmental Sensor Shield for Arduino - not quite what you're after as it does humidity, temperature, CO2 and VOC, but I suspect the ICs on the shield can be used in much the same way.

     

    - Gough

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • littleben1
    0 littleben1 over 7 years ago in reply to Gough Lui

    Thank you Gough, my only problem with the sense hat is that I'm going to use the pi zero w for this project and am trying to keep it as small as possible and have no real need for the leds. I had also looked at the Bosch bme280 and that is probably what I will go with as it has everything I am needing. Do you have any experience with the gps modules that are out there? Thank you for your speedy reply also.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Gough Lui
    0 Gough Lui over 7 years ago in reply to littleben1

    I can't say I have many experiences with present-day GPS modules, but that being said, the last one I used was a Mediatek based one - this one in specific: https://www.pololu.com/product/2138

    I chose this one as it's a lot more sensitive than most modules at the time and the number of tracking channels should mean uncompromised tracking ability (e.g. SIRFStarIII was previously well recognized as a benchmark of quality, but their chipsets tended to take longer to lock and were less sensitive). Modules like these generally work standalone - so anything with an acceptable UART connection can run the module, by default at 4800bps, but can be configured to higher rates especially for the "up to 10Hz" position output.

     

    However, the downside is that highly sensitive GPS receivers sometimes have false position locks - I've had instances where the location reported for a few samples was over 2km from my actual location. The other issue is that compared to the A-GPS receivers in mobile phones, it doesn't have the assistance of internet-downloaded almanac data, thus spends longer to get its initial lock. Mobile phones also tend to offer multi-constellation capable receivers (using GPS, GLONASS, Galileo, Beidou and various SBAS/EGNOS/WAAS/QZSS/INRSS localized D-GPS) which tend to give more accurate results and more consistent locking even in difficult urban canyon environments - most modules can't do everything a mobile receiver can.

     

    There are definitely more modern modules which might be more compact, use less power, etc. But I chose this module back in 2012 for making my own GPS logger to take on a holiday, and it was definitely a good choice back then image.

     

    - Gough

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • littleben1
    0 littleben1 over 7 years ago in reply to Gough Lui

    Thank you once again Gough, what I am making is for hiking in the woods so would definitely need the accuracy and I hate cell phones so don't really want to go that route. Anyways, once again thank you for your insight into these sensors.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • littleben1
    0 littleben1 over 7 years ago in reply to Gough Lui

    Thank you once again Gough, what I am making is for hiking in the woods so would definitely need the accuracy and I hate cell phones so don't really want to go that route. Anyways, once again thank you for your insight into these sensors.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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