Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials_arduino [2016/02/24 05:18] 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 2. Go to File -> Preferences | ||
+ | * Step 3. In the Additional Boards Manager URLs textbox add the following link: http://clkdiv8.com/download/package_clkdiv8pre_index.json | ||
+ | * Step 4. Close the window by pressing OK | ||
+ | * Step 5. Go to Tools -> Board -> Boards Manager | ||
+ | * Step 6. Search "sparrow" | ||
+ | * Step 7. Hit Install | ||
+ | * Step 8. You're done! | ||
+ | |||
+ | 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 15: | Line 32: | ||
You're all set up! | You're all set up! | ||
- | Excited to run your first code on Sparrow? Check out how to say [[tutorials_hello_world|Hello World]]! | + | </hidden> |
+ | |||
+ | |||
+ | <note tip>Excited to run your first code on Sparrow? Check out how to say [[tutorials_hello_world|Hello World]]!</note> | ||