Thank you, this is helpful. I have a tangible use case where I would like to use the combined data from the accelerometer with readings from an ambient light sensor in order to have a virtual sensor provide a derived data stream. I would like to have the samples from both physical sensor available to the virtual sensor in order to derive a new outcome and report it to the end user. Without sharing variables between the drivers, is it possible to accomplish this? From a triggering perspective, my preference would be to trigger this on the accelerometer (recognizing a tap activity) and allow the virtual sensor to combine this with data from the ambient light sensor. Trying to better understand how to accomplish this within the architecture of the BHI260.
... View more