Giter Site home page Giter Site logo

flora-neogeo-watch's Introduction

This repository has been archived

This code was migrated to https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/Flora_NeoGeo_Watch


Adafruit FLORA NeoGeo Watch Tutorial code repository

The FLORA NeoGeo Watch is a project created by Becky Stern and Tyler Cooper.

For more details on the project, please visit http://learn.adafruit.com/flora-geo-watch/.

Adafruit invests time and resources providing this open source design, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Code written by Tyler Cooper for Adafruit Industries. BSD license, check license.txt for more information


The code example requires:

  • the Adafruit GPS library (in Arduino library manager)
  • the Time library which can be downloaded from http://www.pjrc.com/teensy/td_libs_Time.html
  • the Adafruit LSM303DLHC library (in Arduino library manager)
  • the Adafruit NeoPixel library (in Arduino library manager)

flora-neogeo-watch's People

Contributors

driverblock avatar pistachiopony avatar thekitty avatar tylerdcooper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flora-neogeo-watch's Issues

Requires Wire.begin() before compass.init()

setup should have lines that look like this:

Wire.begin();
compass.init();
compass.enableDefault();

Otherwise the arduino just hangs when running. this is on arduino 1.0.6.

'Adafruit_GPS' does not name a type

Hi,

please can you help me solve this problem, as I am doing this for my college project.
when I verify the sketch by using arduino 1.0.5 (mac) this message comes up.

please find attached image to my problem:

screen shot 2013-12-15 at 13 32 49

compass vector not right

After calibrating compass, the gravityvector seems wrong. (y switched with z?)
--edit: not y switched with z, something else is happening.

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.