Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.17 KB

Tah-RGB

Make a mood lamp and change the lighting on a bunch of RGB LEDs with the Tah RGB app! Set up RGB LEDs in any pattern you like and connect them to the Tah. You can then use your phone to have the LEDs light up according to the colours of your choice or cycle through the selected colours in a rainbow mode.

This repository consists of the iOS and Android(coming soon) source code along with the corresponding Arduino sketch for the Tah RGB app.

Scan Colors


Usage

Arduino

iOS

  • Clone the repo

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

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

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