Code Monkey home page Code Monkey logo

hidnseek's Introduction

hidnseek

The smart, Accurate GPS tracker on sigfox network

Alt text

  • true GPS localisation
  • 3 axis Motion sensor
  • Temperature and Pressure data logger
  • Several months autonomous
  • Rechargeable and monitored battery
  • Firmware update with onchip USB interface
  • Geo Fencing with Apple iOS and Android Application
  • GPIOs available for future extensions (i2c, Serial, ISP, Analog input, Digital)

hidnseek's People

Contributors

bucknalla avatar garfield38 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

hidnseek's Issues

High resolution mode on MMA8653

Hi,
Useful library, thanks!

I noticed a couple of things when using high resolution mode combined with calls to standby() and active():

  1. _x, _y and _z were declared as int8_t in the header file, but they are used as if they were int16_t in the high resolution part of the update() function. I made them int16_t and it seemed to fix high res mode.
  2. not really a bug, but worth pointing out that if you put the device into standby() then you need to call begin() again after calling active() to put it back into high resolution mode (those register settings are lost on transition from standby to active).

Anyway, you saved me a bunch of work with this, so thanks.

Mark.

dictionnaire des messages Sigfox

Les messages que l'on peut envoyer sont (voir def.h):

enum msgs {
MSG_POSITION = 0, MSG_OPTION = 3, MSG_NO_MOTION = 4, MSG_NO_GPS = 5,
MSG_MOTION_ALERT = 6, MSG_WEAK_BAT = 7

mais reste-t-il "1" et "2" de libres ?

Et avez-vous un "dictionnaire" des messages que l'on peut envoyer sur Sigfox via votre interface SVP ?
merci d'avance.

No need to wait after Wire.requestFrom().

In the files

  • hidnseek/arduino/libraries/Barometer/Barometer.cpp
  • hidnseek/arduino/libraries/MMA8653/examples/accelerometer_MMA8452/accelerometer_MMA8452.ino

all the lines with while(Wire.available()<2); after a Wire.requestFrom() can be removed.
Explanation: Common-mistakes#1

missing librairie

hi,
The pack eagle is missing "def.h" lib to be compiled.

By the way , not sure that eagle 3.28 is the last source installed in the ST1-A sold.
thanks

Allumer Led / commander depuis un smartphone

Si je veux par exemple depuis mon smartphone allumer une led sur mon Iot , par ex la bleue (elle est jolie), on a rien prévu dans le firmware visiblement mais sur le réseau c'est possible j'imagine car il y a des messages descendants dans l'abonnement Sigfox.

Quelle est la commande Https Post et quelqu'un a un morceau de firmware que je peux ajouter SVP , ou un lien vers la doc / github?

merci d'avance!

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.