Tagged Questions
1
vote
1answer
60 views
How do I know what the right signal amplifier to use is in order to program a hall-effect sensor?
I am trying to look for a signal amplifier in order to program the sensitivity and offset of the A1362 Hall-Effect sensor.
Doing a simple google search reveals:
...
1
vote
2answers
122 views
How do I know if my hall-effect sensor is working correctly?
On pg. 18 Figure 5 of this data sheet you will see a pulse train required to program the sensitivity of the A1362 Hall-Effect sensor.
I am using the following circuit:
Using Figure 5 from the ...
2
votes
1answer
213 views
Is it possible to program a hall-effect sensor with an Arduino?
On pg. 18 Figure 5 of this data sheet you will see a pulse train that allows for programming the sensitivity of the A1362 Hall-Effect sensor. So far I have tried to manually apply required voltage ...
1
vote
1answer
48 views
Am I following the procedure to set the sensitivity in Try Mode for the A1362 Hall-Effect sensor correctly?
I am following Figure 5 pg. 18 of this data sheet: Vp(HIGH), Vp(MID), Vp(HIGH), followed by 0-255 Vp(MID) pulses that increase the sensitivity each time Vp(MID) is applied.
However, when I bring ...
1
vote
1answer
95 views
Why do my 3 custom voltage pulses stop working as soon as I plug in the A1362 Hall-Effect sensor?
Why does the Vout pin in the diagram below receive 8 volts with Vcc = 0 volts, but becomes 2 volts when Vcc=5 volts. If switch SW9 is closed, circuit theory says Vout should always stay at 15 volts ...
3
votes
2answers
37 views
Why does the data sheet for A1362 have conflicting procedure to program sensitivity?
This data sheet shows two different ways to program the sensitivity of the A1362
on pg. 18 2nd paragraph under "Hold Mode" says "Powering the VCC supply automatically causes the device to enter the ...
0
votes
0answers
48 views
What values for Vin, V1, and V2 should I use to correctly program sensitivity parameter for A1362 sensor?
On pg. 15 of A1362 Programmable Linear Hall Effect Sensor you will see Voltage Pulse {High, Med, Low} defined for the Allegro A1362. Using observed values of MSP430's digitization, I need to select a ...
1
vote
3answers
214 views
Hall-effect switch or photointerrupter
I'm dealing with a small automation project, a rack and pinion system controlled by an Arduino card with two limit switches to ensure that the rack moves within the boundaries.
I have been trying both ...
3
votes
3answers
410 views
How to convert a three wire hall effect sensor to a 2 wire sensor?
Would there be any possibility to convert a three-wire hallsensor to a 2-wire equivalent.
The connections are a V+, GDD and OUT.
The voltage between V+ & GDD would be 24V and the OUT port would ...
1
vote
1answer
191 views
Starting with Hall effect sensor
I have been playing around with a ASC758 in a PSS Leadform package. After reading the datasheet I am still thoroughly confused. Can someone please help me understand this sensor.
What I am confused ...
1
vote
1answer
365 views
Using a 4-pin computer fan controller without the load
Is it OK if I use the controller from a CPU fan without connecting the motor's coils?
All I want is to use the Hall effect sensor.
The datasheet is posted here, the driving output circuit uses a ...
2
votes
3answers
1k views
How to convert a voltage range to LED brightness without a microcontroller?
I have a hall effect sensor which outputs 0V when on the North pole of a magnet, 5V when on the South pole. It idles at 2.5V.
I want to connect 2 LEDs to show the reading, one activated from 0-2.5V, ...
8
votes
7answers
18k views
How do I measure the RPM of a wheel?
I'm trying to make an onboard system for my bike using an Arduino or maybe the Lilypad boards.
I think I should use a Hall effect sensor, but any alternative is good as well.
I want to output my ...