I'm working on designing a guitar tuner in Arduino (esp32), which can read analog signals from 0-3.3v. Typically an offset voltage is applied to any AC signal, so like a 100k voltage divider on the 3v3 source would give a DC voltage of 1.65vdc. Then the AC signal that you are trying to measure is applied to that pin that has the 1.65vdc. I just don't understand how this works, AC + DC voltages. And I don't really know what the amplitude of a guitar signal will be. But lets say the guitar signal amplitude is +/- 100 mV, does the AC and DC just add? So it would be 1.65 +- 0.1 V total?
