IRTX

From Let's Control It
Revision as of 11:52, 8 October 2016 by Admin (talk | contribs) (Created page with "= Introduction = The ESP8266 module can be used to send IR remote control signals. In this example we will connect an IR LED. Connect the LED to some chosen GPIO pin on the E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The ESP8266 module can be used to send IR remote control signals.

In this example we will connect an IR LED. Connect the LED to some chosen GPIO pin on the ESP module. Load the firmware and follow the firmware specific instructions.

Hardware

IRLED.png

Software

Arduino ESP Easy

Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Infrared Transmit" from the dropdown box

EasyConfigIRTX.png

Select the GPIO pin that you have used to connect the IR LED. That should be all.