Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.32 KB

README.markdown

File metadata and controls

34 lines (29 loc) · 1.32 KB

Intro

This is basic firmware for use with the Coobro Geo device which can be purchased at http://coobrolabs.com. The most important thing you need to change in this code is the GPS coordinates of the 5 locations you wish to navigate to. Please go to www.coobrolabs.com/contact if you need any help.

This firmware wouldn't exist without help from the following individuals:

Mikal Hart (www.arduiniana.org)

Author of both the TinyGPS library, as well as the NewSoftSerial library. There is no doubt that the Coobro Geo would not exist if it wasn't for the efforts of this individual.

Sean Carney (www.seancarney.ca)

Special thanks to Sean for creating and documenting his Arduino GPS System. This was my original inspiration for creating the Coobro Geo. His code was used to help figure out the best way to navigate to a GPS coordinate.

Licenses

The Coobro Geo hardware and firmware are released under the Creative Commons Share Alike v3.0 license http://creativecommons.org/licenses/by-sa/3.0/ You are free to take this piece of code, use it and modify it. All we ask is attribution including the supporting libraries used in this firmware.

Revision Description

1.00 Initial public release.