Skip to content

jrp27/SendIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendIR

SendIR Library

This library is for blinking an IR LED light to control a Samsung TV. It is specifically tailored to the controls that are needed for the PPAT Team Dave Arduino TV server. As a result, it is also specifically designed for the ESP8266 NodeMCU board and must be modified if it needs to work with a different board.

Usage

To use this library, you must:

  1. Install the Arduino IDE
  2. Install the IRRemote library - ESP8266 fork following the instructions provided in that library's README.
  3. Install this library by:
    1. Click "Download ZIP"
    2. Extract the downloaded zip file
    3. Rename the extracted folder to "SendIR"
    4. Move this folder to your Arduino libraries directory (under windows: C:\Users\YOURNAME\Documents\Arduino\libraries)
    5. Restart your Arduino ide
    6. Optionally, check out the examples

About

SendIR Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages