รหัสสินค้า | M4224 |
หมวดหมู่ | วัดกระแส แรงดัน ไฟฟ้า สนามแม่เหล็ก |
ราคา | 20.00 บาท |
น้ำหนัก | 5 กรัม |
ลงสินค้า | 12 ม.ค. 2566 |
อัพเดทล่าสุด | 12 ม.ค. 2566 |
The SS49E is a linear hall-effect sensor. It can measure both north and south polarity of a magnetic field and the relative strength of the field.
The output pin provides an analog output representing if a magnetic field is present, how strong a present field is, and if it is a north or south polar field. If no magnetic field is present the SS49E will output a voltage around half of the source voltage. If the south pole of a magnet is placed near the labeled side of the SS49E (the side with text etched on it), then the output voltage will linearly ramp up towards the source voltage. The amount of the output voltage increase is proportional to the strength of the magnetic field applied. If the north pole of a magnet is placed near the labeled side of the SS49E then the output voltage will linearly ramp down toward the ground voltage relative to the strength of the magnetic field. For example, if you power the SS49E with 5V and there is no magnetic field present then the sensor's output will be around 2.5V. In the same example, if you place the south pole of a strong magnet near the labeled side of the sensor, then the output voltage will go up to around 4.2V and if you placed the north pole of a strong magnet near the labeled side of the sensor, then the output voltage will drop to around 0.86V.
You can easily use the SS49E with a microcontroller (such as Arduino) or single board computer (SBC). Just provide power to the GND and VCC pins of the SS49E and connect its output pin to an analog input on your microcontroller or SBC, which you can then measure the analog voltage of to calculate the sensor's measured data.
So why use a Hall-effect sensor? Hall-effect sensors are immune to most environmental disturbances that may affect optical or mechanical devices, such as vibration, moisture, dirt or oil films, ambient lighting, etc. Also, they are a simple way to measure the presence of a magnet and even electrical current running through a conductor.
1. Series 49E, SS49E AH49E, hall switch integrated circuit using hall effect principle.
2. Uses the semiconductor integrated technology
manufacturing magnetic susceptibility of the circuit.
3. 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
4. Its input for the magnetic induction intensity
5. The output is a Linear voltage signal
6. Working voltage: 3-5V
1 x KY-035 49E Linear Hall Effect Magnetic Sensor Module
#define led 13 // LED on arduino
#define analogPin A0 // linear Hall magnetic sensor analog interface
uint16_t analogVal; // analog readings
void setup ()
{
pinMode (led, OUTPUT);
Serial.begin(9600);
}
void loop ()
{
// Read the analog interface
analogVal = analogRead(analogPin);
Serial.println(analogVal); // print analog value
delay(100);
}
หน้าที่เข้าชม | 5,167,558 ครั้ง |
ผู้ชมทั้งหมด | 1,566,898 ครั้ง |
ร้านค้าอัพเดท | 6 ก.ย. 2568 |