Digital Air Flow Sensor?

ChubRock1

Member
Hey all, I am trying to find a cheap air flow sensor for my WebControl, but all three of my analog inputs are full so it would need to connect to the digital inputs.  A digital version of this analog one (http://shop.moderndevice.com/products/wind-sensor)  would be perfect but I can't seem to find anything, any ideas or ones you have used?   I admit I am not totally sure how the digital inputs need to work anyway : )
 
Hi,
 
If your humidity sensor is not used, you can use that input as your analog input.  Just need to add 100K resistor to make it full range 10V.

Another way to do is to have an analog mux to switch in the analog input, wait for one second, do a measurement, then switch in another analog input. The analog mux can be controlled by TTL output.

If you consider to use wind sensor like this one:
http://www.ebay.com/itm/271095468732
you can connect it to your TTL 1 input, then setup that input as counter, or frequency counter to count the pulses of this kind of wind sensor.
 
Thanks for the idea, I am using the Humidity sensor also, so I may have to look into the analog mux option. Is there one you could point me to and is there any doc that would explain how to control it with TTL?
 
On the sensor, the air flow rates are very low so a normal wind sensor would likely not register most of the time.  The one I referenced seemed to be for more sensitive readings, do you see any issue with using that one?
 
I realized the sensor you using is for very low flow rate.
There are analog switches like this one:
http://www.maximintegrated.com/datasheet/index.mvp/id/4363
but that is limited to 5V range, cost < $4 each.
 
Another way to do is to have second WebControl board, second board feed to the first board using WEBSET call over network. In the WEBSET configure the URL to be setvar.cgi   Calling that every two to three seconds, to update the first board.
 
CAI_Support is DS making a new chip to replace the DS2450?  seems like they do that a lot.  oris there another chip that is still made that we could use to give us 1 or more analog inputs using the 1wire?
 
Hi BBSUX,
 
From the link you provided, it showed schematics, in that, it indicated using DS2450.  Maxim IC made them in Thailand. We currently don't have any chip can directly replace it.  The biggest problem for that chip was noise problem, if PCB not properly designed.  If your experience is great with that device, then its PCB layout must be good.
 
i just meant for chubrock1 - he only needs 1 more analog input.  So I just was asking if DS had a chip that did that (or more than one) that was still active... 
 
CAI_Support said:
Hi BBSUX,
 
From the link you provided, it showed schematics, in that, it indicated using DS2450.  Maxim IC made them in Thailand. We currently don't have any chip can directly replace it.  The biggest problem for that chip was noise problem, if PCB not properly designed.  If your experience is great with that device, then its PCB layout must be good.
 
I'm using them too (along with some amplifiers I made - http://general.rossw.net/webcontrol/4champ2-asmb.jpg) to read current from my solar arrays.
There is a little jitter - but very similar to a standard, unmodified webcontrol boards normal jitter.
 
Back
Top