Arduino: Difference between revisions

From air
Jump to navigation Jump to search
Line 13: Line 13:


==Installation==
==Installation==
===Windows===
Téléchargez l'environnement de développement Arduino depuis http://www.arduino.cc/en/Main/Software

Dézippez l'environnement (qui requière un JRE)

Installez les drivers de votre carte (Uno, Duemilanove ...) présents dans le répertoire arduino-0xyz\drivers en suivant les [http://arduino.cc/en/Guide/Windows#toc4 instructions].

===MacOS X===

===Linux===
Sous Linux [http://www.arduino.cc/playground/Learning/Linux http://www.arduino.cc/playground/Learning/Linux]
Sous Linux [http://www.arduino.cc/playground/Learning/Linux http://www.arduino.cc/playground/Learning/Linux]
<pre>
<pre>
Line 35: Line 45:
* For Arduino 22 on 64 bit [http://thenybble.de/projects/arduino-64-bit.html http://thenybble.de/projects/arduino-64-bit.html]
* For Arduino 22 on 64 bit [http://thenybble.de/projects/arduino-64-bit.html http://thenybble.de/projects/arduino-64-bit.html]
* Ecplise plugin [http://www.arduino.cc/playground/Code/Eclipse http://www.arduino.cc/playground/Code/Eclipse]
* Ecplise plugin [http://www.arduino.cc/playground/Code/Eclipse http://www.arduino.cc/playground/Code/Eclipse]

Sous Windows


==Arduino @ AIR==
==Arduino @ AIR==

Revision as of 06:44, 18 June 2011

Description

Arduino est un ensemble de cartes à base d'AVR ATMega pour le prototypage rapide d'applications physical computing mêlant programmation simple et électronique de base. Elle s'adresse aux artistes, hobbiistes, lycéens et enseignants.


Les points forts de cette carte sont:

  • son caractère open-source (multi fournisseurs, ...)
  • son environnement simplifié pour le développement (basé sur Processing, langage Wiring, programmation vers l'USB, ...)
  • sa communauté d'utilisateurs (millions, entraide, idées de projet, ...)
  • sa connection avec l'environnement Processing (sur un hôte PC, Mac, ...)

Les points faible de cette carte sont:

  • des capacités limitées en mémoire RAM et FLASH

Installation

Windows

Téléchargez l'environnement de développement Arduino depuis http://www.arduino.cc/en/Main/Software

Dézippez l'environnement (qui requière un JRE)

Installez les drivers de votre carte (Uno, Duemilanove ...) présents dans le répertoire arduino-0xyz\drivers en suivant les instructions.

MacOS X

Linux

Sous Linux http://www.arduino.cc/playground/Learning/Linux

sudo apt-get install arduino

More for Ubuntu at http://arduino.cc/playground/Linux/Ubuntu

Quote: Is there any way I can "see" the avrdude command the Arduino IDE uses (since it works)?

Close the IDE if running and open the preferences.txt file for the IDE in a texteditor. Change the keys :

build.verbose=true
upload.verbose=true

Then startup the IDE. It should now print all the compiler and avrdude upload messages.

Related info

Arduino @ AIR

Les cartes disponibles dans la salle AIR:

Des cartes erzats utilisant des processeurs ARM7 sont compatibles avec les montages et les cartes filles développées pour les cartes Arduino. Le développement se fait par contre en C# .NET MicroFramework

Assortiments d'Arduino et consors: Uno, Mega, Seeeduino, FEZ PandaArduiGridBreaduino

Ressources

Liens

Kits

Livres