jlab-sensing / ENTS-backend

ENTS backend is a project to visualize data collected from a network of environmental sensors.
https://dirtviz.jlab.ucsc.edu/
MIT License
4 stars 8 forks source link

find a way to expose calibration equations to end-users on the dataviz site #245

Open cjosephson opened 6 months ago

cjosephson commented 6 months ago

Need to find a way to let dirtviz users know what calibration equation was applied to go from raw to calibrated sensor values.

This is relatively high priority.

jmadden173 commented 1 week ago

This could be implemented with a feature that is able to access the current configuration on the board. This is very doable since we encode settings with protobuf allowing us to send it over the network, even LoRaWAN. We still need to implement bidirectional communication for verifying data uploads and can add a flag to request an update on current settings from the device.