Open-Source-Range / OSR_GPS_Collar

Open(Source) Range GPS Collars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSR GPS Tracking Collar

The Open Source Range GPS collar was developed to be a low-cost solution to collecting GPS telemetry data for livestock in open range pastures. The primary driver for this project was the need to deploy a large number of GPS collars to characterize actual herd usage of large landscapes. The goals of this project were to develop an open-source Arduino-based GPS tracking device and collar for less than $40 each and that could be easily sourced and constructed.

This project has gone through several iterations, and each of these is described here. All design files, sources, and assembly instructions are included.

Repository Contents

Information is divided into sections for:

  • Hardware - GPS tracking device itself
  • Firmware - Arduino code that runs on the device
  • Battery - one of several battery options for powering the devices
  • Housing - two options for low-cost housings
  • Collar - materials and construction of the collar
  • Data - information on the structure of the recorded GPS data and scripts for processing and merging the GPS files

Advantages of low-cost livestock GPS Tracking

Time lapse movement clip

For full example videos, check out the following links:

Estimates of grazing intensity

System Overview

The core of these low-cost GPS units is an ATMEGA328P Arduino microcontroller. For the COTS units, this is an Arduino Pro Mini clone. For the Version 2 and 3 collars, it is an ATMEGA328P chip with the Arduino bootloader installed. The GPS is a standard UBLOX Neo GPS. Data are recorded to either a Micro SD card or a flash memory chip. The COTS GPS device uses an AdaFruit low-power timer breakout board for simple low-power operation/cycling. Versions 2 and 3 use software timing for low-power operation. The whole device is powered by a 3.7V lithium ion battery running through a voltage regulator.

Specifications, design information, and build instructions are available in the folder for each version.

Publications and Presentations

Funding Acknowledgment

Development of the Open Source Livestock GPS Collar was supported in part by a Conservation Innovation Grant from the Natural Resources Conservation Service, U.S. Department of Agriculture (grant number NR193A750008G005). Any opinions, findings, conclusions, or recommendations expressed in this publication are those of the author(s) and do not necessarily reflect the views of the U.S. Department of Agriculture.

About

Open(Source) Range GPS Collars


Languages

Language:HTML 77.4%Language:G-code 21.5%Language:C++ 0.8%Language:R 0.2%Language:Batchfile 0.0%Language:Python 0.0%