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
 
Thread Tools Display Modes
Old 17th January 2007, 05:13 PM   (permalink)
New Member
ericvic is on a distinguished road
Default Simple Question

I know this is a very simple question but for some reason my brain is not working very well and I haven't been able to find any answers by searching.

I have a sensor that will output a range of say 0 - 2v. What I want to do is to offset that voltage so that it starts at 2.4v. So that it would be 2.4v - 4.4v. How can I do that?

The exact voltages are not important, I can tweak those but I need an explaination of how to get this done and then hopefully my brain will start working again

Thanks,
Eric
ericvic is offline   Reply With Quote
Old 17th January 2007, 05:32 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

You really need to give more details, at first glance it looks like you need an opamp - but it might be even easier than that?, without details it's hard to know?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 17th January 2007, 06:34 PM   (permalink)
New Member
ericvic is on a distinguished road
Default

Let me see if I can provide more information. I don't have any exact numbers because it is work in progress.

The sensor is going to be a photodiode running through an opamp and the output will be something like 0-2v dc. The ADC I'm using, this is the only part I can't change, has an input threshold of 2.4v so I need to get the sensor (opamp) output moved up to above the 2.4v threshold of the ADC. The opamp and the ADC will be powered by 5vdc. Hope that provides more info.

Thanks,
Eric
ericvic is offline   Reply With Quote
Old 17th January 2007, 06:39 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Can you post the circuit as you presently have it?, it may be possible to bias the opamp to do what you want?.

But what sort of A2D has a 2.4V threshold?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 17th January 2007, 06:43 PM   (permalink)
New Member
ericvic is on a distinguished road
Default

I don't have any circuit drawn up yet.

The ADC is a Dallas 1-Wire chip, the DS2438.

Thanks for your help.

Eric
ericvic is offline   Reply With Quote
Old 17th January 2007, 06:54 PM   (permalink)
Experienced Member
 
dknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to behold
Default

Uhhh...isn't this IC a digital output?
dknguyen is offline   Reply With Quote
Old 17th January 2007, 06:58 PM   (permalink)
New Member
ericvic is on a distinguished road
Default

Yes it is a digital output but an analog input.
ericvic is offline   Reply With Quote
Old 17th January 2007, 07:00 PM   (permalink)
Experienced Member
 
dknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to beholddknguyen is a splendid one to behold
Default

This IC is a sensor in itself though...
dknguyen is offline   Reply With Quote
Old 17th January 2007, 07:11 PM   (permalink)
New Member
ericvic is on a distinguished road
Default

It has a temperature sensor built in but that is not what I'm using. I'm using a photodiode through an opamp that needs to go to the VAD input of the DS2438.
ericvic is offline   Reply With Quote
Old 17th January 2007, 08:04 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Why are you using a battery monitor chip instead of a real A2D, it seems a highly bizarre choice?. For that matter, what processor are you using?, can't you just use a processor with internal A2D?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 17th January 2007, 08:26 PM   (permalink)
Experienced Member
Russlk is on a distinguished road
Default

This circuit is approximatly what you want. A gain of one is not possible with this circuit, so I made the output 2.4 to 4.8 volts. You may be able to incorporate it into your input opamp.
Attached Images
File Type: jpg scan0006.jpg (210.1 KB, 14 views)
__________________
see my website: www.geocities.com/russlk
Russlk is offline   Reply With Quote
Old 17th January 2007, 08:39 PM   (permalink)
New Member
ericvic is on a distinguished road
Default

Quote:
Originally Posted by Nigel Goodwin
Why are you using a battery monitor chip instead of a real A2D, it seems a highly bizarre choice?. For that matter, what processor are you using?, can't you just use a processor with internal A2D?.
This is going to be part of a 1-Wire network so I have to use a 1-Wire chip and since I already use the DS2438 in other devices I wanted to keep using that chip.
ericvic is offline   Reply With Quote
Old 17th January 2007, 08:41 PM   (permalink)
New Member
ericvic is on a distinguished road
Default

Quote:
Originally Posted by Russlk
This circuit is approximatly what you want. A gain of one is not possible with this circuit, so I made the output 2.4 to 4.8 volts. You may be able to incorporate it into your input opamp.
Thanks for the circuit. I have a question though. It shows a BIAS of -12v. Do I have to have a negative supply or can I get away with just a +5v or +12v supply?

Thanks,
Eric
ericvic is offline   Reply With Quote
Old 17th January 2007, 10:02 PM   (permalink)
Experienced Member
Russlk is on a distinguished road
Default

The -12v bias is essential for this circuit to work. You can make -12v with a "simple switcher" IC.
__________________
see my website: www.geocities.com/russlk
Russlk is offline   Reply With Quote
Old 18th January 2007, 10:22 PM   (permalink)
Experienced Member
 
Roff is a splendid one to beholdRoff is a splendid one to beholdRoff is a splendid one to beholdRoff is a splendid one to beholdRoff is a splendid one to beholdRoff is a splendid one to beholdRoff is a splendid one to behold
Default

You can do it with a single +5V supply, a dual rail-to rail I/O op amp, and 4 resistors. See below.
I used LMC6482. You can substitute any 5 volt capable, dual rail-to rail I/O op amp. The resistors are in the ratio 0.48:1.00.
Attached Images
File Type: png level shifter.PNG (10.8 KB, 18 views)
__________________
Ron


Last edited by Roff; 18th January 2007 at 10:27 PM.
Roff is online now   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
Simple (?) redundant power question q9 General Electronics Chat 15 28th October 2005 01:33 PM
Simple question on touch sensitive switches. swedishlf General Electronics Chat 7 12th July 2005 06:51 AM
Simple AC Motor Question kirscp General Electronics Chat 16 8th September 2004 01:48 AM
(Hopefully) simple question. cceto1 General Electronics Chat 3 13th July 2004 06:58 PM
howdy. im a newb. just got a simple question Enviro Electronic Projects Design/Ideas/Reviews 6 3rd June 2004 06:15 PM



All times are GMT. The time now is 10:47 PM.


Electronic Circuits  |  Radio Controlled
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.