Hello, I'm trying to create a data field where I need to get accelerometer for edge 1000/1030. The goal is to read acceleration continuously so that I can do some calculation on compute method with components ax, ay, az. Maths are clear, but I am not able to success on getting acceleration.
I have tried to modify sample apps working with the accelerometer in the SDK to create the data field, but I do not know how to implement background process in this case.
Is there any specific sample for data fields that I could use to start.