Amplify 600mv-need help?
computer guy
Posts: 1,113
Does anyone have a schematic for amplifying 600mv into at least 1.5v?
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
Comments
http://www.satsleuth.com/schematics.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
This post is a work of art. Variations in spelling and grammar are intentional, artistic endeavors that add value to all of mankind.
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
-Phil
The input is a coil of copper wire that produces 600mv of power when a mobile phone is put close to it.
I managed to get an op-amp, a 100k and 470R resistor and get it to boost it to 5v. When the phone is far away I get 5v when it is close I get about 4.2v
It would be nice to go from 0v to 1.5v though.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
-Phil
R2 = 100k
R1 is 470R
The coil goes between Vin and GND
It is a RC455BPS op-amp.
The power source for the op-amp is 12v.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
What are your coil dimensions? ...and what frequency are you able to detect?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
The diameter of the space in the middle of the coil is 4-5mm.
The coil when wound is about 10cm long.
I know I could get better performance if I had it the right dimensions.
The frequency reading from an oscilloscope is 6 to 8 KHz
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
What processor are you planning on using? (BS1,BS2,SX, Propeller)
...there is likely a solution available to you without using an Op-Amp.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
A BS2. Im wanting to detect a phone signal.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
Let me think about this.... You basically want the I/O threshold of the BS2 (about 1.4V) to detect the 0.6V signal induced on the coil in proximity to a Phone correct?
...and possibly a way to also detect distance? ...as the coil is removed from the phone?
The first part is pretty easy... raising or lowering the voltage threshold depending on how you look at it. But determining the distance can get tricky. Let me sleep on it,
and I will try to have an answer sometime tomorrow.
Am I right though on the wire? (about 7 turns)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Distance isn't really a problem. I simply want to put my phone in a cradle (with the coil built in) and have it on silent.
When I get a call the BS2 will notify me (don't know how yet).
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
·
Here is a circuit that should work for you that does not use an Op-Amp.· Set the I/O pin to an INPUT and monitor the pin with a·DEBUG....
·
'For example if your coil·is connected to P4
TestLoop:
DEBUG BIN IN4,CR
GOTO TestLoop
·
...Adjust the POT right on the edge of the I/O threshold so that when the phone is not present (Coil is quiet) you either get all 1's or all 0's.
·
If you adjusted for·all 0's, then when the phone is present you should see 1's inserted among the 0's.· Likewise, if you adjusted for all 1's, then when the phone is present you should see 0's inserted among the 1's.
·
In your code, you would simply look for the opposite state present (trigger event) that you adjusted the POT for.· If you needed to measure the frequency, you could use the COUNT command after you have determined a trigger event had occurred with a simple IF/THEN.
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Will try this out.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"powered by Propeller" domed stickers $1.50 - Find them here
Check out my Design and Technology project for my Higher School Certificate www.ecosureblog.net
The Sarah Myatt Fund - Help Sarah and Her Family Fight Quadriplegia HERE