Data Processing

I want to stream Rss value of the data, don't know where  i am mistaking.

Comments

  • What exactly is the problem you are having with the code?  The code looks like it was taken from the Free Fall example so does original code work as is?
  • yes the original code works fine. I have made one change because i want to stream Rss output of raw accelerometer data.

    https://gist.github.com/rajkumarmishra/3f5636aafe43b171b8e8 

    The problem is seems to be with data type.
  • Your gist links have an extra space in them.

    Ok.  Since you used  RSS, then CartesianFloat doesn't apply because there is no XYZ axis anymore.  If you follow the stack trace to root class, you can see that the only valid types are float, int, or short.
  • Thanks Eric
This discussion has been closed.