Code Monkey home page Code Monkey logo

ir-remote-control-repeater's Introduction

Repeater for Infrared Remote Control

This project implements a simple repeater to extend the signal of IR remote control.

How does it work?

Typical IR receiver module output looks like this:

Imgur

The implentation presented here does not decode the IR signal but simply repeats it. Typical IR receiver module will demodulate the signal sent over 38 kHz carrier frequency as illustrated by the figure above. The signal must be reconstructed, including the carrier frequency.

STM32F030 microcontroller is used to receive the data from the IR receiver module and to reconstruct the output signal to the IR LED.

Building the repeater

Data pin from IR receiver is connected to pin PA_4 of the microcontroller. IR LED is driven with 3.3V by pin PB_1. 100 Ohm resistor is used as current limiting resistor. The LED does not need to be bright since it will be located right besides the remote controlled device.

Imgur

The source code for the microcontroller is available here. It is written by using Mbed OS and PlatformIO as build environment.

Here is whay the finished product looks like:

Imgur Imgur

Bill of materials

  • STM32F030F4P6 development board (from Aliexpress)
  • TL1838 Infrared Receiver (datasheet)
  • IR LED from an old remote control
  • Project box and cables (one 3 core and one 2 core cable)

ir-remote-control-repeater's People

Contributors

tsaarni avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.