hall effect device
Cheech
Posts: 30
Threw a glitch with Currie tech's Tech support, I ended up with a free throttle for my electric scooter (when all I wanted was a gear!).· Anyways I decided to put it to good use with my stamp, but first I need to figure out what makes it tick.· I took it to my neighbors house and he said it looked like a hall effect device because it had a stationary sensor and a magnet that moves with the throttle which expose to the sensor the two poles and everything in between.··He said·if he remembers right it generates voltage that is proportional to the pole and strength of the magnet,·however he could not explain why it had·three wires coming out of it, or·the specifics on how it worked.· So I ask you guys, how does this magic sensor work, and how can I use it with my stamp II?·
Comments
It is likely the signal wire is producing a pulse from 0 volts to 5 volts as the magnet moves past the sensor.
Connect a volt meter between a ground and probe each wire one at a time while slowly turning the device with the magnet.
One wire will likely registor zero volts (your ground), one wire will likely measure 5 or 12 volts (the power), and the last wire might measure 0 volts and 5 volts alternately as you slowly rotate the magnet.
If that is the case, the stamp can measure the number of pulses in a given time period, or measure high time of the pulse, or the low time of the pulse.....all of which can be translated into angular velocity of the rotating component.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken
Post Edited (KenM) : 7/22/2005 2:50:54 AM GMT
Are there any numbers on the device....what is the entire number?
Can you take a close up picture of the device and post a jpg?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken
I am very confident that device has a ground, a positive supply and a signal wire. To determine who is who I would do the following.
Connect the negative lead of your meter to the left lead, then the positive lead to the other two while slowly moving a magnet across the device (yes you need three hands).
Repeat the same with the negative on the center and right leads.
One of those combinations should yeild +5 volts or + 10 (assume 5 for now) and not vary as the magnet is moved across the device.
Once you get the +5 volts you have identified the ground (negative lead of meter) and positive. The remaining lead should alternate between 0 volts (actually maybe 0.2 or something) and +5 (or +10 or so), and that is your signal. I explained earlier what stamp commands can be used to read the signal.
Write back if you have more ??
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken
In the part description it says "Panasonic’s Hall IC is a combination of a Hall element, amplifier, Schmidt circuit, and stabilized power supply/temperature compensator integrated on an identical chip by using the IC technology. It amplifies Hall element output at the amplifier, converts into a digital signal through the Schmidt circuit, and drives the TTL or MOS IC directly."
Ok, my questions are, what TTL or MOS IC? And what is the difference between an open collector and a pull up resistor, and what one would I want to use with my stamp?
What exactly do you want to do with the sensor, sense the rotation speed of an shaft...or?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken