Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All sensor functions return their major result value (or array of values) #16

Open
awickert opened this issue Dec 30, 2016 · 0 comments

Comments

@awickert
Copy link
Member

This will allow functions to flexibly call one another, and will also allow us to develop a "smart" sensing system that, for example, adjusts its data logging frequency based on what it measures (following conversations last year with @gcng)

An example application of some internal processing could be with groundwater--surface water fluxes with temperature probes: could perhaps do this with a frequency-domain decomposition (http://wiki.openmusiclabs.com/wiki/ArduinoFFT) and/or by solving advection--diffusion equations with an oscillating upper boundary condition (this will be easier with faster, but higher-power-consumption, processors).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant