old_product:odroid-w:odroidwatch

Make your own smart watch


  • Odroid W
  • ODROID-W Docking Board
  • Li-Polymer Battery pack
  • Bluetooth module
  • Buttons
  • Wire and Header pins
  • Watch straps
  • Your android device

You should have 2.2" TFT LCD on the odroid-w.

Qt pakage installation.

sudo apt-get install qt4-dev-tools

Get The ODROID-GEAR Qt source.

git clone https://github.com/hardkernel/ODROID-GEAR

Compiling

cd ODROID-GEAR/Qt_odroidgear
qmake -project

Add following line in the Qt_odroidgear.pro

QT    += network

Make it!

qmake
make

How to set up an Android development environment on your Desktop PC

Java jdk pakage installation.

sudo apt-get install openjdk-7-jdk

Download Android Studio with the Android SDK. http://developer.android.com/sdk/installing/studio.html

Get odroid gear android source code.

git clone https://github.com/hardkernel/ODROID-GEAR

Run Android studio and import Android_odroidgear project in the ODROID-GEAR repo.
Finally, after connected android device, perform “Run app” of IDE menu or “Shift + F10”

  • old_product/odroid-w/odroidwatch.txt
  • Last modified: 2017/06/20 14:43
  • by luke.go