Turn on two lamps connected to Arduino UNO by remote control

Arduino UNO 05-12-23
101 0

Tutorial plan

1- The KY-032 Infrared Sensor

2- The components needed to use the KY-032 infrared sensor, two lamps and two relays with the Arduino UNO

3- Mounting the Arduino UNO with the KY-032 infrared sensor, two lamps and two relays

4- Programming of the Arduino UNO to receive data from the KY-032 infrared sensor and light up two lamps

 

 

The KY-032 Infrared Sensor

The KY-032 Infrared Sensor is a module that is commonly used in electronics and robotics projects for detecting the presence of infrared signals. It is also known as an infrared obstacle avoidance sensor module. The module consists of an infrared emitter (LED) and an infrared receiver (phototransistor) placed side by side.

Here are some key features and characteristics of the KY-032 Infrared Sensor:

1- Detection Method: The sensor module detects infrared light by emitting a modulated infrared signal and measuring the reflection. When an object is present in front of the module, the infrared light emitted by the LED bounces off the object and is detected by the phototransistor.

2- Operating Voltage: The KY-032 module typically operates at a voltage range of 3.3V to 5V, making it compatible with most microcontrollers and development boards.

3- Digital Output: The module provides a digital output that can be easily interfaced with microcontrollers or other digital circuits. It produces a HIGH (logic 1) output when no obstacle is detected and a LOW (logic 0) output when an obstacle is detected within its detection range.

4- Adjustable Detection Range: The detection range of the KY-032 sensor can be adjusted using a potentiometer on the module. This allows you to fine-tune the sensitivity of the sensor according to your specific requirements.

5- Applications: The KY-032 Infrared Sensor can be used in various applications, including obstacle detection and avoidance in robotics, line following robots, proximity sensing, object detection, and security systems.

When using the KY-032 Infrared Sensor, it’s important to keep in mind that it primarily detects the presence of objects based on their reflective properties rather than their distance. The effectiveness of the sensor can be affected by factors such as ambient light and the reflective properties of the objects being detected.

The components needed to use the KY-032 infrared sensor, two lamps and two relays with the Arduino UNO

To use the KY-032 infrared sensor, two lamps and two relays  with the Arduin UNO, you will need a few components and connections. Here’s a list of the required items:

Arduino UNO board:

Arduino Uno

The Arduino UNO board is a popular microcontroller board based on the ATmega328P microcontroller. It is one of the most commonly used Arduino boards and provides a versatile platform for creating interactive electronic projects.

The Arduino UNO board is suitable for beginners and experienced users alike, offering a flexible and accessible platform for prototyping and building various electronic projects, from simple LED blinking to complex robotics and home automation systems.

KY-032 Infrared Sensor:

KY-032 infrared sensor module

This sensor detects infrared signals and can be used to detect objects or receive signals from a remote control.

Two relays Modules:

Two relays

A relay module is an electronic device used to control high-power circuits with low-power signals. It consists of a relay, which is essentially an electromagnetically operated switch, and typically includes additional components like transistors, diodes, and optocouplers for protection and isolation.

You’ll need a relay module that is compatible with the Arduino UNO and can switch the high-voltage lamp. Ensure it’s rated for the voltage and current required for your lamp.

Two lamps (220V):

The lamps you want to control, which are rated for 220V.

Power Supply for the Lamp:

You’ll need a power source for the lamp, typically a 220V AC power supply.

Wiring:

Various wires and cables for connecting the components in your circuit.

Breadboard:

Breadboard

A breadboard is a prototyping board that allows you to build circuits without soldering. It provides a convenient way to connect the components together.

Jumper Wires:

Jumper Wires

You’ll need jumper wires to make connections between the Arduino UNO, two lamps, two relays, and breadboard. Ensure you have male-to-male jumper wires or a mix of male-to-male and male-to-female wires, depending on your specific needs.

Mounting the Arduino UNO with the KY-032 infrared sensor, two lamps and two relays

To mount the Arduino UNO board with the KY-032 infrared sensor, two relays and two lamps,  you can follow these steps:

1- Connect the KY-032 infrared sensor to the Arduino UNO board:

– Connect the VCC pin of the KY-032 sensor to the 5V pin on the Arduino UNO board.

– Connect the GND pin of the KY-032 sensor to the GND pin on the Arduino UNO board.

– Connect the OUT pin of the KY-032 sensor to a digital pin 4 on the Arduino UNO board.

2- Connect the first relay to the Arduino UNO:

– Connect the relay’s control pin (S) to pin 2 of Arduino UNO board.

– Connect the pin (+) of relay to pin 3.3V of Arduino UNO board.

– Connect the relay’s ground pin (GND) to the Arduino UNO’s GND.

3- Connect the first lamp and the power supply to the Relay:

– Connect one of the the power supply’s wires to the relay’s common (COM) terminal.

– Connect the wire of the lamp to the normally open (NO) terminal of the relay.

– Connect the neutral wire of the power supply directly to the neutral wire of the lamp.

4- Connect the second relay to the Arduino UNO:

– Connect the relay’s control pin (S) to pin 3 of Arduino UNO board.

– Connect the pin (+) of relay to pin 3.3V of Arduino UNO board.

– Connect the relay’s ground pin (GND) to the Arduino UNO’s GND.

5- Connect the second lamp and the power supply to the Relay:

– Connect one of the the power supply’s wires to the relay’s common (COM) terminal.

– Connect the wire of the lamp to the normally open (NO) terminal of the relay.

– Connect the neutral wire of the power supply directly to the neutral wire of the lamp.

Mounting the Arduino UNO with the KY-032 infrared sensor, two lamps and two relaysMounting the Arduino UNO with the KY-032 infrared sensor, two lamps and two relays

Arduino UNO programming of the Arduino UNO to receive data from the KY-032 infrared sensor and light up Two lamps

To program the Arduino UNO board to receive data from the KY-032 infrared sensor and light up a lamp, use the following code as a starting point for your Arduino sketch:

1- Download and install the IRremote library in your Arduino development environment. This library will enable you to receive and decode infrared signals.

– Open the Arduino IDE on your computer.

– Go to “Sketch” -> “Include Library” -> “Manage Libraries”.

– Search for “IRremote” in the search box.

– Select the “IRremote” library

– Click “Install” to install the library.

2- In the Arduino IDE, create a new sketch and use the following code as a starting point:

Upload the sketch to your Arduino UNO board.

 

0 comment

Leave a comment

Veuillez noter s'il vous plaît*

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Purpose of this website

Educational robotics refers to the use of robots and robotics technology to promote learning in educational settings. It involves the integration of technology, engineering, and computer science into the classroom, allowing students to engage in hands-on, project-based learning experiences.
In this context, our website represents an excellent resource for parents, teachers and children who wish to discover robotics.

Contact details

Zaouiet Kontech-Jemmel-Monastir-Tunisia

+216 92 886 231

medaliprof@gmail.com

Pictures of the articles

Robotic site created by MedAli-Teacher info