We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:show_tutorial [2014/12/17 17:05]
john1117
en:show_tutorial [2014/12/17 17:05] (current)
john1117
Line 1: Line 1:
 +===== ODROID-SHOW Tutorial on ubuntu =====
 +First download the ODROID-SHOW source code with github.\\
 +Then add libraries after install the arduino IDE.\\
 +Finally after **connecting jumper**, compile and upload.
 +
 +==== Download the ODROID-SHOW source code ====
 +<​code>​
 +> sudo apt-get install git
 +> cd ~/work
 +> git clone https://​github.com/​hardkernel/​ODROID-SHOW
 +</​code>​
 +==== Install the arduino IDE ====
 +Launch Ubuntu Software Center, search for "​arduino",​ and install it
 +
 +{{:​en:​software_center.png?​500|}}
 +
 +==== Run arduino IDE ====
 +Open "​show_main.ino"​ sketch file in this path.\\
 +ODROID-SHOW/​show_main/​show_main.ino
 +
 +==== Setting Preferences ====
 +You need to locate sketchbook path to the ODROID-SHOW.
 +
 +{{:​en:​preferences.png?​500|}}
 +==== Add Libraries ====
 +Execute show_main source code with arduino IDE.\\
 +You can add the libraries in the IDE through the menu skech -> import Library... -> Add Library...
 +
 +{{:​en:​add_library.png?​500|}}
 +
 +The following way, add ODROID-SHOW folder. (sketchbook folder)
 +
 +{{:​en:​add_library2.png?​500|}}
 +
 +==== Compile and Upload ====
 +Check the serial port between /​dev/​ttyUSBn and "tools -> Serial Port" of arduino IDE.
 +<​code>​
 +> ls /​dev/​ttyUSB*
 +</​code>​
 +{{:​en:​check_serialport.png?​500|}}
 +
 +Finally after connecting the jumper, click "​upload"​ button of arduino IDE after click Verify button or "Ctrl + R".
  
en/show_tutorial.txt ยท Last modified: 2014/12/17 17:05 by john1117
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0