Hello,
We are looking for ways to reduce power consumption for a battery operated OPT3101 design. My understanding is that there is
a) the main OPT3101 unit which consumes power and
b) the emitter LED which consumes power
Of these the LED will consume most of the power apparently. Basic idea is that the module power consumption should be as low as possible until an (external) event happens. Then it should start continuous measurement until another external trigger where it should go to the low power mode.
One solution could be that the OPT is in single shot mode so deep sleep. So LED is switched off as well. Periodically we send a trigger to do a single measurement. Maybe 5 Hz. I understand this would mean that the OPT and the LED are only active briefly and reduce power consumption. Kind of low duty cycle. Most part of the time the system would sleep.
Other solution would be that the system gets an external trigger and starts continuous measurement until another trigger stops it. In this case the OPT doesn't need to be in deep sleep but maybe could be switched off completely or in a kind of standby.
another solution is just switch LED on when starting continuous measuring and off when not measuring. Does this happen automatically?
questions: can you switch actively between single shot and continuous mode by just setting the register. No resetting needed? if so what would the timing be? switching from single shot to continuous? Waking from deep sleep to single shot timing is given but nothing else.
If not possible to switch actively during operation? How do I disable and enable the LED drivers so it is not drawing current. (Bit 0 from register 79? The naming is not consequent in the datasheet.) And perhaps reduce power draw from OPT3101 as well. Or stop measurement alltogether and that it switches off LED as well until starting measuring again? Does it have a kind of standby mode?
And lastly, how fast does the OPT3101 boot during startup (or a reset. Is a quick reset possible?) Every few seconds starting OPT when external trigger activates it and after a minute switching off when another external trigger happens. The time between powering up OPT module and starting continuous measurement should be no more than 20 mS or so.
thanks!
Ben