You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DataSource interface #4 should handle multiple of the same sensor.
Use case
What if we are using several temperature sensors at different locations around the craft and they are all the same?
Design notes
There should be a way to uniquely identify sensors of the same type. This might be possible by writing a unique value in an unused writeable register on the sensor device/microcontroller.
Any unique identifier should be in the DataSource object created for the corresponding sensor.
#Description
The
DataSourceinterface #4 should handle multiple of the same sensor.Use case
What if we are using several temperature sensors at different locations around the craft and they are all the same?
Design notes
DataSourceobject created for the corresponding sensor.poll(see Define a DataSource interface as the basis for telemetry gathering #4).