Modifications

Sauter à la navigation Sauter à la recherche
1 262 octets ajoutés ,  11 juillet 2013 à 10:06
Ligne 7 : Ligne 7 :     
== Petite présentation ==
 
== Petite présentation ==
 +
Arduino Esplora est un dispositif qui ressemble à un petit ordinateur appelé microcontroleur et disposant d'un certain nombre d'entrées et sorties. For inputs, there's a joystick, four buttons, a light sensor, a slider, a microphone, a temperature sensor, and an accelerometer. For outputs there's a buzzer and a three color LED. At first glance it looks like a videogame controller.
 +
 +
 +
With the Esplora, you can write software that takes information from the inputs and use that to control the outputs on the board, or control your computer, just like a mouse or keyboard would.
 +
 +
 +
The Esplora is different from all previous Arduino boards, in that it has inputs and outputs already connected to the board. This means that you don't need to know how to connect electronic sensors or actuators to use it as a result. As a result, programming for it is a bit different than for other Arduino boards. It has its own library that makes it easier to read from the input sensors and write to the output actuators. You'll see how to use the library in this guide and in the Esplora library reference pages as well.
 +
 +
 +
This guide will take you through the process of connecting the Esplora board to your computer and uploading an Arduino program, called a sketch.
 +
 
Esplora est une plateforme déjà équipée de senseur... plus besoin donc d'avoir a apprendre des rudiments de raccordement électronique pour commencer :-)
 
Esplora est une plateforme déjà équipée de senseur... plus besoin donc d'avoir a apprendre des rudiments de raccordement électronique pour commencer :-)
  
29 837

modifications

Menu de navigation