Git Product home page Git Product logo

arduinovibrationsensor's Introduction

This code for an Arduino Uno R3 will compile a JSON message and send the message via Zigbee Xbee to a Coordinator. I've also contributed a set of coordinator code, which will show how to receive the message and then do something with it.

Configuration

Make sure you set your configuration appropriately, here are the variables and explanation:

bool publishRawResults = false; // if set to true, will publish the x, y, z raw values in the JSON message. Not very useful. int thresholdVibration = 3; // amount of vibration that needs to happen on any axis for the vibration sensor to trigger. int thresholdIterations = 10; // number of iterations (at the refreshRate) that the vibrations need to be detected (or not) before the Zigbee message is published about a status change. int refreshRate = 3000; // in MS, the amount of time between iterations String deviceID = "dryer"; // the name of the device, for use in the JSON object that is published in the Zigbee payload

Requirements

Hardware: ADXL335, XBee (I use the PRO S28), Arduino, XBee Shield from Sparkfun or otherwise. Software: The xbee-arduino library that can be downloaded here: https://code.google.com/p/xbee-arduino/

You might want to check out my other repositories for my Zigbee Controller to receive the message.

arduinovibrationsensor's People

Contributors

mlamoure avatar

Stargazers

Abhijeet Bhatikar avatar

Watchers

James Cloos avatar  avatar

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.