/DSTV-WiFi-Remote

DSTV IR Remote using an esp8266 with support for controlling led strips mounted and behind the TV and Amazon-Alexa

Primary LanguageCMIT LicenseMIT

esp8266 based DSTV A6 IRremote

Build Status

Control your DSTV and TV(Samsung) via WiFi or Amazon Alexa with an esp8266.

Circuit

Circuit

Usage

  • Help
make help
  • Install libraries If planning on using Travis CI, you will need to install travis-client.rb via docker or gems.
# Optional
sudo apt-get install ruby ruby-dev
sudo gem install -n /usr/local/bin travis
travis login --com # Login with your GitHub credentials
# [secure]
travis env set tokens "#ifndef tokens_h \n #define tokens_h \n \n #define MyApiKey    \"YOUR TOKEN\" \n #define SwitchId    \"YOUR ID\" \n #define LightId     \"YOUR ID\" \n \n #endif" --com

[Not Secure] or create a src/tokens.h and copy in your credentials.

#ifndef tokens_h
  #define tokens_h

#define MyApiKey
#define SwitchId
#define LightId

#endif

Now we need to install platformio and all its dependencies.

make install
  • Compiling Clang code
make build
  • Upload bin to device
make upload

Feedback

Feel free to fork it or send me PR to improve it.