Tilt Switch sensor

I’ve wrote an article on tilt switch sensor. You can use this sensor also with Cayenne app.
This is the article:
http://www.0lab.it/tilt-switch-sensor/

Very cool @0lab. I’ve used the Cayenne Generic Digital Input for tilt switches :slight_smile:

-B

Single plane tilt sensors work great for digital sensing, but I really like the ADXL 3 axis accelerometers.

The ADXL335 puts out an analog value proportional to angle on each axis, so is easy to interface to an arduino if you have the analog pins.

Cheap: http://www.robotshop.com/ca/en/3-axis-accelerometer-module.html#description

Arduino tutorial: https://www.arduino.cc/en/Tutorial/ADXL3xx

Now you can set triggers ranges anywhere. I used an earlier version of this on a car lot alarm system I designed, and it allowed for parking on a hill, adjusting settings remotely to compensate for strong winds, etc.

Cheers,

Craig

1 Like

Really cool :slight_smile: