Différences entre versions de « Rasp-Hack-BMP085-PI-Setup »
(Page créée avec « {{Rasp-Hack-BMP085-NAV}} {{traduction}} {{Rasp-Hack-BMP085-TRAILER}} ») |
|||
Ligne 1 : | Ligne 1 : | ||
{{Rasp-Hack-BMP085-NAV}} | {{Rasp-Hack-BMP085-NAV}} | ||
− | {{ | + | == Configurer votre Pi pour le support I2C == |
+ | |||
+ | {{bloc-etroit|text=Before you can get started with I2C on the Pi, you'll need to run through a couple quick steps from the console. | ||
+ | Check out this tutorial for more details and follow it completely | ||
+ | |||
+ | http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c | ||
+ | |||
+ | When you're done, run}} | ||
+ | |||
+ | <nowiki>sudo i2cdetect -y 0 (if you are using a version 1 Raspberry Pi) | ||
+ | sudo i2cdetect -y 1 (if you are using a version 2 Raspberry Pi)</nowiki> | ||
+ | |||
+ | This will search /dev/i2c-0 or /dev/i2c-1 for all address, and if an Adafruit BMP085 Breakout is properly connected it should show up at 0x77 as follows: | ||
+ | |||
+ | {{ADFImage|Rasp-Hack-BMP085-PI-Setup-00.jpg}} | ||
+ | |||
+ | Once both of these packages have been installed, you have everything you need to get started accessing I2C and SMBus devices in Python. | ||
{{Rasp-Hack-BMP085-TRAILER}} | {{Rasp-Hack-BMP085-TRAILER}} |
Version du 2 avril 2014 à 11:07
Configurer votre Pi pour le support I2C
Before you can get started with I2C on the Pi, you'll need to run through a couple quick steps from the console. Check out this tutorial for more details and follow it completely
http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
When you're done, run
sudo i2cdetect -y 0 (if you are using a version 1 Raspberry Pi) sudo i2cdetect -y 1 (if you are using a version 2 Raspberry Pi)
This will search /dev/i2c-0 or /dev/i2c-1 for all address, and if an Adafruit BMP085 Breakout is properly connected it should show up at 0x77 as follows:
{{{2}}}
Crédit: AdaFruit Industries www.adafruit.com
Once both of these packages have been installed, you have everything you need to get started accessing I2C and SMBus devices in Python.
Source: Using BMP085 with Raspberry Pi. Créé par Kevin Townsend pour AdaFruit Industries.
Traduction et corrections réalisée 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