Now I'm trying to create a vibration monitoring application. I use the accelerometer to complete the task, when the recorded acceleration exceeds a certain threshold, I call it a trigger. When there is a trigger, I want to register data on acceleration, magnetic field, light level (from different sensors) at the time of launch to the file.
Now the problem is that I can receive data from a separate sensor, but I could not understand how to receive data from several sensors at the same time. For example: can I configure a sensor to monitor accelerometer changes when I record acceleration data, can I also get data from other sensors at the same time?
Thanks in advance.
source
share