background preloader

Raspberry_Pi_Education_Manual.pdf (Objet application/pdf)

Raspberry_Pi_Education_Manual.pdf (Objet application/pdf)

Institut national des sciences mathématiques et de leurs interactions - Billards rationnels et groupe de renormalisation Le billard français (sans trou) se joue habituellement sur une table rectangulaire. Si on y supprime les frottements, la trajectoire (infinie) d’une boule ponctuelle est très simple à décrire. En revanche, cela devient beaucoup plus difficile si la table est de forme polygonale quelconque, ou même triangulaire. Entre ces deux extrêmes, il existe des cas à la fois riches et accessibles : ceux des tables polygonales dont les angles, exprimés en degrés, sont des nombres rationnels. Pour ces tables-là, un outil mathématique performant est celui de surface de translation : derrière chaque côté du polygone, dupliquons le polygone comme à travers un miroir, et recommençons pour chaque nouveau côté. Pour comparer les billards, on considère un ensemble de surfaces de translations, appelé plutôt espace de modules, et l’on cherche à déterminer lesquelles de ces surfaces ont des propriétés communes.

Quick start guide What you will need Required SD CardWe recommend an 8GB class 4 SD card – ideally preinstalled with NOOBS. You can buy a card with NOOBS pre-installed, or you can download it for free from our downloads page.Display and connectivity cablesAny HDMI/DVI monitor or TV should work as a display for the Pi . For best results, use one with HDMI input, but other connections are available for older devices. Not essential but helpful to have Internet connectionTo update or download software, we recommend that you connect your Raspberry Pi to the internet either via and ethernet cable or a wifi adapter.HeadphonesHeadphones or earphones with a 3.5mm jack will work with your Raspberry Pi. Plugging in your Raspberry Pi Before you plug anything into your Raspberry Pi, make sure that you have all the equipment listed above to hand. Logging into your Raspberry Pi Once your Raspberry Pi has completed the boot process, a login prompt will appear. Read more in our documentation.

An Unofficial Raspberry Pi Blog: How to Setup Remote Desktop from a Windows Machine to your Raspberry Pi - Step by Step Guide As I mentioned in the previous post I recently found the need to be able to remote desktop to my Raspberry Pi. This is a step by step guide on how to set it up. What does this guide help me do? It will let you control your Raspberry Pi from another machine. Meaning that the Raspberry Pi will not need to be connected to a monitor, keyboard or mouse. Before we get started a few clarifications: This guide is to set up remote desktop from another computer on your home network to your Raspberry Pi. What do I need before I get started? A Raspberry Pi running the latest Raspbian “wheezy” image (at time of writing 2012-09-18-wheezy-raspbian.zip). The Steps Raspberry Pi Setup So first we need to install some software on the Raspberry Pi, but don't worry it is very easy! Start up your Pi to the terminal prompt. Second Machine Setup 1. 2. 3. 5. 6.

LuminAr, la lampe qui transforme n'importe quelle surface en écran tactile Imaginée par un étudiant du MIT, cette lampe améliorée permet de transformer n’importe quelle surface plane en écran tactile. Un pas de plus vers les interfaces hommes-machines dématérialisées. Grâce à un mini-ordinateur équipé d’une caméra et d’un picoprojecteur, le LuminAr est capable de projeter un écran sur une surface et de réagir en fonction des mouvements de son utilisateur. Connecté à internet grâce au wifi, cet outil permet alors d’utiliser n’importe quel appareil, scanner des documents, naviguer sur le web ou encore faire de la visiophonie. La vidéo suivante présente la version prototype du LuminAr, montée sur un bras robotisé, les possibilités sont infinies. Vous avez aimé cet article ? Inactif Partager vos lectures sur Facebook exemple : Benjamin a lu : LuminAr, la lampe qui transforme n’importe quelle surface en écran tactile sur Begeek.fr Réagir à cet article Vous souhaitez réagir ? Je n'ai pas de comptecréer un compte en 15 secondesCréer un compte Connexion

RPi Hub Notice: The Raspberry Pi Wiki pages on this site is collaborative work - the Raspberry Pi Foundation is not responsible for content on these pages. Now shipping to customers See the Buying Guide on how to order one, or visit the Raspberry Pi Foundation Home Page About The Raspberry Pi production board (model B Rev 2.0) 3D CAD Model of the Raspberry Pi 3 Model B (Download) The Raspberry Pi (short: RPi or RasPi) is an ultra-low-cost ($20-$35) credit-card sized Linux computer which was conceived with the primary goal of teaching computer programming to children. Raspberry Pi is manufactured and sold in partnership with the worldwide industrial distributors Premier Farnell/Element 14 and RS Components, and the Chinese distributor Egoman Technology Corp[1]. You can get the latest news from the Foundation Home Page, the Twitter Feed or in the forums. Products are RoHS, CE, FCC, CTick, CSA and WEEE compliant[2]. History Getting Started Resources Books Education Material Community About the RPi Wiki

Hacking a Raspberry Pi into a wireless airplay speaker The raspberry pi is fully functional credit card-sized computer that is cheap enough ($25) that it can be used just for a single purpose. With this hack the computer imitates an airplay speaker, making it possible to send songs over to an old stereo wirelessly from your phone. The Raspberry Pi generated massive hype in nerdy circles this summer when it came out and we’re beginning now to see some amazing hacks from this tiny computer now. I’ve had mine for a few months now but I hadn’t got around to using it yet. So I’ve now decided to try to make something that I’ve wanted for a while: a product to bring my good but dated speaker system into the 21st century by enabling wireless streaming of music to it. A possible way to do this would be to buy an Airport Express or an Apple TV and connect the audio out to the stereo. How to fake airplay compataility To get a Raspberry Pi looking like an airplay receiver I made use of Shairport. Raspberry Pi SD card (2GB is plenty for this) Wifi check

Projet : Virtual Guitar Hero | Informatique et Sciences du Numérique : le Lab L’idée de base des élèves est de réaliser une guitare ou un clavier virtuel, de générer les sons soit à la souris soit au clavier. Après s’être documentés, ils ont dégagé plusieurs pistes et différentes technologies : Flash et Actionscript : Actionscript est un langage Opensource mais le logiciel Flash est un logiciel propriétaire d’Adobe dont nous ne possédons pas de licence.Python avec Tkinter d’après un tuto de l’excellent siteduzerofrom Tkinter import * # création d'une instance de la classe TK, que l'on affecte à l'objet "root" root = Tk() # Quelques exemples de touches root.bind("<UP>", maFonction) # Flèche haut root.bind("<DOWN>", maFonction2) # Bas root.bind("<LEFT>", maFonction3) # Gauche root.bind("<RIGHT>", maFonction4) # Droite>HTLM5 et javascript : l’avantage avec HTML5 est que le navigateur va gérer l’interface graphique et les évènements Clavier et Souris. De plus il permet une version en ligne, ce qui n’est a priori pas le cas avec python. 4) Évènement clavier

Easily connect Raspberry Pi to Gmail, Facebook, Twitter & more! Easily connect your Raspberry Pi to web services and social networks! This tutorial demonstrates how to painlessly send and receive Gmail on the Raspberry Pi from Python, which in turn, allows you to easily connect it to web services and social networks like Facebook, Twitter, and more! This would normally be well beyond the abilities of most users due to the inherent complexities of programming through social media APis, client/server authentication, etc. How does this work? If you are not yet aware, ifttt is a great tool to simplify interaction with many social networks and other web services. Getting Started The tutorial uses the most recent Raspbian wheezy image, (2012-08-16-wheezy-raspbian)but should largely generalize for not only other Raspberry Pi distributions, but most other linux distributions as well (especially those derived from Debian, such as Ubuntu and Mint). Account Setup Install Packages sudo apt-get install python-pip python2.7-dev sudo easy_install -U distribute

PlanetSide 2 - Massive Combat on an Epic Scale Création de compte Oups ! Une erreur est survenue. Veuillez vérifier les champs suivants : Avez-vous déjà un compte sur PlanetSide 2 ? PlanetSide 2 est un jeu de tir à la première personne massivement multijoueur, accessible gratuitement, qui vous garantit une expérience de combat tout à fait exceptionnelle à une échelle jamais vue. 44 prix remportés en 2012 Alors que la plupart des jeux de tirs emploient de grands moyens pour donner l'illusion que nous sommes au beau milieu d'un champ de bataille, PlanetSide 2, de son côté, créé la guerre.

Related: