Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Temperature and Humidity Sensor

Status
Not open for further replies.

fatherdaly

New Member
Hi. I've been trying to figure out a way to make a digital Temperature and Humidity sensor for my small lab. I've done some googling and this component seems like a strong contender: Sensirion SHT75 (or SHT71) Humidity and Temperature Sensor.

Ideally I could have it set up so I could read the current values of a small LED screen and have past values stored on a computer. However I'm not entirely sure how to make this happen. Reading the 11 page datasheet hasn't done a lot to help either. It looks as if I will need a Microcontroller to receive signals from the sensor, and then I guess that could feed results to a small screen? Any advice people can give would be much appreciated.

Cheers!
 
hi and welcome.

You will need a micro controller to talk to this sensor.

A PIC mcu would do the job. What ports do you have on your PC, eg: RS232, parallel USB etc.?

E
 
I don't have any computers with RS232 ports, or parallel (they're all laptops). USB would be the easiest.

The project I posted takes its power from USB and can communicate with the PC through USB.
 
Yeah sorry I hadn't seen your post, I was answering ericgibbs. The link you posted looks like it will be very useful, thanks

Yeah, I know. Just wanted to point out those thing. One drawback with that board may be the USB communication. You'll need the USB code too.. easiest to work with would be probably a virtual rs232 device. I found some HID device codes, but not virtual rs232 codes.. maybe somebody more familiar with that PIC can help you with the communication part. (If you choose that board. There are many similar boards available for you to choose from).

The popular Arduino is always a good and cheap option
 
Popular and cheap sensors for that purpose are also DHT11 and DHT22 which are temp/hygro sensors, I've interfaced the DHT11 to a couple of projects, however the datasheet for the DHT22 has errors preventing me from getting it to work.
Its a non standard serial interface that can only be accesed really by some kind of processor.
I suggest if you want to do something without having to program a chip that you use a resistive or capacitive humid sensor, philips do a couple and a linear temp sensor such as a LM35 which has a voltage output.
 
Do not overlook these.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top