Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
Tools
Old 2nd August 2004, 02:02 PM   #1
Default Building a simple humidity measurement circuit?

Hi there.I have been browsing this site for a couple of weeks now.I am sure that you will be able to help me to construct a humidity measurement circuit.
The main requirement of the circuit is that that the current humidity should be displayed on a LCD/LED display.
I have searched in vain over whole internet regarding the same.I havent have had success so far.
I hope you guys will give me a helping hand and help me to the end.
Thanks in advance.


::Pranav::
pranav81 is offline  
Old 2nd August 2004, 02:46 PM   #2
Default

Have you found a sensor? Sensirion makes a good one-- digital interface. Relatively inexpensive (humidity sensors are not cheap).

j.
John Sorensen is offline  
Old 2nd August 2004, 02:49 PM   #3
Default

Well......sorry.But I have to build the circuit from scratch.I want everything from the basic circuit diagram.I am new to electrnonics world.I would be happy if you guys help me through this project that my college has assigned to me.



::Pranav::
pranav81 is offline  
Old 2nd August 2004, 02:55 PM   #4
Default

Quote:
Originally Posted by pranav81
Well......sorry.But I have to build the circuit from scratch.I want everything from the basic circuit diagram.I am new to electrnonics world.I would be happy if you guys help me through this project that my college has assigned to me.
John Sorensen wasn't suggesting you buy a ready made unit, just the actual humidity sensor itself, then build your meter around that. It's normal practice to buy sensors, rather than try and build them.

If you need to 'build from scratch' to that extend you will have to make your own transistors and resistors as well :lol:
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 2nd August 2004, 03:23 PM   #5
Default

I think to make a humidity sensor, then, you would take a hair, tension it with a spring, attach a slide wire, you could fashion a sort of potentiometer by laying down some carbon... no, wait, that's going back too far...

j.
John Sorensen is offline  
Old 3rd August 2004, 02:06 PM   #6
Default

Sorry guys,if I have been sounding funny.My professor gave me this project.I found a dew sensor circuit on the internet.But he said that he needed a circuit that can display the humidity of the atmosphere on LCD/LED diplay.

About sensors,well,I have read a little about them.I understand that they work on capacitance principle.As I live in India,and more importantly in small city,I will have to rely on the sensor that my electronics dealer makes available.I am sorry that I dont have other options there.

So guys,I would be glad if you would point me to a circuit,which is simple enough for me to understand.

Waiting for some information.

Thanks.

::Pranav::
pranav81 is offline  
Old 3rd August 2004, 02:45 PM   #7
Default

Quote:
Originally Posted by pranav81
Sorry guys,if I have been sounding funny.My professor gave me this project.I found a dew sensor circuit on the internet.But he said that he needed a circuit that can display the humidity of the atmosphere on LCD/LED diplay.

About sensors,well,I have read a little about them.I understand that they work on capacitance principle.As I live in India,and more importantly in small city,I will have to rely on the sensor that my electronics dealer makes available.I am sorry that I dont have other options there.

So guys,I would be glad if you would point me to a circuit,which is simple enough for me to understand.
As we've said all along, we need to know what sensor you are using, so obtaining a sensor should be your first job. Along with the sensor you should be able to get a datasheet explaining how to use it, and giving example circuits.

A quick google found this , one of many sensor manufacturers.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 3rd August 2004, 02:52 PM   #8
Default

Hi Nigel.Thanks for the link.I will have to visit my electronics store and find out which sensors do they stock.

BTW,could you guide me to a cheaper and good working sensor?I will then be able to at tell the store what exactly I need.

Thanks.


::Pranav::
pranav81 is offline  
Old 3rd August 2004, 02:59 PM   #9
Default

if you have to buy it from your local store, go in and ask them what they stock!! theres no point finding a part, for them to say "no, we don't stock that"...
grrr_arrghh is offline  
Old 3rd August 2004, 11:17 PM   #10
Default

I have experience in this area!

Humirel makes a couple of good sensors. The HS1100 or HS1101 are capacitive sensors, the best way to read them is to use its capacitance as the source for a 555 oscillator and count the frequency output. The data sheet has a well documented solution, including temp compensation. The freq output relationship with humidity isn't totally linear, but a microcontroller can certainly adjust for it if you want to be quite accurate. The microcontroller is the easiest way to implement the counter & LCD driver together anyways.
http://rocky.digikey.com/WebLib/Humirel/HS1101.pdf

There is also the HS1500 module, which conveniently includes all the conversions so it could be quite easy to directly connect to a LCD meter designed to take in an analog voltage. It costs $33.40 compared to the $9.75 for an HS1101.
Oznog is offline  
Old 4th August 2004, 01:31 PM   #11
Default

Thanks a lot Oznog for the link!!!I had downloaded the data sheet before this,but had not thought in the direction you said in your post.

Okay,so I could use the sensor and get a voltage and then I could measure it and find out the realtive humidity.By the way,which IC should I use to get the relative voltage?

But there is one little problem after that.How do I connect a LED/LCD display so that the humidity is displayed on LED/LCD display?


Waiting for some posts.

Thanks.


::Pranav::
pranav81 is offline  
Old 4th August 2004, 06:37 PM   #12
Default

you found dew sensors in old vcr ner by video head.
a white plate and black line on it.
tanveerriaz is offline  
Old 5th August 2004, 08:55 AM   #13
Default

Plenty of PIC microcontroller chips out there which you can write code for to drive an LCD. Any of them can read a freq input. There are simple "multimeter" modules you can get out of a suplus catalog to read the analog RH module.

Really the PIC is the way to go. It's a substantial learning curve to get started, but they infer upon you essentially godlike power over almost any circuit project. This will serve you well for the rest of your career, far in excess of this one project.
Oznog is offline  
Old 5th August 2004, 08:56 AM   #14
Default

Plenty of PIC microcontroller chips out there which you can write code for to drive an LCD. Any of them can read a freq input. There are simple "multimeter" modules you can get out of a suplus catalog to read the analog RH module.

Really the PIC is the way to go. It's a substantial learning curve to get started, but they infer upon you essentially godlike power over almost any circuit project. This will serve you well for the rest of your career, far in excess of this one project.
Oznog is offline  
Old 5th August 2004, 02:20 PM   #15
Default

Thanks Oznog.

As you have successfully built this circuit,could you please send me the circuit diagram for the same?Or point to the website where I can get it?


::Pranav::
pranav81 is offline  
Reply

Tags
building, circuit, humidity, measurement, simple

Thread Tools
Display Modes




All times are GMT. The time now is 02:56 PM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker