I'm about to start a project, in which I detect insect sounds in trees. Although, as I'm not exactly sure if Arduino is the right hardware to handle such thing. But it's not like I'm aware of "why". And I'm not even sure if the Microphone Sensors provided for Arduino can support me in such project or if I should buy other ones.
The sounds, as they're coming from tree scratching, they're probably very low frequencies. All Microphones as much as I know act similarly in low frequencies.
But because I want it to act nicely even when the distance between the Microphone and the source is big, I know that I want a Condenser Microphone, because of its sensitive sensor, which even if the source has high frequencies, it will be able to handle them. Also, that's comfortable since my source is definitely not loud, so Overload Avoidance it is.
But the source is not one, so the sound is multidirectional. It can come from all the different directions. So that means that I want a Random-Incidence Microphone.
Okay till here.
The thing is, that Condenser Microphones require a much bigger amount of Voltage (40V as I saw?). Which means an Arduino can't handle it, not with an 5 Voltage Output. I need like ... 8 Times this!!!
Now, regarding Arduino handling Microphone information, obviously as much as I know it can only handle <=5Vols, 0 to 1023. So the answer is no, an Arduino can't handle Microphone Information. So I'm like stuck, not knowing what to do. Oh man, I feel terrible. Why am I here again? I feel shame.
Basically, I need some guidance because I'm not sure where to start from An Arduino obviously can't do the job since I need such sensitive microphones.