Giter VIP home page Giter VIP logo

esp32gpslogger's Introduction

Esp32GpsLogger

The aim of this spare time project was to build a low power GPS logger for multi-day hikes using an ESP32. It logs the following attributes into a CSV file:

  • Timestamp
  • Latitude/Longitude
  • Altitude
  • HDOP value
  • Number of available satellites

The Deep Sleep functionality of the ESP32 is used to improve the battery life. Every time a GPS position with a good HDOP value was found, the ESP32 will be going into Deep Sleep for 30s.

Hardware

Breadboard Connections Pinout

screenshot

Battery Life

First test have shown a battery life of around 92 hours with the 3000mAh battery.

GPX Conversion

A simple CSV file is used for logging the GPS coordinates. To use the logs with other programs or to visualize it better, it can be converted into the GPX format. The F# console application from the tools directory of this repository can be used for this.

Todo

  • Improve battery power by using the low power mode of the L76X GPS module
  • Implement a more soffisticated Deep Sleep algorithm do improve battery life even further.
  • ...

esp32gpslogger's People

Contributors

crehmann avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.