Thanks for the great feedback! We updated our website to include the information you mentioned. Our storefront is managed by GroupGets, who we partnered with as part of their GetSparked program. As such we don’t have direct control over the storefront. We have reached out to them requesting they update the storefront and link back to our own product pages.
We do have a getting started guide as well as more detailed information on the datum sensors available on our website. Each datum sensor also has built in documentation. For example, issuing the following commands returns the options available for each of the configurable parameters. We felt that having that information available right at your fingertips was worth the extra effort.
get /options
200 OK
{
"friendlyName": {
"minimum length": 0,
"maximum length": 32
},
"reportRate": {
"minimum": 0,
"maximum": 100
},
"automaticReporting": ["true", "false"],
"compactReport": ["true", "false"]
}
get /sensors/options
200 OK
{
"color": {
"enabled": ["true", "false"],
"units": ["counts", "normalized"],
"gain": [1, 4, 16, 64],
"integrationCycles": {
"minimum": 1,
"maximum": 256
},
"filterType": ["none", "min", "max", "mean", "RMS", "median"],
"sampleRate": {
"minimum": 0,
"maximum": 250
},
"dataRate": {
"minimum": 0,
"maximum": 250
}
},
"proximity": {
"enabled": ["true", "false"],
"units": ["counts", "normalized"],
"gain": [1, 2, 4, 8],
"LEDstrength": ["12.5 mA", "25 mA", "50 mA", "100 mA"],
"filterType": ["none", "min", "max", "mean", "RMS", "median"],
"sampleRate": {
"minimum": 0,
"maximum": 250
},
"dataRate": {
"minimum": 0,
"maximum": 250
}
}
}
Quite a few teams have been evaluating the datum sensors and so far the feedback has been very positive. Most often we get comments back like “Nice and simple!” or “Your use of USB was definitively a superior choice!”. That said we are compiling a list of troubleshooting tips. As more teams use the datum sensors we’ll get a better sense for where they’re having troubles and get our documentation updated accordingly.