Ah like the
Instructables too.
You really should describe this sort of thing in your initial question. The problem you have is VERY different than what your question implied.
You know what? Everytime I posted my title as
"Disdrometer" , "acoustic Disdrometer" or "Piezoelectric Disdrometer" everyone freaks out, and there'd be one or two replies, and that's it. That's why I didn't want to say the 'D' word first.
The instructables WAS the reason I chose this design.
I assumed it could have been about acoustics and hence I thought the problem is about audio.
My apologies.
Your sensor should not even be sending audio at all. It should do a simple acoustic analysis on the sound and send a "raining/not raining" or "raining none/lightly/medium/hard/build an ark". At that point the bandwidth needed is trivial.
LOL. I thought my PIC would be too dumb to process such signals, that's why I thought of directly transmitting the readings to a PC to be analyzed. But then you mentioned that fuzzy concept, I might hold on to that, good idea.
Well, that's the task before you. I have no idea what kind of piezo signal might be created by a raindrop impact and what is necessary to discriminate from undesired noises. There's more than latching an edge. An airplane, or someone slamming a door on a building it's attached to. Personally, esp in the experimentation phase, I'd again use a dsPIC so you can take the FFT of the signal. I don't know if that's necessary, but dsPICs are cheap and it helps to have maximum capabilities during experimentation and changing the frequencies evaluated in software are worlds easier than doing it in analog hardware filters. I know "regular" rain sound is a white noise- thus any loud noise which fills one part of the spectrum but not the whole thing- like a Harley driving by- is not rain. But impacts on a physically connected plate, I don't know.
I have observed the output on a scope, and it seems pretty direct. A voltage spike after tapping on it hard/softly. I hope there are no harmonics inside that signal that needs to be addressed though. And what's more, it is quite immune to the surroundings, only reacting to my relentless tapping.
The thing is I'm using a PIC18F, so dsPICs are outta my reach coz of resource constraints (you know it..)
That FFT part is going to be possible if I transmit every pulse of the raindrop I received. But since you suggested the fuzzy logic analysis, I'm gonna be delving through that. Just for consolidation, it
IS possible to do that ( I mean transmitting every raindrop output) isn't it, with what I have now? (PS interfacing it with electronics not a problem)
I still recommend the
MRF24J40MA, if the range is acceptable. There's a new variant with a much longer range, at twice the price though.
That quite pricey from where I come from, dude, but thanks anyway. The 315Mhz module just serves the purpose of it being a proto. I mean, I was gonna use GSM modules (I got sponsor candidates for a GSM PRO) but my professor said "what's the point of doing things which are resolved at it's state of technology when what you need is a cheap working proto?" Made sense to me though.