| 1 | = Bienvenue sur le site du module SESI PERI 2017/2018 = |
| 2 | |
| 3 | Equipe pédagogique : Franck Wajsbürt & Lionel Lacassagne[[BR]] |
| 4 | Les ressources pédagogiques ont été créé initialement par : Julien Peeters et François Pécheux[[BR]] |
| 5 | Ce site web contient toutes les ressources du module: les slides de cours, les énoncés de TD, de TP et les ressources documentaires (en anglais). |
| 6 | |
| 7 | [[Image(htdocs:png/peri_2018_planning.png,500px,nolink)]] |
| 8 | [[Image(htdocs:png/peri_2016_plateforme.png,550px,nolink)]] |
| 9 | |
| 10 | == Cours 2018 == |
| 11 | |
| 12 | * Cours 01 : [htdocs:cours/peri_2018_1_introduction-2p.pdf Présentation du cours et introduction aux GPIO sur la carte Raspberry Pi]. |
| 13 | * Cours 02 : [htdocs:cours/peri_2018_2_drivers_user-2p.pdf Introduction drivers user]. |
| 14 | * Cours 03 : [htdocs:cours/peri_2018_3_drivers_module-2p.pdf Introduction drivers kernel]. |
| 15 | * Cours 04 : [htdocs:cours/peri_2018_4_driver_LCD-2p.pdf Drivers, ioctl et LCD]. |
| 16 | * Cours 05 : [htdocs:cours/peri_2018_5_serveur_web-2p.pdf Serveur web et communications par tubes]. |
| 17 | * Cours 06 : [htdocs:cours/peri_2018_6_comm_sans_fil-2p.pdf Communication sans fil]. |
| 18 | * Cours 07 : [htdocs:cours/peri_2018_7_arduino-2p.pdf Introduction arduino]. |
| 19 | * Cours 08 : [htdocs:cours/peri_2018_8_arduino-2p.pdf Programmation multi-tâches et ports série]. |
| 20 | * Cours 09 : [attachment:calcul_flottant.pdf calcul en virgule flottante] et [attachment:analyse.pdf analyse de données]. |
| 21 | * Cours 10 : [attachment:calcul_fixe.pdf calcul en virgule fixe] et [attachment:TS.pdf éléments de traitement du signal]. |
| 22 | |
| 23 | == TME 2018 == |
| 24 | |
| 25 | * TD00 : [[SujetTD0 | Remise à niveau programmation bas-niveau]] |
| 26 | * TP01 : [wiki:SujetTP1-2018 Outils de développement et GPIO] |
| 27 | * TP02 : [wiki:SujetTP2-2018 Premier pilote pour les LEDs et le bouton poussoir] |
| 28 | * TP03 : [wiki:SujetTP3-2018 Pilotage LCD] |
| 29 | * TP04 : [wiki:SujetTP4-2018 Serveur web pour le pilotage des LEDs] |
| 30 | * TP05 : [wiki:SujetTP5-2018 Communication sans-fil Raspberry] |
| 31 | * TP06 : [wiki:SujetTP6-2018 Programmation Arduino] |
| 32 | * TP07 : [wiki:SujetTP7-2018 Projet : Réseau de capteurs minimaliste] |
| 33 | {{{#!comment |
| 34 | * TP08 : ''[wiki:SujetTP8-2016 "Projet"]'' |
| 35 | }}} |
| 36 | * TP09 : filtrage: [attachment:filtrage.pdf énoncé] et [attachment:peri_filtre.zip code] |
| 37 | * TP10 : filtrage d'accéléromètre et de gyroscope [attachment:accelero2.pdf énoncé][attachment:accelerometre.zip code de prototypage][attachment:sketch_acceleration.ino code Arduino faux] [attachment:sketch_acceleration2.ino code Arduino à compléter] |
| 38 | |
| 39 | == Documentation == |
| 40 | |
| 41 | * [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Syntaxe Markdown] |
| 42 | * Broadcom BCM2835 peripherals ([http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf pdf]) |
| 43 | |
| 44 | === Getting started === |
| 45 | |
| 46 | This section is the place to begin for every new student of this course. |
| 47 | |
| 48 | - [BuildRootRaspberryPi The BuildRoot environment] |