We interact with a lot of devices everyday. Almost all of these can be made smarter by bringing a smartphone and TAH together. TAH is a Bluetooth 4.0 enabled development platform that is compatible with the Arduino. This app allows you to individually control and get data from all the pins of the Tah.
This repository consists of the iOS and Android(coming soon) source code along with the corresponding Arduino sketch for the Tah app.
- Install the Tah Arduino Library
- Download the ArdSCL and open it in the Arduino IDE
- Upload it on your Tah board
-
Clone the repo
git clone https://github.com/tah-io/Tah.git
-
Change directory to the appropriate submodule (iOS or Android)
cd Tah-iOS
-
Initialize and update the submodule
git submodule init git submodule update
-
Open the Xcode project file TAH.xcodeproj