Code Monkey home page Code Monkey logo

gpslogger's Introduction

GpsLogger

Hardware components

  • Feather M0 with RFM9X
  • SSD1306 oled
  • NEO-6M gps module
  • sdcard module

Description

  • 2 different logging intervals in minutes
    • MOVEMENT INTERVAL
      • triggered by a simple tilt sensor as interrupt using ON_CHANGE
      • When it is activated it will log positions according to that time variable(5 minutes)
      • After 2X movement interval time has passed (2x5=10minutes) it reverts back to 'BEACON_INTERVAL'
    • BEACON INTERVAL
      • Remains passive until it receives a 'ping' from the rx unit it will then transfer all the logged positions from the logger to the RX unit
  • Transmission of the logger data to the RX should occur by LoRa radio protocol
  • The data should have some form of encryption whilst stored on the logger and while being transferred from the logger to the RX and the RX should be able to decrypt the data
  • The logger should be in deep sleep while not logging and should utilise the RTC function of the SAMD21

gpslogger's People

Contributors

dannduati avatar maxwellwachira 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.