Outils d'utilisateurs

Outils du Site


ressources:raspberry_pi

Différences

Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.

Lien vers cette vue

ressources:raspberry_pi [2014/03/15 22:59]
bumblebee
ressources:raspberry_pi [2016/04/05 13:51] (Version actuelle)
bumblebee
Ligne 1: Ligne 1:
 ===== Raspberry Pi===== ===== Raspberry Pi=====
 +{{ :ressources:raspberry_pi_logo.png?direct&150|}}
 +
 +==== Documentation Hardaware====
 +Schema electriques et dessin techniques :
 +  * https://www.raspberrypi.org/documentation/hardware/raspberrypi/README.md
 +
 +
 +==== Comment ça marche ? ====
 +  * Base d’électroniques pour l'utilisation des GPIO (entrées/sorties) sur un raspberry pi :  http://www.linuxembedded.fr/2014/07/electronique-simple-pour-gpio/
 +
 +====Sorties PWM (à modulation de largeur d'impulsion) ====
 +Nativement la raspberry pi ne possède qu'une seule sortie [[wpfr>PWM]] (utiles pour faire varier la luminosité d'une led, la vitesse d'un moteur ou contrôler un servomoteur) ce qui peu être limitant. Pour y remédier Richard Hirst à développé le module noyau [[github>/richardghirst/PiBits/tree/master/ServoBlaster|ServoBlaster]] qui permet de générer des signaux [[wpfr>PWM]] sur les sorties GPIO standards. Un petit exemple d'utilisation sur une bande de leds tricolores [[http://mitchtech.net/raspberry-pi-pwm-rgb-led-strip/|ici(en)]]
 +
 ==== Python ==== ==== Python ====
-  * Écrans LCD type nokia 3110/5110 (PCD8544 LCD) : https://github.com/bubbl/pcd8544-1+  * Écrans LCD type nokia 3110/5110 (PCD8544 LCD) :  
 +    * Librairie pcd8544-1 : https://github.com/bubbl/pcd8544-1 
 +    * Librairie d'Adafruit : https://github.com/adafruit/Adafruit_Nokia_LCD avec un tutoriel d'utilisation : https://learn.adafruit.com/nokia-5110-3310-lcd-python-library/usage
   * Capteur d'humidité et température DHT11/DHT22 : https://github.com/vo1/PyDHT - http://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/software-install   * Capteur d'humidité et température DHT11/DHT22 : https://github.com/vo1/PyDHT - http://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/software-install
   * Capteur de pression barometrique BMP085 http://learn.adafruit.com/using-the-bmp085-with-raspberry-pi/using-the-adafruit-bmp085-python-library:   * Capteur de pression barometrique BMP085 http://learn.adafruit.com/using-the-bmp085-with-raspberry-pi/using-the-adafruit-bmp085-python-library:
   * Librairie I2C : https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/tree/master/Adafruit_I2C   * Librairie I2C : https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/tree/master/Adafruit_I2C
ressources/raspberry_pi.1394920767.txt.gz · Dernière modification: 2014/03/15 22:59 par bumblebee