Author Topic: Accelerometer count step o interruptions  (Read 421 times)

efarms

  • Newbie
  • *
  • Posts: 1
    • View Profile
Accelerometer count step o interruptions
« on: January 17, 2018, 11:13:41 pm »
We're using the sensor with accelerometer, so far we can record the movement.
but we would like to know, if exist any parameter for sensitivity, I suggest what we want to solve.

I want to walk when you can register the steps of a person, or animal.
How could we adjust the accelerometer to activate it when there is a movement such as
walk.

I'm use, next sentences for accelerometer

'set accelerometer to cause interrupt if accelation is > 1.15Gs for longer than 2ms (any axis)
        accel.ConfigureOrientationInterrupt(1.15, 2.0)

Share on Facebook Share on Twitter


Junkboy

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Accelerometer count step o interruptions
« Reply #1 on: May 28, 2018, 10:54:13 pm »
Hey dude I hope you see this, I'm new with mcthings, I would like to know where you learned to get information about the accelerometer? I am developing something similar, I also need to know when a person is walking, therefore I need to know the movement in any axis and send it to Losant. Do you think you could help me? Until now I only learned to get information about the temperature and voltage of the battery.