1. ആമുഖം
The WINGONEER KY-003 is a Hall Effect magnetic sensor module designed for detecting magnetic fields. It utilizes the Hall effect principle to provide a digital output signal, indicating the presence or absence of a magnetic field. This module is commonly used in various electronic projects, including smart cars, robotics, and automation systems, and is compatible with popular microcontrollers like Arduino, PIC, and AVR.
This manual provides detailed instructions for the setup, operation, maintenance, and troubleshooting of your KY-003 module to ensure optimal performance and safe usage.
2. ഉൽപ്പന്നം കഴിഞ്ഞുview
The KY-003 module integrates a Hall effect sensor with necessary supporting components on a small PCB. It features three pins for connection: VCC (power supply), GND (ground), and Signal (digital output).

Image 2.1: WINGONEER KY-003 Hall Effect Magnetic Sensor Module. This image shows the compact design of the KY-003 module with its three pins (S, +, -) clearly visible, along with the Hall sensor component.
പ്രധാന സവിശേഷതകൾ:
- Non-contact switching based on Hall effect.
- Digital output signal.
- Integrated circuit technology for magnetic sensitivity.
- Open collector output stage.
- വാല്യംtage regulator, Hall voltage generator, differential amplifier, Schmitt trigger, temperature compensation, and magnetic sensitive sensor circuit.
3 സ്പെസിഫിക്കേഷനുകൾ
| സ്പെസിഫിക്കേഷൻ | മൂല്യം |
|---|---|
| ബ്രാൻഡ് | WINGONEER |
| മോഡൽ നമ്പർ | KY-003 (Manufacturer Model: JT0701) |
| പരമാവധി സപ്ലൈ വോളിയംtage | 5 വോൾട്ട് (DC) |
| ഔട്ട്പുട്ട് തരം | ഡിജിറ്റൽ |
| മൗണ്ടിംഗ് തരം | ലളിതമായ മൗണ്ടിംഗ് |
| ഉൽപ്പന്ന ഉപയോഗം | Electronic Circuits, Smart Cars |
| യു.പി.സി | 723466639088 |
4. സജ്ജീകരണം
Proper wiring is crucial for the correct functioning of the KY-003 module. Follow the steps below for typical microcontroller connections.
പിൻഔട്ട്:
- S (Signal): Digital output pin. Connects to a digital input pin on your microcontroller.
- + (VCC): Power supply pin. Connects to 5V on your microcontroller.
- - (GND): Ground pin. Connects to GND on your microcontroller.
4.1. Wiring with Arduino
Connect the KY-003 module to an Arduino board as follows:
- KY-003 'S' pin to Arduino Digital Pin 2
- KY-003 '+' pin to Arduino 5V
- KY-003 '-' pin to Arduino GND

Image 4.1: Wiring diagram for connecting the KY-003 Hall Effect Magnetic Sensor Module to an Arduino board. The image illustrates the connections from the sensor's S, +, and - pins to the Arduino's digital pin 2, 5V, and GND respectively.
4.2. Wiring with Raspberry Pi
Connect the KY-003 module to a Raspberry Pi board as follows:
- KY-003 'S' pin to Raspberry Pi GPIO Pin (e.g., GPIO 17)
- KY-003 '+' pin to Raspberry Pi 5V pin
- KY-003 '-' pin to Raspberry Pi GND pin

Image 4.2: Wiring diagram for connecting the KY-003 Hall Effect Magnetic Sensor Module to a Raspberry Pi board. The image shows the sensor's S, +, and - pins connected to a Raspberry Pi's GPIO, 5V, and GND pins respectively.
5. പ്രവർത്തന നിർദ്ദേശങ്ങൾ
The KY-003 module operates by detecting changes in a magnetic field. When a magnetic field of sufficient strength and appropriate polarity is brought near the sensor, its digital output pin will change state.
അടിസ്ഥാന പ്രവർത്തനം:
- പവർ ഓൺ: Ensure the module is correctly wired and powered with 5V DC.
- കാന്തിക മണ്ഡലം കണ്ടെത്തൽ: Bring a magnet close to the Hall effect sensor component on the module.
- ഔട്ട്പുട്ട് സിഗ്നൽ: The digital output pin will typically be HIGH (5V) when no magnetic field is detected, and switch to LOW (0V) when a magnetic field is present, or vice-versa, depending on the specific Hall sensor IC and its configuration. Refer to the datasheet of the specific Hall sensor IC (e.g., 44E, A3144) for exact behavior.
- Microcontroller Reading: Your microcontroller can read the state of the digital output pin to determine if a magnetic field is detected.
ഉദാample, in an Arduino sketch, you would use `digitalRead()` on the connected pin to get the sensor's state.
6. പരിപാലനം
The KY-003 Hall Effect Magnetic Sensor Module is a robust electronic component that requires minimal maintenance. Adhering to these guidelines will help ensure its longevity and reliable performance:
- ഉണക്കി സൂക്ഷിക്കുക: Avoid exposing the module to moisture or liquids, as this can cause short circuits and damage.
- ശുചിത്വം: Keep the module free from dust and debris. If cleaning is necessary, use a soft, dry brush or compressed air. Do not use liquid cleaners.
- ശ്രദ്ധയോടെ കൈകാര്യം ചെയ്യുക: Avoid applying excessive force or bending the pins, which can lead to physical damage.
- സംഭരണം: Store the module in a dry, anti-static environment when not in use to prevent electrostatic discharge (ESD) damage.
- വൈദ്യുതി വിതരണം: Always use a stable 5V DC power supply within the specified voltage range to prevent damage from overvoltage അല്ലെങ്കിൽ undervoltage.
7. പ്രശ്നപരിഹാരം
If you encounter issues with your KY-003 module, consider the following troubleshooting steps:
| പ്രശ്നം | സാധ്യമായ കാരണം | പരിഹാരം |
|---|---|---|
| No output change when magnet is near | Incorrect wiring (VCC, GND, Signal) അപര്യാപ്തമായ കാന്തികക്ഷേത്ര ശക്തി Incorrect magnet polarity Faulty module | എല്ലാ കണക്ഷനുകളും രണ്ടുതവണ പരിശോധിക്കുക. Use a stronger magnet or bring it closer. Try reversing the magnet's polarity. Test with another module if available. |
| മൊഡ്യൂൾ ഓണാക്കുന്നില്ല | തെറ്റായ വൈദ്യുതി കണക്ഷൻ വൈദ്യുതി വിതരണ പ്രശ്നം | Verify VCC and GND connections. Check if the power supply is providing 5V DC. |
| Erratic or unstable output | വൈദ്യുത ശബ്ദം അയഞ്ഞ കണക്ഷനുകൾ | Ensure proper grounding. Keep signal wires away from noisy components. എല്ലാ കണക്ഷനുകളും സുരക്ഷിതമാക്കുക. |
8 സുരക്ഷാ വിവരങ്ങൾ
When working with electronic components, always observe basic safety precautions:
- പവർ ഓഫ്: Always disconnect power before making or changing any wiring connections.
- വാല്യംtagഇ പരിധികൾ: Do not exceed the maximum specified supply voltag5V ഡിസിയുടെ ഇ.
- ESD സംരക്ഷണം: Handle electronic components with care to prevent electrostatic discharge (ESD) damage. Use anti-static mats or wrist straps if available.
- ഷോർട്ട് സർക്യൂട്ടുകൾ: Ensure that no bare wires or conductive materials can accidentally short-circuit the module or your microcontroller.
9. വാറൻ്റിയും പിന്തുണയും
For warranty information or technical support regarding your WINGONEER KY-003 Hall Effect Magnetic Sensor Module, please refer to the product packaging or contact your retailer. Keep your proof of purchase for any warranty claims.