Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 677 Bytes

surfer Arduino Control Framework

Build Status

Compile Linux Unit Tests & Example

cd arduino/surfer/
mkdir build_x86
cd build_x86
cmake ..
make -j2

Compile Android Monitoring App

Download the latest Android Studio [https://developer.android.com/studio/index.html], open the folder android/acontroland click on Build -> Make Project.

Compile Arduino Binary

Download a recent version of the Arduino IDE: [https://www.arduino.cc/en/main/software] and open the file arduino/surfer/surfer.ino and click on Sketch -> Verify/Compile.