Rasp-Hack-MCP230XX-Raccordement

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche


MCHobby investit du temps et de l'argent dans la réalisation de traduction et/ou documentation. C'est un travail long et fastidieux réalisé dans l'esprit Open-Source... donc gratuit et librement accessible.
SI vous aimez nos traductions et documentations ALORS aidez nous à en produire plus en achetant vos produits chez MCHobby.

The way that you hook the chip up to your breadboard will depend on the package you use (8-pin MCP23008 or 16-pin MCP23017).

The pinouts are quite different between the two chips, so check the datasheet carefully first.

The MCP23017 is shown above with two LEDs connected, on GPA0 and GPA1.

  • The yellow line is SDA
  • The green line is SCL
  • The three black lines on top are the address pins
  • The brown pin is RESET which must be pulled high for normal operation
  • Red is 3V3 or 5V
  • Black is GND.

Rasp-Hack-MCP230XX-Wire-01.jpg
Crédit: AdaFruit Industries www.adafruit.com

Since these io expander chips use i2c to communiate, you can power them from 5V while still connecting the i2c data lines to a 3.3V device like the pi. That's because the Pi has two i2c resistors that pull up SDA/SCL to 3.3V. Just make sure not to connect any resistors to SDA/SCL to 5V and you can power the chip from 5V (and have 5V input/output on the MCP chip). Its also fine of course to power the MCP chip from 3.3V but the 5V line on the Pi has more current capability so you might find its better to go that way.

You can compare the two pinouts below to figure out how the 8-pin package should be hooked up depending on the pin names:

Rasp-Hack-MCP23008-PinOut.jpg
Crédit: AdaFruit Industries www.adafruit.com

Rasp-Hack-MCP23017-PinOut.jpg
Crédit: AdaFruit Industries www.adafruit.com



Source: MCP230xx GPIO Expander on the Raspberry Pi créé par Kevin Townsend pour www.adafruit.com

Traduit , corrigé et augmenté par Meurisse D. pour MCHobby.be Toute référence, mention ou extrait de cette traduction doit être explicitement accompagné du texte suivant : «  Traduction par MCHobby (www.MCHobby.be) - Vente de kit et composants » avec un lien vers la source (donc cette page) et ce quelque soit le média utilisé.

L'utilisation commercial de la traduction (texte) et/ou réalisation, même partielle, pourrait être soumis à redevance. Dans tous les cas de figures, vous devez également obtenir l'accord du(des) détenteur initial des droits. Celui de MC Hobby s'arrêtant au travail de traduction proprement dit.

Traduit avec l'autorisation d'AdaFruit Industries - Translated with the permission from Adafruit Industries - www.adafruit.com