Jump to content
Electronics-Lab.com Community

New to electronics, designing water temp sensors circuit for PC use, need ideas


Recommended Posts

Hi folks,

I'm fairly new to the electronics scene, having just dabbled with a few basic things in previous years.

What I'm looking at doing as a home project is creating a 'box' which can accept various sensors (temp, ph etc) for measuring water parameters.  I want this to connect to a controlling pc where the data will be displayed etc.

Since theres so much I need to learn, I figured I would do this a bit at a time, starting with temp.

So.. any ideas on how I could create some sort of waterproof temp sensor which I could use to send data to a pc?  Probably using the LPT port?  If I can learn how the circuit will work I can create some software for it.  I'm a little more comfortable with this part. It'll use a mix of VB and C++.

Parts of this are probably already available, but i'd really like to learn and do my own from scratch if i can, just need a helping hand to get started.

Cheers
Lee

Link to comment
Share on other sites


Without a little extra HW and SW, the LPT port will normally give you an 8 bit word. Is this all you need? If so, you can use something like a LM34 or LM35 in a sealed case setup to send a predetermined voltage signal to the parallel port. Feed this voltage to a set of 8 comparators which will make up a simple A/D converter. Then all your software program in the pc will need to do is to read the port. You can also use an LM3914 for this purpose. Then you would have the choice of using dot mode. (See LM3914 data sheet).

To interface to the serial port, you will need a micro connected to the sensor. The pc will expect data bits, stop bits, and parity from the sensor circuit to be the same as selected in the pc.

MP

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
  • Create New...