Hall-Effect circuit-code-samples
willy1067
Posts: 107
Here at Parallax Store, the Melexix 90217 Hall-Effect Sensor is sold.
Question:
Is there any sample code or wiring diagram for this sensor?
Question:
Is there any sample code or wiring diagram for this sensor?
Comments
The datasheet can be found on the same page where the sensor is located. Applications information can be found here:
http://www.melexis.com/prodmain.aspx?sPN=MLX90217
The programming is also given on the product page, as follows:
SpeedIn PIN [noparse][[/noparse]some input pin number]
Pulses VAR WORD
RPM··· VAR WORD
COUNT SpeedIn, 1000, Pulses
RPM = Pulses * 60
Regards,
Bruce Bates