Light up a lamp connected to Arduino UNO by remote control

Arduino UNO 22-11-23
131 0

Tutorial plan

1- Introducing the KY-032 Infrared Sensor

2- How to receive the Arduino UNO an infrared signal from the remote control using the KY-032 sensor?

3- The components needed to use the KY-032 infrared sensor, a lamp and a relay with the Arduino UNO

4- Mounting the Arduino UNO with the KY-032 infrared sensor, a lamp and a relay

5- Programming of the Arduino UNO to receive data from the KY-032 infrared sensor and light up a lamp

 

 

Introducing 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.

How to receive the Arduino UNO board an infrared signal from the remote control using the KY-032 sensor?

To receive an infrared signal from a remote control using the KY-032 sensor and the Arduino UNO board, you can follow these steps:

1- Connect the KY-032 sensor to the Arduino UNO board. The KY-032 sensor typically has three pins: VCC, GND, and OUT.

– 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 on the Arduino UNO board, such as pin 5.

2- 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 by shirriff.

– Click “Install” to install the library.

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

4- Upload the sketch to the Arduino UNO board.

Now, when you press a button on your infrared remote control, the corresponding infrared code will be printed in the Serial Monitor of the Arduino IDE at a baud rate of 9600.

The components needed to use the KY-032 infrared sensor, a lamp and a relay with the Arduino UNO

To use the KY-032 infrared sensor, a lamp and a relay  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.

Relay Module:

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.

Lamp (220V):

The lamp you want to control, which is rated for 220V. Ensure it’s in working condition and safe to use.

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, lamp, relay, 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, a lamp and a relay

To mount the Arduino UNO board with the KY-032 infrared sensor, a relay and a lamp,  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 3 on the Arduino UNO board.

2- Connect the 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 Lamp and the power supply to the Relay:

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

– Connect the phase (live) wire of the power supply 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, a lamp and a relay

  • Mounting the Arduino UNO with the KY-032 infrared sensor, a lamp and a relay

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

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:

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