Hey guys!
Thanks for all the help so far in my previous questions. This community has been a great tool in my learning process.
I am building an automated door buzzing machine for my apartment. The project works by reading analog signals from a microphone sensor. With a positive reading from a sensor, the module will then move a servo motor to buzz the person in.
When plugged into USB, my analog readings from the microphone are stable around 24 consistently.
When plugged into my 5V 4A power supply, readings are typically 24 but often fluctuate up to 45.
Both readings are taken in isolation from any servo movement.
Given that this would make establishing a buzz correctly difficult, is there something that would be causing this problem?
The Arduino is powered via the 5v pin and common grounds across all components. The components i'm using also bridge off of the 5V pin.
The arduino connects to the microphone via 3 wires (+/-/A0) and I do not have any capacitors or anything extra.
I found a few forums online talking about reference voltage and Aref, but I was quickly lost in the terminology.
Thanks in advanced!