tecno4
2.4M views | +38 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'IR'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

 TIENES QUE VER ESTO  LA MÁS SIMPLE COMUNICACIÓN INALÁMBRICA INFRARROJA (IR) - TEORÍA y PRÁCTICA

En este video Aprenderás los Conceptos Técnicos más Importantes para establecer una Comunicación Inalámbrica entre un Transmisor y un Receptor Infrarrojo (IR), este es otro de mis videos altamente técnicos y sin límites de tiempo,
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Diy - Ir Module

Diy - Ir Module | tecno4 | Scoop.it
In this tutorial, we are going to talk about "IR sensors" or Infrared sensors, how they work and how to build a "DIY IR Sensor Module".
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to capture remote control codes using an Arduino and an IRreceiver

How to capture remote control codes using an Arduino and an IRreceiver | tecno4 | Scoop.it
In this instructable I will show you how to write a small code to capture the remote control codes in Hexadecimal and decimal values.

We will do this using the serial monitor that is embedded in the Arduino IDE.

This will introduce you to a library called IRremote.h and few commands like enableIRIn(), decode() and resume().
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Control your LEDs with your TV remote?! || Arduino IR Tutorial

Control your LEDs with your TV remote?! || Arduino IR Tutorial | tecno4 | Scoop.it
In this project I will show you how I repurposed the useless buttons on my TV remote to control the LEDs behind my TV. You can also use this technique to control all sorts of things with a bit of code editing. I will also talk a bit about the theory of how an infrared transmitter and an infrared receiver communicates with each other. Let's get started.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Control Remoto IR con Arduino 

Control Remoto IR con Arduino  | tecno4 | Scoop.it
La comunicación d IR (infrarroja) es ampliamente utilizada en la vida cotidiana mediante controles de remotos de TV, equipos de audio, sensores de movimiento y termómetros infrarrojos.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

IR Communication 

IR Communication  | tecno4 | Scoop.it

IR, or infrared, communication is a common, inexpensive, and easy to use wireless communication technology. IR light is very similar to visible light, except that it has a slightlty longer wavelength. This means IR is undetectable to the human eye - perfect for wireless communication. For example, when you hit a button on your TV remote, an IR LED repeatedly turns on and off, 38,000 time a second, to transmit information (like volume or channel control) to an IR photo sensor on your TV.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Controlling servo motor using IR remote control

Controlling servo motor using IR remote control | tecno4 | Scoop.it
If you are looking for comfort and controlling your electronic devices remotely, you will find your need in this instructable.

In this instructable we will learn how to control a servo motor with remote control, this will give you a general concept on how to control remotely. You should know that the remote control sends Infrared(IR) signals, so we will learn how to receive and read these signals using Arduino.
No comment yet.