background preloader

Raspberry pi

Facebook Twitter

Bookmarks. Raspberry Pi. The MagPi. RaspberryPi-Accueil. De MCHobby Wiki. Bienvenue sur la page d'accueil MicroControleur Hobby alias MCHobby dédiée à Raspberry Pi. Vous y trouverez l'information et/ou traductions que nous avons accumulé à propos du Raspberry Pi. Système d'exploitation Pour savoir comment préparer une carte SD avec un système d'exploitation pour Raspberry Pi, vous pouvez lire l'article RPi Easy Card Setup sur eLinux.org. MC Hobby propose néanmoins des cartes SD incluant déjà le système d'exploitation pour Raspberry (voir notre catégorie Raspberry pour plus d'information). Vous pourrez trouver une une liste des systèmes d'exploitation disponibles pour Raspberry Pi sur la page de téléchargement de raspberrypi.org. Whezzy Raspbian Distribution de la fondation Raspberry Pi. Occidentalis Distribution AdaFruit pour hackers.

Quelques références: R-Pi Troubleshooting sur eLinux.org Tutoriels Prise en main Overclocking Augmentez la vitesse de votre PI (Whezzy Raspian) en utilisant une méthode d'Overclocking. Pi-Copier/Pi-Coller PiFace Utiliser VNC. Learning System. How to raspberry pi. Raspberry-pi:comment-passer-votre-raspberry-en-francais. Connectez vous en direct sur votre Raspberry avec clavier et un moniteur.

Identifiez vous avec : Login : pi Password : raspberry /! \ Attention si vous avez fraichement installé Raspbian, le clavier va être en anglais, tapez alors : rqspberry /! \ Rappel : Sous un environnement Linux le mot de passe ne s'affiche pas ! Tapez ensuite : sudo raspi-config Pour navigurer dans se menu il faut utiliser les flèches directionnel pour monter/descendre et la touche tabulation pour changer d'options, barre espace pour cocher/décocher les cases.

Allez sur la ligne : configure_keyboard Set keyboard layout » Select Keyboard model : Generic 105-key (intl) PC Keyboard layout : Other Country of origin for the keyboard : French Keyboard layout : French Key to function as AltGr : The default for the keyboard layout Compose key : No compose key Use Control+Alt+Backspace to terminate the X server? Changement de la langue du système : Allez sur la ligne : change_locale Set locale » Select Locales to be generated: sudo reboot. Root issue. Arrêter proprement son Raspberry | iTechnoFrance. PiFace-Manuel. De MCHobby Wiki. Introduction PiFace Digital est conçu pour être connecté directement sur le GPIO de Raspberry Pi, vous permettant ainsi d'être sensible et de contrôler le monde environnent. Déjà assemblé, il est prêt à l'emploi en quelques minutes. Avec PiFace Digital, vous pouvez détecter l'état d'un bouton poussoir (switch), d'un contact de porte, d'une pastille à pression et de tous les autre types de senseurs de type switch.

Une fois l'état détecté, vous pouvez écrire vos propres programmes pour Raspberry Pi qui détermine comment votre Pi doit répondre à cette action du monde extérieur. Vous pouvez piloter des moteurs de puissance, des actuateurs, LEDs ou tout ce que vous voulez d'autre. Vous trouverez le PiFace chez MCHobby ainsi que des Raspberry Pi et de nombreux accessoires pour Raspberry Pi. A propos du traducteur Cette traduction Française largement augmentée et corrigée est proposée par MCHobby (www.mchobby.be) dans le but de promouvoir PiFace et la plateforme Raspberry Pi.

Coder for Raspberry Pi. A simple way to make web stuff on Raspberry Pi. Coder is a free, open source project that turns a Raspberry Pi into a simple platform that educators and parents can use to teach the basics of building for the web. New coders can craft small projects in HTML, CSS, and Javascript, right from the web browser.

Download Coder 1.33GB | Coder v0.9Now supports Raspberry Pi 2! How to Install and Connect. Download, unzip, and run the Coder Installer. Mac users, just run the provided installer.PC users, check out our Windows-specific Instructions for more installation details. Insert your new Coder SD card into your Pi, make sure your Pi and your computer are plugged into the network, and power it up. The Pi will be your new web server. On your computer, visit in Chrome to connect to your new Coder and start playing. [Note: You will see a warning about Coder's certificate. Download and run the Coder Installer with any 4GB SD Card.

Getting to Know Coder. Click on any app to open it up. Raspberry Pi ~05 : Ajouter un bouton matériel (avec Python) | Hardware-Libre. Dans ce guide, nous allons voir comment câbler un bouton au Raspberry Pi, et le faire fonctionner grâce à Python. Nous aurons besoin pour ce guide : d’un Raspberry Pi (la préparation du mini-guide ~04 est idéale)d’un bouton de type micro-switch,d’une platine d’expérimentation (un petit modèle suffira),de deux fils Dupont male-femelle. Commençons par mettre à jour notre distribution Raspbian, afin d’avoir les librairies qui nous intéressent : sudo apt-get update sudo apt-get dist-upgrade Ou alors, pour simplement mettre à jour le composant Rpi.GPIO : wget wget sudo dpkg -i python-rpi.gpio_0.5.3a-1_armhf.deb sudo dpkg -i python3-rpi.gpio_0.5.3a-1_armhf.deb Le circuit Circuit pour un unique bouton Attention au sens du bouton, tous ne sont pas cablés de la même manière.

Le code #! Raspberry Pi SSH Login without Monitor. Raspberry Pi SSH Login without Monitor The Raspbian "wheezy" distro we have been using comes with SSH telnet access enabled, and this is a great way to get terminal access to your Raspberry Pi without having to hook it up to a monitor and keyboard. All you need connected to your Raspberry Pi is the power and an internet connection.

By default the Raspberry Pi will be allocated an IP address by your router. However, next time you power it up the router may allocate a different IP address. This is a problem because in order to connect through SSH we need to know the Raspberry Pi's IP address on your local network, and we can't see this if we dont have a monitor attached. There are two ways of solving this: Setup the Raspberry Pi to have a fixed IP address Scan the network to find the IP address of the Raspberry Pi For this tutorial we shall use option 2 and scan the network.

We can find out the IP address of the Raspberry Pi by logging into the router and seeing what devices are connected. 8 – La connexion réseau 3G. J’ai reçu ce matin mon dongle 3G Huawei E220 Je dispose déjà d’une carte SIM Free Mobile avec le forfait à 2€. J’active simplement l’option data à 0,99 €, qui prend effet immédiatement. Vous pouvez trouver ce dongle 3G notamment sur Amazon ici. Mon Raspberry Pi n’ayant pas encore été livré, je test sur un PC standard sous Linux Mint 14. Comme prévu, le dongle est immédiatement reconnu par le système : root@Setebos ~ $ lsusb Bus 001 Device 002: ID 8087:0024 Intel Corp. Passage par le gestionnaire de connexion réseau, avec une configuration minimaliste pour le réseau de Free : La connexion fonctionne immédiatement, et on constate que nous sommes en itinérance sur le réseau d’Orange J’obtiens bien une IP, et je peux surfer C’est trop facile !

Comme précédemment, le dongle 3G est reconnu immédiatement : root@raspberrypi:~# lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. Il suffit ensuite de lancer un wvdialconfig : Raspbian Wheezy Dongle 3G Huawei E220 - Si vous souhaitez connecter votre raspberry pi sous raspbian wheezy, avec une clé 3G Huawei E220 chez Orange, c'est possible. Ce dongle fonctionne sans besoin d'avoir un hub USB auto-alimenté. (Je l'a fait même tourné avec un Dongle Wifi Pi Hut en même tps, sur le second port USB) Ce dont vous aurez besoin, c'est d'installer l'outil wvdial : apt-get install wvdial et ensuite, d'avoir la configuration suivante /etc/wvdial.conf : [Dialer orange] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 Modem Type = Analog Modem ISDN = 0 Phone = *99# Modem = /dev/ttyUSB0 Username = orange Password = orange Baud = 460800[Dialer pin] Init1 = AT+CPIN=0000 Baud = 9600 Modem = /dev/ttyUSB0 0000 dans la partie Dialer pin doit correspondre à votre code PIN Ensuite, pour lancer le service, il vous faudra taper : - Si pas de code pin : wvdial orange - Si code pin : wvdial pin orange l'outil comgt, permet d'aider dans le troubleshooting (comme moi, un souci avec la carte SIM) apt-get install comgt.

Raspberry Pi - Connecter directement sur un PC avec une câble RJ45. Lorsque je suis en déplacement je ne me balade pas souvent avec un clavier + souris + câble HDMI (et encore moins l'écran qui va avec !). Si je veux bidouiller le Raspberry Pi, je n'ai pourtant pas vraiment le choix. Je vais donc expliquer dans le tutoriel suivant comment utiliser uniquement un ordinateur portable connecté avec un simple câble réseau (RJ45) au Raspberry Pi.Vous devez vous dire, mais pourquoi faire ça, sachant que le Raspberry Pi est prévu pour être branché directement sur un routeur lorsqu'on le déplace.

Certes, mais ce que je voulais faire, c'est principalement pouvoir l'utiliser en local, et comme je n'ai pas forcement un clavier, une souris et surtout un écran HDMI sous la main, ce n'était pas forcément simple. Imaginons par exemple, que nous sommes dans un hôtel, et que vous voulez finir de configurer votre site web hébergé sur le Raspberry Pi. Pré-requis : Préparation de le carte SD Branchements Installation de Xming et Putty. Raspbian | The Raspberry pi. RasWIK - Wireless Inventors Kit for the Raspberry Pi. Details Category: Radio projects using XRF, ERF, URF & SRF's Last Updated on Wednesday, 04 September 2013 13:03 RasWIK introduction >> forward to contents page >> forward to the troubleshooting guide The Wireless Inventors Kit for the Raspberry Pi (RasWIK) is an exciting and affordable way to build your own wireless devices with the Raspberry Pi.

The hardware comes preloaded with software and there are applications to run on your Pi. The RasWIK demonstrates that with our leading edge technology anyone (we do mean anyone) can build wireless sensors and actuators. You can build wireless devices in just minutes. The project pack consists of a low power radio transceiver for your Pi and a radio enabled electronics development board (the XinoRF) based on the Arduino UnoR3. Features: Contents of the Wireless Inventors Kit for the Raspberry Pi >> forward to contents page Following these projects without having the full kit Activity 01 - Lets test the hardware by flashing a red light on the XinoRF Easy.

Raspberry Pi starter kit aims to inspire IoT innovation. 04 September 2013 Internet of Things (IoT) manufacturer Ciseco has taken the wraps off a new Raspberry Pi inventor's kit called RasWIK. The 88 piece kit provides simple step by step instructions for Raspberry Pi users to create their own wireless devices; without the need for configuration or even writing code. According to Ciseco, users can create anything from a simple traffic light to a battery monitor, or even a temperature gauge that sends data to the Xively IoT cloud so billions can access the data.

"With RasWIK, our aim is to ignite the inventor in everyday people," said Ciseco founder Miles Hodkinson. The RasWIK kit includes a wireless module for the Pi; an SD card with starter software and fully configured Pi operating system pre-installed; a wireless Arduino compatible development board; and additional electronic components, including leds, a sounder and connectors.

Author Laura Hopperton Supporting Information Websites Name Please enter a valid name Comments. Lire la valeur d’un bouton connecté aux GPIO du Raspberry Pi - Slog. Dans un précédent tutoriel, nous avons vu comment utiliser un port GPIO du Raspberry Pi comme sortie pour allumer ou éteindre une LED. Dans ce tutoriel, nous verrons comment utiliser un port GPIO en entrée, pour lire la “valeur” d’un bouton, à savoir s’il est pressé ou non.

Nous pourrons ainsi allumer ou éteindre notre LED en utilisant le même bouton. Il nous faudra : Un Raspberry Pi avec raspbian (ou autre) d’installé sur la carte SD;Une résistance d’une valeur entre 2000 et 10 000 OhmsUn bouton poussoir (ou un interrupteur, en adaptant le code)Des ” Female Jumper Wire” : à savoir des câbles pouvant se connecter aux ports GPIO du raspberry. Vous pouvez utiliser des cables de led power/hdd ou de boutons power/reset de vieux PC, pourvu que les connecteurs soient dessus d’au moins un coté.Une breadboard (absolument pas nécessaire, mais cela évite d’avoir à souder…). A l’un des ports GPIO du Raspberry;A l’une des pattes du bouton poussoir.

Voici maintenant le code : et on execute avec un sudo: Raspberry Pi ~05 : Ajouter un bouton matériel (avec Python) | Hardware-Libre.