Modifications

Sauter à la navigation Sauter à la recherche
941 octets ajoutés ,  10 novembre 2012 à 22:48
Ligne 27 : Ligne 27 :  
* Du [http://mchobby.be/PrestaShop/product.php?id_product=34 fil de prototypage pour breadboard]
 
* Du [http://mchobby.be/PrestaShop/product.php?id_product=34 fil de prototypage pour breadboard]
 
* Un [http://mchobby.be/PrestaShop/search.php?orderby=position&orderway=desc&search_query=breadboard&submit_search=Rechercher breadboard] (demi ou grande taille).
 
* Un [http://mchobby.be/PrestaShop/search.php?orderby=position&orderway=desc&search_query=breadboard&submit_search=Rechercher breadboard] (demi ou grande taille).
 +
 +
== Pourquoi avons nous besoin d'un ADC? ==
 +
ADC signifie "Analog to Digital Converter" autrement dit "Convertisseur Analogique vers Digital".
 +
 +
The Raspberry Pi computer does not have a way to read analog inputs. It's a digital-only computer. Compare this to the Arduino, AVR or PIC microcontrollers that often have 6 or more analog inputs! Analog inputs are handy because many sensors are analog outputs, so we need a way to make the Pi analog-friendly.
 +
 +
We'll do that by wiring up an MCP3008 chip to it. The MCP3008 acts like a 'bridge' between digital and analog. It has 8 analog inputs and the Pi can query it using 4 digital pins. That makes it a perfect addition to the Pi for integrating simple sensors like photocells, FSRs or potentiometers, thermistors, etc.!
 +
 +
Lets check the datasheet of the MCP3008 chip. On the first page in the lower right corner there's a pinout diagram showing the names of the pins
 +
 +
[[Fichier:MCP3008.jpg]]
    
== Montage ==
 
== Montage ==
29 836

modifications

Menu de navigation