IRNAS / irnas-t5838-driver

Zephyr compatible driver for TDK's MEMS microphone T5838
2 stars 0 forks source link

Microphone low power handling verification and potential optimization #6

Open KajbaM opened 1 year ago

KajbaM commented 1 year ago

Context

Current driver implementation should be low power as is, but that does need to be verified and potentially optimized. As of now we don't have functionality inside driver that would completely power off the microphone and reconfigure it during reapplying power.

Also we need to make sure all nrf gpio states can be automatically configured inside driver to provide us with lowest power operation.

Required steps / Implementation details

Definition of Done