Whistle Sesnsor Help

Hi,

I am trying to create a whistle sensor. I have a codenser mic and ic741 op amp. How to connect the mic to the ic741 and then to the analog Input of Arduino? thanks

I have tried using the schematic attached, replacing the ic4017 with arduino analog input, but still no luck.

You need to amplify the output of the mic to something in the range of the arduino analog input.

If you want to sample the signal, you also need to change the base level of the sound waveform to something like +2.5V so that you can sample the actual sound signal +/- 1 V from that using the analog input.

Try these instructions http://www.instructables.com/id/Arduino-Audio-Input/

The CD4017 pin 14 is a digital signal 'clock'. So if that works then a digital Arduino input should work.