(详情提供中英文描述)
中文描述:
3144系列霍尔开关集成电路应用霍尔效应原理,采用半导体集成技术制造的磁敏电路,它是由电压调整器、霍尔电压发生器、差分放大器、史密特触发器,温度补偿电路和集电极开路的输出级组成的磁敏传感电路,其输入为磁感应强度,输出是一个数字电压讯号。
此款电路管腿采用纯锡制作,产品完整型号为3144EUA-S或者3144LUA-S。
产品特点
.体积小灵敏度高.响应速度快温度性能好.精确度高.可靠性高
典型应用
.无触点开关
.汽车点火器
.刹车电路
.位置、转速检测与控制
.安全报警装置
.纺织控制系统
英文描述:
|
1. Non-Contact Switch
2. Hall Switch Integrated Circuit Using hall Effect Principle,
3. USES The Semiconductor Integrated Technology Manufacturing Magnetic Susceptibility of the Circuit,
4. It is by the Voltage Regulator, Hall Voltage Generator, Differential Amplifier, Schmidt Triggers, Temperature Compensation and the Open Collector Output Stage Circuit Composed of Magnetic Sensitive Sensor Circuit
5. Its Input For the Magnetic Induction Intensity, the Output is a Digital Voltage Signal
Working voltage:4.5V-24V
Series 3144, hall switch integrated circuit using hall effect principle, USES the semiconductor integrated technology manufacturing magnetic susceptibility of the circuit, it is by the voltage regulator, hall voltage generator, differential amplifier, schmidt triggers, temperature compensation and the open collector output stage circuit composed of magnetic sensitive sensor circuit, its input for the magnetic induction intensity, the output is a digital voltage signal.
Hall magnetic sensor module and a digital 13 interface with LED build a simple circuit, to produce a magnetic flasher .Use digital 13 interface with the LED, the Hall magnetic sensor connected to the force plate number 3 for ARDUINO interface. When the Hall magnetic sensor to a magnetic field signal , LED lights on, versa lights off.
Reference Program:
int Led=13;// Definition LED Interface
int SENSOR=3;// Define the Hall magnetic sensor interface
int val;// Defines a numeric variable val
void setup()
{
pinMode(Led,OUTPUT);// Definition LED as output interface
pinMode SENSOR,INPUT);// Defined the Hall magnetic sensor as output interface
}
void loop()
{
val=digitalRead(SENSOR);// The digital interface is assigned a value of 3 to read val
if(val==HIGH)// When the shock sensor detects a signal , LED flashes
{
digitalWrite(Led, HIGH);
}
Else
{
digitalWrite(Led, LOW);
}
}
1 X KY-003 Standard hall current sensor module
图片展示: