User Tools

Site Tools


digispark:tutorials:connectingpro

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
digispark:tutorials:connectingpro [2014/12/27 13:53]
digistump [Software:]
digispark:tutorials:connectingpro [2016/06/09 12:03] (current)
Line 11: Line 11:
 =====Software:​===== =====Software:​=====
  
-**NOTE: ** If you used a version of the ide where the digistump add-ons were installed separately you must delete the folder at My Documents/Arduino/​hardware ​(windows) or Documents/Arduino/hardware (OS X) or /​home/​[username]/​Sketchbook (Linuxor this new IDE install will not work properly and you will get library errors!+The Digispark Pro uses the Arduino ​IDE 1.6.5+  ​(Arduino ​1.6.5r2 - NOT 1.6.6 or 1.6.7 strongly recommended)
  
-The Digispark Pro uses the Arduino IDE - Digistump Release 1.5.x which is the Arduino IDE with some custom additions and supports Digispark, Digispark Pro, and DigiX. These are presented as a fully integrated package with 1.5.x that can be downloaded as an installed or zip file. 
  
-First download the appropriate package:+====== Installation Instructions======
  
-      * Windows (now with fully signed drivers!) 
-          * Installer (recommended):​ https://​github.com/​digistump/​DigistumpArduino/​releases/​download/​v1.5.8B/​DigistumpArduinoInstall1.5.8B.exe 
-          * Zip: https://​github.com/​digistump/​DigistumpArduino/​releases/​download/​v1.5.8B/​DigistumpIDE1.5.8B.zip 
-      * Mac: https://​github.com/​digistump/​DigistumpArduino/​releases/​download/​v1.5.8B/​DigistumpIDE1.5.8BOSX.zip 
-      * Linux: ​ 
-          * 32-bit: https://​github.com/​digistump/​DigistumpArduino/​releases/​download/​v1.5.8B/​DigistumpIDE1.5.8B-linux32.tar.gz 
-          * 64-bit: https://​github.com/​digistump/​DigistumpArduino/​releases/​download/​v1.5.8B/​DigistumpIDE1.5.8B-linux64.tar.gz 
-      * Note: report any issues with the builds to the forum: http://​digistump.com/​board 
  
 +  *  **First download the appropriate Arduino package at the Arduino.cc website: https://​www.arduino.cc/​en/​Main/​Software**
 +  *  If using Arduino 1.6.6 or higher and windows - download, unzip, and run "​Install Drivers"​ from here: https://​github.com/​digistump/​DigistumpArduino/​releases/​download/​1.6.7/​DigistumpDrivers.zip
 +  *  **Install or Unzip the Arduino application.**
 +  *  **Run the Arduino application.**
 +  *  **In the Arduino application go to the "​File"​ menu and select "​Preferences"​**
 +{{ :​digispark:​tutorials:​preferences.gif?​nolink |}}
 +  *  **In the box labeled "​Additional Boards Manager URLs" enter:** <​code>​http://​digistump.com/​package_digistump_index.json</​code>​
 +**and click OK**
  
-**Compiling from source** https://​github.com/​digistump/​DigistumpArduino +NoteIf you already have additional URLs entered in that box, then click the button on the right of the box and enter this URL on a new line
-==== Windows Install ====+{{ :​digispark:​tutorials:​entry.jpg?​nolink |}}
  
-  * Complete these steps before plugging in the Digispark (Pro) +  *  **Go to the "​Tools"​ menu and then the "Board" submenu ​select ​"Boards Manager"​ and then from the type drop down select "​Contributed":​** ​ 
-  ​* ​Installer: Run the installer, when it pops up the driver install, install the drivers as well. When complete run the "Arduino IDE Digistump Release" from your start menu. +  * **Select the "​Digistump AVR Boards"​ package ​and click the "​Install" ​button.** 
-  * Zip: Unzip and run the driver install - which is the "​Install ​Drivers.bat" ​file inside the drivers folderThen run Arduino.exe to run the IDE.+{{ :​digispark:​tutorials:​digispark_install.gif?nolink |}}
  
-==== Mac OS X Install====+    *  **You'​ll see the download progress on the bottom bar of the "​Boards Manager"​ window, when complete it will show "​Installed"​ next to that item on the list.**  
 +    *  **WINDOWS USERS: When complete the install with pop up a Driver ​Install ​Wizard window, please click "​Next"​ on this Window to install the drivers for Digistump Boards** (If you already have them installed, this installer will update them and install any that are missing) 
 +    * **With the install complete, close the "​Boards Manager"​ window and select the "​Digispark Pro" from the Tools->​Boards menu. "​Digispark Pro (Default 16mhz)"​ is the board that should be selected by all new users. **  
 +{{ :​digispark:​tutorials:​pickpro.gif?​nolink |}}
  
 +  *  **The install is now complete!** (Linux users see note below)
  
-  * Disable Gatekeeper by following this tutorial: [[digispark:​tutorials:​gatekeeper|Disabling Gatekeeper on OSX]] 
-  * Unzip the App and drag it to your Programs folder - or whereever you would like to store it. 
-  * Run the "​Arduino - Digistump Release"​ App that you just unzipped. ​ 
-  * See the troubleshooting section below for any other issues. 
  
 ==== Linux Install ==== ==== Linux Install ====
  
-  * Untar 
   * If you haven'​t before - Install the udev rules found here: [[http://​digistump.com/​wiki/​digispark/​tutorials/​linuxtroubleshooting|Troubleshooting section]]   * If you haven'​t before - Install the udev rules found here: [[http://​digistump.com/​wiki/​digispark/​tutorials/​linuxtroubleshooting|Troubleshooting section]]
-  * Run the arduino executable 
  
   * **ATTENTION LINUX USERS:** [[digispark:​tutorials:​linuxtroubleshooting|PLEASE CHECKOUT THE LINUX TROUBLESHOOTING PAGE**]]   * **ATTENTION LINUX USERS:** [[digispark:​tutorials:​linuxtroubleshooting|PLEASE CHECKOUT THE LINUX TROUBLESHOOTING PAGE**]]
  
 +==== Sources ====
 +
 +**Digistump Package Sources: ** https://​github.com/​digistump/​DigistumpArduino
    
  
digispark/tutorials/connectingpro.1419717195.txt.gz · Last modified: 2014/12/27 13:53 by digistump