Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.14 KB

Tah Remote

The Tah Remote app lets you control all remote-controlled appliances around you by turning your device into a universal remote controller. It takes minutes to sync your existing infrared remote controller with this app with an IR shield attached to the Tah board, and you can then use your iPhone or iPad to remotely control the appliance.
This repository consists of the iOS and Android(coming soon) source code along with the corresponding Arduino sketch for the Tah Remote app. Menu 3 6

Usage

Arduino

iOS

  • Clone the repo

      git clone https://github.com/tah-io/Tah-Remote.git
    
  • Change directory to the appropriate submodule (iOS or Android)

      cd Tah-Remote-iOS
    
  • Initialize and update the submodule

      git submodule init
      git submodule update
    
  • Open the Xcode project file TAH Remote.xcodeproj