Modifications

Sauter à la navigation Sauter à la recherche
957 octets ajoutés ,  14 janvier 2013 à 11:58
aucun résumé de modification
Ligne 2 : Ligne 2 :     
{{traduction}}
 
{{traduction}}
 +
 +
One of the great things about the Raspberry Pi is that it has a GPIO connector to which you can attach external hardware.
    
[[Fichier:Rasp-Hack-GPIO.jpg|550px]]
 
[[Fichier:Rasp-Hack-GPIO.jpg|550px]]
 +
 +
 +
 +
The GPIO connector actually has a number of different types of connection on them. There are:
 +
 +
* True GPIO (General Purpose Input Output) pins that you can use to turn LEDs on and off etc.
 +
 +
* I2C interface pins that allow you to connect hardware modules with just two control pins
 +
 +
* SPI interface with SPI devices, a similar concept to I2C but a different standard
 +
 +
* Serial Rx and Tx pins for communication with serial peripherals
 +
 +
In addition, some of the pins can be used for PWM (pulse Width Modulation) for power control and another type of pulse generation for controlling servo motors called PPM (Pulse Position Modulation).
 +
 +
In this tutorial, you are not actually build anything, but you will learn how to configure your Raspberry Pi and install useful libraries ready to start attaching some external electronics to it.
 +
    
{{Rasp-Hack-GPIO-TRAILER}}
 
{{Rasp-Hack-GPIO-TRAILER}}
29 917

modifications

Menu de navigation