Modifications

Sauter à la navigation Sauter à la recherche
2 074 octets ajoutés ,  8 novembre 2014 à 22:03
Ligne 19 : Ligne 19 :  
If you don't want to modify an existing Arduino IDE install, you can simply download our ready-to-go and tested Flora/Gemma/Trinket-ified v1.05 right here:
 
If you don't want to modify an existing Arduino IDE install, you can simply download our ready-to-go and tested Flora/Gemma/Trinket-ified v1.05 right here:
    +
{{download-box|Téléchargez Adafruit IDE v1.0.5 pour MAC|http://adafruit-download.s3.amazonaws.com/Adafruit%20Arduino%201.05%20-%20Mac%2011-7-14.zip}}
    +
{{download-box|Téléchargez Adafruit IDE v1.0.5 pour Windows|http://adafruit-download.s3.amazonaws.com/Adafruit%20Arduino%201.05%20-%20Win%208-20-14.zip}}
 +
 +
{{download-box|Téléchargez Adafruit IDE v1.0.5 pour Linux (32 bits)|http://adafruit-download.s3.amazonaws.com/trinket-arduino-1.0.5-linux32.tgz}}
 +
 +
{{download-box|Téléchargez Adafruit IDE v1.0.5 pour Linux (64 bits)|http://adafruit-download.s3.amazonaws.com/trinket-arduino-1.0.5-linux64.tgz}}
 +
 +
<small>Vous pouvez retrouver tout ces [https://learn.adafruit.com/introducing-pro-trinket/setting-up-arduino-ide liens de téléchargement directement sur cette page du tutoriel d'AdaFruit].</small>
    
{{ambox-stop|text=Be sure to extract the contents of the zip file. The IDE will not execute properly from a compressed folder.}}
 
{{ambox-stop|text=Be sure to extract the contents of the zip file. The IDE will not execute properly from a compressed folder.}}
    
=== Mac OSX ===
 
=== Mac OSX ===
xxx
+
If you're using Mac OS Mavericks you will need to update the setting to permit running Arduino IDE
 +
# Open System Preferences and select the Security and Privacy icon.
 +
# Select the 'General' tab
 +
# Click the Lock Icon and Login
 +
# Change "Allow Apps Downloaded From": to "Anywhere"
 +
# Open the downloaded IDE.
 +
# Go back to the Security preferences and change the selection back to "Mac App Store and identified developers"
 +
# You only need to go through this procedure once. Mavericks will remember that it's OK to run the app.
    
=== Linux ===
 
=== Linux ===
xxx
+
When installing the Linux version of the modified Arduino IDE you will want to add a udev rule so the IDE can be run as a non-root user and access the USB ports.  If you're using Ubuntu you can follow these steps to install an updated udev rule:
 +
 
 +
<nowiki>wget https://github.com/adafruit/Trinket_Arduino_Linux/raw/master/adafruit-trinket.rules
 +
sudo cp adafruit-trinket.rules /etc/udev/rules.d/
 +
sudo reload udev</nowiki>
 +
 
 +
If you're not using Ubuntu, you might need to modify the udev rule to change the group to something other than "dialout".  Check out this page for more tips on udev configuration rules.
 +
 
 +
'''NOTE: When using Trinket in the Linux Arduino IDE make sure to change the programmer to "USBtinyISP" under the Tools -> Programmer menu!'''
    
== La méthode lente ==
 
== La méthode lente ==
29 837

modifications

Menu de navigation