Imprimer…

Référence : http://www.howtogeek.com/169679/how-to-add-a-printer-to-your-raspberry-pi-or-other-linux-computer/ Rien à ajouter : marche du premier coup !  

Archivage et clé USB

Référence : Pour monter une clé USB : http://raspi.tv/2012/mount-a-usb-flash-drive-on-raspberry-pi pour archiver les fichiers : http://www.raspberrypi.org/documentation/linux/filesystem/backup.md    

Dans quel état est mon Pi ?

Ce bout de code n’est pas une réalisation très pointue : pour ça, il existe des commandes provenant de programmeurs chevronnés ! Références : http://elinux.org/RPI_vcgencmd_usage https://github.com/nezticle/RaspberryPi-BuildRoot/wiki/VideoCore-Tools Mon script, etat.scr : mv etat.txt etat.bak echo « *** Fichier etat.txt archivé dans etat.bak » > etat.txt … Continue reading

http://makezine.com/projects/tutorial-raspberry-pi-gpio-pins-and-python/

Les astuces du GPIO

Références : http://makezine.com/projects/tutorial-raspberry-pi-gpio-pins-and-python/ (1) https://pypi.python.org/pypi/RPi.GPIO (2) Résumé : #set up GPIO using BCM numbering : GPIO.setmode(GPIO.BCM) # This will enable a pull-down resistor on pin 23, and a pull-up resistor on pin 24. # Now, let’s check to see if we can … Continue reading

attiny85

Passons aux chips

On peut brûler un chip (directement du Arduino et s’en passer pour déployer des contrôleurs : http://www.youtube.com/watch?v=30rPt802n1k https://learn.adafruit.com/introducing-trinket/introduction Naturellement, Adafruit va plus loin ! Pour lecture future : http://jimlaurwilliams.org/wordpress/?p=4568

Samba

Pour installer Samba… Référence : http://raspberrywebserver.com/serveradmin/share-your-raspberry-pis-files-and-folders-across-a-network.html