IR Infrared Obstacle Avoidance Sensor Module KY-032 4pin
- Arduino Compatible
- Arduino Shields
- Arduino Starter Kit
-
CNC / 3D Printers
- 3D Printers
- Aluminium Extrusion & Parts
- Ball Screws & Nuts
- Bearings & Wheels
- Belts & Pulley
- Brackets & Fasteners
- CNC Machine
- Couplings
- Diode Laser Module
- Drag Chains
- Drivers & Controllers
- Extruders & Accessories
- Filament & Resin
- Heat Bed & Accessories
- Lead Screws & Parts
- Liner Rails / Blocks
- Liner Smooth Shaft
- Other CNC Accessories
- Racks & Pinions
- Screws / Nuts & Bolts
- Show All CNC
- Spindle & Accessories
- Stepper Motors
- Switches / Indicators / Sensors
- CodeCamp Store
- Java-I Kits
- LCD / LED TV Parts
- Learning Kits
- Little Engineers
- Mother Boards
- Pre Order Products
- RC Models & Parts
- Ruwan Dissanayake
- Special Learning Kit
-
Sensors
- Angle Sensors
- Color Sensors
- Current Sensors | Transformers
- Distance Measuring Sensors
- ECG / Heart Beat Sensor
- Finger Print Sensors
- Flame Sensors
- Gas & Air Sensors
- Hall / Metal Sensors
- IR Sensor / Array
- Laser Sensors / Modules
- Light Sensors
- Magnetic & Reed Sensors
- Motion Detection Sensors
- Obstacle Avoidance Sensor
- Position Sensors
- Presser Sensors
- Proximity Sensors
- Rain Drop Sensors
- Show All Sensors
- Soil Humidity Sensors
- Sound Detection Sensors
- Speed Measuring Sensors
- Temperature / Humidity
- Touch Sensors
- Turbidity Sensors
- Vibration Sensors
- Voltage Detection Sensors
- Water Flow Sensors
- Water Level Sensors
- Water Sensors
- Weighing Sensors
-
Modules
- Audio Amplifier MP3
- Bluetooth Module
- BMS/Battery Charger/Power Bank Module
- Camera Module
- Clock Module
- DTMF / Decoding Module
- Eeprom Module
- GSM/GPRS/GPS Module
- Gyroscope / Compass
- High Voltage Generator
- IIC I2C Communication
- Joystick Modules
- Laser Modules
- Logic & A/D Converters
- Multiplexer Module
- Other Modules
- Power Converters
- Power Modules
- Prototype Shields
- Pulse & Frequency
- Relays / Relay Modules
- Remote Control Modules
- RF Communications
- RFID Modules
- Rotary Encoder Modules
- SD/MSD Card Module
- Sensor Shields
- Show All Modules
- Signal Generators
- TX / RX & Radio
- USB Host & Data & Memory
- Wi-Fi Transceiver Modules
-
Related Accessories
- Antenna & Accessories
- Batteries
- Battery Chargers
- Breadboards / Veroboards
- Buzzers | Piezo | Speakers
- Cables / Clips / Connectors
- Cases / Covers / Holders
- Cooling Fans & Accessories
- DIY PCB Circuits Kit
- Electronics Cleaning Accessories
- Fasteners & Brackets
- Fuses & Holders
- Glues / Tapes
- Heat Sink/Cooling Modules/Thermal Paste
- Inverters
- Keypads/Keyboards/Mouse/Mic
- LCD / LED / TFT Displays
- LED / Pixel LED
- Magnetic Locks
- Magnets
- Memory & Storage
- Midi Cables / Connectors
- Motors
- Multi-function Boards
- PCB Accessories
- PCB Spacers
- Pin Headers
- Pixel LED Controllers
- Pneumatic Fittings
- Power Step Up & Down
- Power Supply & Transformers
- Programmers
- Project & Storage Boxes
- Relays / Relay Modules
- Servo Motors
- Show All Accessories
- Solar Panels | Controllers
- Soldering Accessories
- Solenoid Valve
- Sonoff Wi-Fi Switch
- Stepper Motors
- Switches/ Dimmers
- Testers & Indicators
- Timers & Counters
- TTL Converters
- Volt | Ampere Meter
- Water | Air Pumps
- Wireless Control Relay
- Wires / Jumper Wires
- Communication
- Robotics
-
RC / Quad-Copters
- Brushes / Brush-less Motors
- DIY Frame Kit & Accessories
- ESC / Motor Drivers
- Flight Controllers
- FPV Camera / Telemetry
- GPS Antenna / Stands
- Lipo Battery Straps
- Power Distribution
- Propellers & Accessories
- Rc Accessories
- RC Batteries
- RC Battery Chargers
- RC Boat Accessories
- RC Plane & Accessories
- RC Transmitters / Receivers
- Ready To Fly
- Servos / Accessories
- Show All RC
- Semiconductors
- Tools
- Tech Gadgets
Your shopping cart is empty!
Product Description
Object is sensed output 0, output 1 is not sensitive to the time, directly with 3V and 5V microcontroller IO port connected.
Sensing distance 2-40 cm, distance, good anti-jamming capability. (Note: The infrared sensor can not detect all objects get the same distance, objects of different colors of light reflectance of different objects closer darker black shorter distance detected, the sensor 2-40 cm is measured against the white wall of)
Speed, suitable for smart car obstacle avoidance, black and white line tracking, anti-drop, product counters, cutting lines, liquid level detection.
This sensor is made with black and white lines tracing the car ran without black line on white paper, available in concrete The yellow complex environment such as the black line patrol track. As long as the black line around the slightly lighter color than black can, eliminating the traditional moves, so that environmental layout easier.
The sensor 3 to 6V supply, wide range, suitable for 3V and 5V MCU system.
With Enable, EN terminal is equal to "1" when the sensor does not work, equal to "0" when working. Jump on the sensor end cap long after the EN grounding plug (EN long as "0"). To use the EN pin when the jumper cap is removed.
Frequency adjustment potentiometer is used to adjust the carrier frequency of the infrared emission tube, because the integration receiver 38KHZ in particular when the carrier frequency is the most sensitive. The 502 resistor clockwise transferred do (that is, the launch tube at maximum brightness), and then at a white wall tone 103 resistance, has been transferred to the sensing distance is the farthest so far so that the sensor will work in the best state
Working voltage: DC 3.3V-5V
Working current: 20mA
Working temperature: -10degree+50degree
Detection distance : 2-40cm
IO interface: 4 line (-/+/S/EN)
Output signal: TTL Level
Adjusting mode: Multi resistance regulation
Effective angle: 35°
Size: 4.5x1.1cm(approx)
Here we use the obstacle avoidance module and digital 13 interface with LED to build a simple circuit, making the obstacle avoidance warning light, accessing the avoidance sensor to digital 3 interface, when the obstacle avoidance sensor senses the signal, LED light, otherwise off.
Program code:
int Led=13;//define LED interface
int buttonpin=3; //define obstacle avoidance interface
int val;//define Digital variable val
void setup()
pinMode(Led,OUTPUT);//define LED is output interface
pinMode(buttonpin,INPUT);//define obstacle avoidance is output interface
void loop()
val=digitalRead(buttonpin);//reading the value from 3 digital interface to val
if(val==HIGH)//when the obstacle avoidance sensor senses the signal, LED flash
digitalWrite(Led,HIGH);
else
digitalWrite(Led,LOW);
Package Include:
1 X KY-032 Obstacle Avoidance Sensor Module
When you order from duino.lk, you will receive a confirmation email. Once your order is shipped, you will be emailed the tracking information for your order's shipment. You can choose your preferred shipping method on the Order Information page during the checkout process.
The total time it takes to receive your order is shown below:
The total delivery time is calculated from the time your order is placed until the time it is delivered to you. Total delivery time is broken down into processing time and shipping time.
Processing time: The time it takes to prepare your item(s) to ship from our warehouse. This includes preparing your items, performing quality checks, and packing for shipment.
Shipping time: The time for your item(s) to travel from our warehouse to your destination.
Shipping from your local warehouse is significantly faster. Some charges may apply.
In addition, the transit time depends on where you're located and where your package comes from. If you want to know more information, please contact the customer service. We will settle your problem as soon as possible. Enjoy shopping!
Related Products
Raindrops Detection Sensor Module for Arduino
3.3-5V Rain Raindrops Detection Sensor Weather Humidity Module For ArduinoBrand NewFeature:1.The sensor USES the high quality FR - 04 double material, large area of 5.5 * 4.0CM, treatment of nickel pl..
Gear Motor DC 3-6v With Arduino Smart Car Tire Wheel
The tire is made of super soft rubber and spongy tire liner.With tread of car tires improved with higher friction,the tire has strong roadholding and climbing capacity.Further more,The wheels can be d..
L293d Stepper Driver IC Drive Diode DIP-16
Package inclued :- 1 x L293D ST DRVR P/P 4CH W/DIODES 16-DIP..
E3D V5 V6 12V/24V Cooling Fan With Fan Bracket Duct Housing Guard
Fit V5 hotend,V6 hotendWith 3010 cooling fan,voltage 12V /24V.Package Included:1 pcs - cooling fan bracket1 pcs - cooling fan..