Skip to content

Instantly share code, notes, and snippets.

@tndog
tndog / CamDo-GoPro-GPS-Arduino.ino
Created August 30, 2017 04:15
Arduino sketch to activate the GoPro camera based on the distance travelled calculated from an attached GPS.
/*
14th August 2017
CamDo Solutions Inc.
Arduino sketch to activate the GoPro camera based on the distance travelled
calculated from an attached GPS.
Requires the CamDo Blink time lapse controller, Arduino and external GPS module.
See cam-do.com/blog for details.
Uses the TinyGPS libary - make sure to use V1.3 or later.
as versions 1.22 and earlier gave lat/long in 100,000ths of a degree. V1.3 reports in millionths of a degree.
Careful not to use the TinyGPS++ library.