Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials_arduino [2016/11/15 09:34]
admin
tutorials_arduino [2017/01/06 05:20] (current)
admin
Line 1: Line 1:
 ====== Installing the Arduino Libraries for the Sparrow Nodes ====== ====== Installing the Arduino Libraries for the Sparrow Nodes ======
  
-Step 1. Open the Arduino IDE +  * Step 1. Open the Arduino IDE 
-Step 2. Go to Tools > Board > Boards Manager +  ​* ​Step 2. Go to File -> Preferences 
-Step 3. Search "​sparrow"​ +  * Step 3. In the Additional Boards Manager URLs textbox add the following link: http://​clkdiv8.com/​download/​package_clkdiv8pre_index.json 
-Step 4. Hit Install +  * Step 4. Close the window by pressing OK 
-Step 5. You're done!+  * Step 5. Go to Tools -> Board -> Boards Manager 
 +  ​* ​Step 6. Search "​sparrow"​ 
 +  ​* ​Step 7. Hit Install 
 +  ​* ​Step 8. You're done!
  
-<​hidden>​+Here is a video tutorial of the process: 
 + 
 +<​html>​ 
 +<iframe width="​640"​ height="​480"​ src="​https://​www.youtube.com/​embed/​ng7X_ZxwVkE"​ frameborder="​0"​ allowfullscreen></​iframe>​ 
 +</​html>​ 
 + 
 +<​hidden ​If this method doesn'​t work, here is the manual version>
  
   - Download [[https://​www.arduino.cc/​en/​Main/​Software|Arduino]]   - Download [[https://​www.arduino.cc/​en/​Main/​Software|Arduino]]
Line 24: Line 33:
  
 </​hidden>​ </​hidden>​
-Excited to run your first code on Sparrow? Check out how to say [[tutorials_hello_world|Hello World]]!+ 
 + 
 +<note tip>Excited to run your first code on Sparrow? Check out how to say [[tutorials_hello_world|Hello World]]!</​note>​