Hi! I’m working on an arduino project that has a -12v/0v/+12 psu. +12 is fed directly into arduinos voltage regulator, so there’s also a +5v line available. I need to convert a -5v+5v signal to 0v+5v to feed it into arduinos analogue input and I’ve already mocked up a schematic in circuitjs based on an opamp that seems to do what I want. The only problem is that it needs -5v to shift the signal to be unipolar. I know that I can invert +5v using another opamp, but maybe there’s some simpler way? I’d really like to avoid adding another opamp just for this? In this schematic I used simple voltage divider to get the needed voltage, but I guess that’s not the best approach?
TLDR: I have -12v, 0v, +12v and +5v, what’s the easiest way to get -5v?
Exiting! It has been some time for me too, let me know how you solved the problem at the end.
it worked! (at least in the sim)
thanks a lot!
I’m not sure I got all the math right, since I get 0 - 5.05V on the output, but it’s not a deal breaker for me.
I attached the schematics, but not sure that images in comments federate from kbin to lemmy, so if you don’t see it, try opening an original link to this comment.
ah, a little bit of thinking helped me realize that I don’t need 1k in inverting loop and then I’ll get 5v instead of 5.05v :) and 100k can also be replaced by 1k
So what should happen if you replace the 1k in the inverting loop by 0 Ohm is, you should get a square wave.
Is that correct?