I'm using the MAX9814 electret pre-amp's output as an input to an analog pin of the nRF51822. The MAX9814 has a 1.2V swing at 1.2V DC (so it goes from 0 to 2.4V). VDD for the nRF51822 and the MAX9814 is 3V.
I believe that a direct connection (MAX9814 MICOUT -> nRF51822 An) should work with a 1/1 scaling and VDD as reference, although I will lose 0.4V of the range (2.6--3V). Any potential issues with this setup?
If I wanted to use a DC block capacitor (MAX9814 MICOUT -> CAP_DC -> nRF51822 An), what is the best biasing scheme to use in order to get a full resolution? I looked through the datasheet, but the scaling doesn't quite work in my case unless I add another reference voltage, which isn't ideal. Any advice? Any reference resources? (I prefer to avoid using a voltage divided for AREF, as the board space is very tight).