dkonigs
Subscriber
This is certainly an interesting idea to try, though there are a few problems with its practicality:Derek, if your densitometer has the ability to PWM its lower LED, you could hack one to measure density relative to a sensor-open measurement by changing PWM until the sensor reads the same as sensor-open, assuming the sensor can average over one or more PWM periods. I think this would give you accurate densities of your gold wedges.
- The relationship between PWM duty cycle and LED brightness may not be exactly 1:1, so I'd still need a way to measure/calibrate that part. (Which kinda already requires a calibrated sensor.)
- The LED brightness is absolutely not a constant, and varies with on-time and power level in a way that looks like an exponential decay function. I've put a lot of work into minimizing the effect of this, by improving heat dissipation around the LED itself (which makes the curve shallower), and by making the LED on-time a constant for each measurement cycle. However, this also means that I need at least some cooldown period between measurements to keep things consistent.
- Trying to measure by reading a target, then reading an unobstructed light and varying its brightness to match, would take a lot of on/off/cooldown/on/off cycles especially given the resolution I'd need to match numbers so they'd still hold up on a logarithmic scale.