<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://air.imag.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ElizabethPaz</id>
	<title>air - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://air.imag.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ElizabethPaz"/>
	<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php/Special:Contributions/ElizabethPaz"/>
	<updated>2026-06-13T10:56:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9988</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9988"/>
		<updated>2013-03-21T09:09:45Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
* First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
* Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
* Select &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; and &#039;&#039;&#039;Tools &amp;gt; Serial Port &amp;gt; Arduino Uno&#039;&#039;&#039; (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
* Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\....\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\...\arduino-0022\hardware/tools/avr/etc/avrdude.conf&amp;lt;br/&amp;gt;&lt;br /&gt;
 -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m-Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
You have to complete this command with the exactly location of the folder arduino-0022.&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
* Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
* Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; is set to the target chip.&lt;br /&gt;
&lt;br /&gt;
* Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi&amp;diff=9982</id>
		<title>RobAIR2013-RICM5-Suivi</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi&amp;diff=9982"/>
		<updated>2013-03-21T09:00:14Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Semaine : 18/03/13 - 22/03/13 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Equipe =&lt;br /&gt;
Nous sommes 4 étudiants de  [http://www.polytech-grenoble.fr Polytech Grenoble ] de la filière [http://www.polytech-grenoble.fr/ricm.html RICM5]&lt;br /&gt;
* Arthur Alexandre&lt;br /&gt;
* [[User:Nicolacm |Mickaël Nicolaccini]]&lt;br /&gt;
* Elizabeth Paz&lt;br /&gt;
* [http://salem.harrache.info Salem Harrache]&lt;br /&gt;
&lt;br /&gt;
Contacter le groupe: [mailto:ricm5-robair2013@googlegroups.com ricm5-robair2013@googlegroups.com]&lt;br /&gt;
&lt;br /&gt;
= Sources du projet =&lt;br /&gt;
&lt;br /&gt;
Le code source du projet est disponible sur github&lt;br /&gt;
&lt;br /&gt;
== Portail de réservation ==&lt;br /&gt;
&lt;br /&gt;
Le portail de réservation est une application web de gestion des resources. Le serveur est developpé en python, et le format des données de communication est en JSON.&lt;br /&gt;
&lt;br /&gt;
Website : https://github.com/SalemHarrache/robair-resource-manager&lt;br /&gt;
&lt;br /&gt;
== ROS PKG ==&lt;br /&gt;
&lt;br /&gt;
Le projet ROS PKG contient l&#039;ensemble des noeuds ROS du projet. &lt;br /&gt;
&lt;br /&gt;
Website : https://github.com/SalemHarrache/robair-ros-pkg&lt;br /&gt;
&lt;br /&gt;
= Context =&lt;br /&gt;
Projet en lien avec le Projet [[RobAIR2013]], vous aussi suivre les avancées des équipes ENSIMAG [http://fablab.ensimag.fr/index.php/RobAIR ici ]&lt;br /&gt;
== RobAIR ==&lt;br /&gt;
&lt;br /&gt;
=== Architecture ROS globale ===&lt;br /&gt;
&lt;br /&gt;
[[File:Architecture_04_02.jpg |thumb|center|upright=5|alt= Architecture RobAir et repartion des groupes|Architecture RobAir et repartion des groupes au 04/02/13]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Architecture ROS détaillée ===&lt;br /&gt;
&lt;br /&gt;
[[File:ArchitectureROS_v2.png |thumb|center|upright=6|alt= Architecture RobAir détaillée|Architecture RobAir détaillée au 22/02/13]]&lt;br /&gt;
&lt;br /&gt;
=== Liste des tâches ===&lt;br /&gt;
&lt;br /&gt;
==== Tâches communes ====&lt;br /&gt;
&lt;br /&gt;
* XMPP to ROS : faire un bot qui est capable de sérialiser/désérialiser et envoyer/recevoir des messages ROS à travers XMPP&lt;br /&gt;
* Mécanismes de souscription à des topics en lecture et en écriture. Permet au bot XMPP de savoir quel message il doit transférer.&lt;br /&gt;
* Faire le noeud HTTPStream :&lt;br /&gt;
** Qui encode la vidéo et le son avec un codec adapté au streaming (compromis entre qualité et latence) : utiliser GStreamer.&lt;br /&gt;
** Et propose une interface Qt (PySide) pour afficher le flux http dans la TV et dans la tablette Robot. Cette interface permettra d’afficher le flux vidéo.&lt;br /&gt;
* Topic/cmd : Définir format des messages « commande »&lt;br /&gt;
**attributs du message commande&lt;br /&gt;
***Speed : [-3 – 3] (négatif == reculer ; positif == avancer)&lt;br /&gt;
***Angles  [0-180°] : 2bits rotation + 1 bit direction &amp;gt;&amp;gt; 8 valeurs possibles&lt;br /&gt;
&lt;br /&gt;
==== Tâches Système SmartTV ====&lt;br /&gt;
&lt;br /&gt;
* Noeud Ros clavier (Keyboard) : écoute les événements claviers et dépose des commandes dans le topic/cmd&lt;br /&gt;
&lt;br /&gt;
* Noeud ROS Android (Android_receiver) :&lt;br /&gt;
** Communication Web Socket (Tablette &amp;lt;=&amp;gt; Serveur)&lt;br /&gt;
&lt;br /&gt;
* Interface Tablette&lt;br /&gt;
** Interface Connexion/Réservation&lt;br /&gt;
** Interface Contrôle (ex : commandes de mouvement, d’information, etc.)&lt;br /&gt;
&lt;br /&gt;
* Noeud ROS Wiimote : reprendre les fonctionnalités du noeud Keyboard en utilisant les spécifications de la Wiimote (joystick, boutons, …)&lt;br /&gt;
&lt;br /&gt;
* Client Manager :&lt;br /&gt;
** Intégrer le bot XMPP&lt;br /&gt;
** Intégrer les mécanismes de connexion/réservation/contrôle (au sens check) avec le bot&lt;br /&gt;
** Intégrer l’envoi de flux vidéo : lancer HTTPStreamer en début de session &lt;br /&gt;
&lt;br /&gt;
==== Tâches Système Robair ====&lt;br /&gt;
&lt;br /&gt;
* Noeud RobotManager : son rôle est de recevoir les messages et vérifier si l’utilisateur est autorisé.&lt;br /&gt;
** Intégrer le bot XMPP&lt;br /&gt;
** Module Vérification sur le portail&lt;br /&gt;
&lt;br /&gt;
* Intégrer l’envoi de flux vidéo : lancer HTTPStreamer en début de session jabber&lt;br /&gt;
&lt;br /&gt;
* Noeud MotionControl :&lt;br /&gt;
** Interpréter les commandes (« avancer », « reculer »...) haut niveau en une suite de commandes bas niveau (contacter les bons noeuds)&lt;br /&gt;
&lt;br /&gt;
* Noeud Engine : voir avec les 3i comment utiliser les fonctions de mouvement du robot.&lt;br /&gt;
&lt;br /&gt;
* Noeud Network : intégrer les scripts de roaming dans ce noeud ROS&lt;br /&gt;
&lt;br /&gt;
* Noeud Battery : diffuse régulièrement les statistiques de la batterie&lt;br /&gt;
&lt;br /&gt;
* Noeud PowerControl : ce noeud désactive certains composants en fonction du niveau de la batterie.&lt;br /&gt;
&lt;br /&gt;
* Navigation automatique&lt;br /&gt;
** Noeud Lidar : Voir comment utiliser le lidar (lien série ? api constructeur ?) et également déterminer le format de la map.&lt;br /&gt;
** Noeud KinectManager : Permet d&#039;établir à l&#039;aide de la map statique, une map dynamique pour l&#039;évitement des obstacles.&lt;br /&gt;
** Noeud SLAM : noeud permettant la navigation automatique en fonction de la map statique + « map dynamique » qui correspond à la foule qui se déplace (donnée récoltée par Kinect).&lt;br /&gt;
** Noeud AutoPilot : Noeud qui reçoit des commandes de très haut niveau.&lt;br /&gt;
&lt;br /&gt;
* Noeuds prévus pour des projets futurs :&lt;br /&gt;
** Noeud Speech_synthesis : pour la reconnaissance vocale&lt;br /&gt;
&lt;br /&gt;
==== Portail de Réservation ====&lt;br /&gt;
&lt;br /&gt;
* Développer Portail Réservation simple (renvoie toujours « oui »)&lt;br /&gt;
* Utiliser les adresses Jabber pour identifier les utilisateurs et les robots&lt;br /&gt;
* Mettre en place un mécanisme d’authentification lors de la réservation&lt;br /&gt;
&lt;br /&gt;
=== Spécifications ===&lt;br /&gt;
&lt;br /&gt;
==== Scénarios ====&lt;br /&gt;
&lt;br /&gt;
Les différents scenarios du projet RobAIR sont dans le fichier suivant:&lt;br /&gt;
[[File:Scenarios.pdf]]&lt;br /&gt;
&lt;br /&gt;
==== Cas d&#039;utilisation ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Cas d&#039;utilisation projet RobAIR&amp;quot;&amp;gt;&lt;br /&gt;
Image:UseCase-Scenario.jpg|Cas d&#039;utilisation du Système Robair&lt;br /&gt;
Image:Usecase.jpg|Cas d&#039;utilisation du Système Robair (en détails)&lt;br /&gt;
Image:UseCase-Portail.jpg|Cas d&#039;utilisation Portail de réservation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Diagramme de séquence ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Diagramme de séquence (entre systèmes) projet RobAIR&amp;quot;&amp;gt;&lt;br /&gt;
Image:DiagrammesSequence-avancer.png|Déplacement du robot (avancer)&lt;br /&gt;
Image:DiagrammesSequence-goto.png|Déplacement du robot vers un point spécifique&lt;br /&gt;
Image:DiagrammesSequence-moreinfo.png|Obtention d&#039;information supplémentaires &lt;br /&gt;
Image:DiagrammesSequence-portail.png|Portail de réservation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Diagramme de séquence (entre noeuds et topics) projet RobAIR&amp;quot;&amp;gt;&lt;br /&gt;
Image:DiagrammesSequence-avancer-details.png|Déplacement du robot (avancer)&lt;br /&gt;
Image:DiagrammesSequence-goto-details.png|Déplacement du robot vers un point spécifique&lt;br /&gt;
Image:DiagrammesSequence-moreinfo-details.png|Obtention d&#039;information supplémentaires &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Avancement du projet =&lt;br /&gt;
&lt;br /&gt;
==Semaine 1: 28/01/13 ==&lt;br /&gt;
&lt;br /&gt;
=== 29/01/13 ===&lt;br /&gt;
* Réunion avec Didier Donsez: définition du cadre du projet&lt;br /&gt;
&lt;br /&gt;
=== 30/01/13 ===&lt;br /&gt;
&lt;br /&gt;
* Prise de contact avec les autres équipes (RICM4 et 3I4)&lt;br /&gt;
* Analyse de l’architecture&lt;br /&gt;
** Repartions des recherches architecturales entre les membres de l&#039;équipe RICM5&lt;br /&gt;
&lt;br /&gt;
=== 01/02/13===&lt;br /&gt;
&lt;br /&gt;
* Point sur les technologies à utiliser&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Websocket ou Comet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On à décider de partir sur les websockets car c&#039;est un techno plus récente et plus simple à utiliser.&lt;br /&gt;
&lt;br /&gt;
Voici deux exemples en python:&lt;br /&gt;
* [https://github.com/SalemHarrache/websocket_echo_example Serveur echo] avec les websockets ([http://robair.quicker.fr:5000/ DEMO])&lt;br /&gt;
* [https://github.com/SalemHarrache/flask_chat_eventsource MultiChat] utilisant le protocole [http://dev.w3.org/html5/eventsource/ Server-Sent Events] ([http://robair.quicker.fr:5001/ DEMO])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;À tester en JAVA&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LibJingle ou libJitsi ou autres ?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ROS ou Urbi+ROS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Semaine 2: 04/02/13 - 08/02/13==&lt;br /&gt;
&lt;br /&gt;
=== 04/02/13 ===&lt;br /&gt;
* Réunion avec RICM4.&lt;br /&gt;
* mise à jour de l&#039;architecture: Clarification des Rôles&lt;br /&gt;
&lt;br /&gt;
=== 07/02/13 ===&lt;br /&gt;
* Proposition de nouvelle architechture et répartion des taches.&lt;br /&gt;
&lt;br /&gt;
Notre idée : C&#039;est de pas (trop) mélanger les technos et de pas avoir un client java d&#039;un côté, des noeuds ROS de l&#039;autre. ROS est également parfait pour faire des GUI(QT), des listeners, du traitement, du service etc...Donc il est préférable de miser sur ROS aussi bien coté robot que smartTV ! Ça a plus de consistance et c&#039;est d&#039;autant plus &amp;quot;facile&amp;quot; car on se base que sur le modèle de comunication de ROS (les topics entre-autre)&lt;br /&gt;
&lt;br /&gt;
Du coup on a essayé de voir comment résoudre autrement le problème qu&#039;a soulèvé Didier Donsez.&lt;br /&gt;
&lt;br /&gt;
En effet, Donsez nous avait dit qu&#039;il souhaite que les communications entre le robot et la smartTV passent par XMPP pour des problématiques de réseau (XMPP passe mieux en 3G, moins bridé sûrement etc.) mais également pour avoir de la vidéo et un annuaire : au lieu d&#039;avoir une adresse IP pour contacter le robot, ce dernier aura une adresse jabber/gmail.&lt;br /&gt;
&lt;br /&gt;
Pourquoi pas, c&#039;est original... Maintenant qu&#039;est-ce qui nous empêche d&#039;utiliser Jitsi comme étant juste un outil réseau pour transiter des packets. En gros pourquoi ne pas créer un tunnel XMPP dans lequel on passe nos données, et connecter ainsi deux bouts ROS. ROS c&#039;est fait pour être réparti sur différentes machines et c&#039;est vraiment dommage de pas profiter de ça.&lt;br /&gt;
&lt;br /&gt;
Comme un schéma vaut mieux qu&#039;un long discours : (c&#039;est un exemple...)&lt;br /&gt;
&lt;br /&gt;
[[File:ROS_tunnel_xmpp.png |thumb|center|upright=3|alt= Architecture ROS - Draft]] &lt;br /&gt;
&lt;br /&gt;
En gros il s&#039;agit de faire du miroring de topics ROS. On peut faire passer de la vidéo et du texte (les messages ROS sont sérialisés en String) par XMPP, donc c&#039;est faisable. Le challenge c&#039;est de faire qu&#039;on puisse lire un topic ROS en java (et écrire également). Mais c&#039;est un sous projet à part entière et surtout indépendant ! J&#039;ai vu pas mal de projet faire du tunneling XMPP pour outrepasser des limitations du réseau, c&#039;est pas si extravagant/insensé que ça.&lt;br /&gt;
[[File:Robair_2013_clients_jitsi.png |thumb|center|upright=3|alt=Robair_2013_clients_jitsi]]&lt;br /&gt;
De cette façon les développeurs ROS (qui seront bien plus nombreux) n&#039;auront pas à se soucier de joindre les deux bouts (^^&amp;quot;) et peuvent commencer à bosser sur l&#039;architecture.&lt;br /&gt;
&lt;br /&gt;
On a déjà découper les différentes phases pour cette partie (Je vous envoie dans un prochain mail un récapitulatif) mais rapidement, je dirais qu&#039;il faut se concentrer d&#039;abord sur l&#039;extraction des lib/bundles Jitsi des methodes d&#039;envoi de flux vidéo et de messages dans un premier temps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ensuite créer un bot (de chaque coté) qui va se connecter automatiquement à une adresse donnée (robot-robair@gmail.com par exemple) et vérifie mutuellement la présence d&#039;une personne à l&#039;autre bout. La dernière phase c&#039;est de surveiller un certain nombre de topic ROS et de les copier tel quel à l&#039;autre bout. (c&#039;est plus délicat pour la vidéo mais c&#039;est jouable).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Du coté ROS (python), on peut déjà commencer sans passer par Jitsi dans un premier temps, et plus tard intégrer cette composante au fur et à mesure de son avancement. &lt;br /&gt;
&lt;br /&gt;
On respecte ainsi le patron de conception *Faible couplage/Forte cohésion*&lt;br /&gt;
&lt;br /&gt;
=== 08/02/13 ===&lt;br /&gt;
* Reunion 14h: Discution de la nouvelle architecture avec Didier Donsez et présentation des étudiants du Pôle Supérieur de Design de Villefontaine&lt;br /&gt;
[https://www.dropbox.com/s/s1fuly1bfbeodcw/presentation_08_02_2013.pdf Présentation Pôle Supérieur de Design]&lt;br /&gt;
* Validation de la nouvelle architecture ROS&lt;br /&gt;
&lt;br /&gt;
==Semaine 3: 11/02/13 - 15/02/13==&lt;br /&gt;
=== 11/02/13 ===&lt;br /&gt;
* abandon de libjitsi: trop peu d&#039;exemple d&#039;utilisation.&lt;br /&gt;
* Jitsi mit de coté pour l&#039;instant&lt;br /&gt;
* Etude de libjingle, résultat de recherche encourageant pour l&#039;instant.&lt;br /&gt;
&lt;br /&gt;
=== 12/02/13 ===&lt;br /&gt;
* Séance génie Logicielle&lt;br /&gt;
&lt;br /&gt;
=== 13/02/13 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Test compilation libjingle : La compilation est plutot difficile, nous avons créer un petit script pour l&#039;automatiser sur unbuntu : https://github.com/SalemHarrache/libjingle_builder&lt;br /&gt;
* Test de telepathy-python : http://cgit.freedesktop.org/telepathy/telepathy-python/&lt;br /&gt;
&lt;br /&gt;
=== 14/02/13 ===&lt;br /&gt;
&lt;br /&gt;
==== Lib opensource et Jingle ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Libjingle&amp;lt;/u&amp;gt; : malgré tout nos effort, la vidéo ne marche pas.&lt;br /&gt;
* &amp;lt;u&amp;gt;Telepathy-python&amp;lt;/u&amp;gt; : telepathy-python should be considered deprecated and should not be used for new projects. It is recommended to use pygobject and telepathy-glib&lt;br /&gt;
* &amp;lt;u&amp;gt;Telepathy-glib&amp;lt;/u&amp;gt; : Tres difficile et trop bas niveau. J&#039;ai pas trouvé comment l&#039;utiliser.&lt;br /&gt;
* &amp;lt;u&amp;gt;Psimedia&amp;lt;/u&amp;gt; : Lib utiliseé par le client IM Psi. Ne gère que l&#039;audio (de façon experimental) et ne compile pas (projet abondonné ?)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Après autant d&#039;echecs à trouver une lib utilisable de Jingle, nous commençons à revenir en arrière sur le choix de XMPP/Jingle comme protocole de communication. Meme si son utilisation serait séduite, ce dernier manque cruellement d&#039;implantation au sein de projet open source. Toutes les solutions opensource de messageries sont d&#039;ailleurs également en standby, et attendent une avancé majeure de l&#039;implantation de XMPP pour proposer de la vidéoconférence de qualité.&lt;br /&gt;
&lt;br /&gt;
==== WebRTC ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;à compléter par Salem&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Semaine 4: 18/02/13 - 23/02/13==&lt;br /&gt;
&lt;br /&gt;
=== 18/02/13 ===&lt;br /&gt;
* Création d&#039;un bot se connectant à compte Jabber,  réagissant à la reception d&#039;un message: https://github.com/SalemHarrache/libjingle_builder&lt;br /&gt;
* Travail en cour sur Jitsi, problème de mise en place d&#039;ipojo.&lt;br /&gt;
&lt;br /&gt;
=== 19/02/13 ===&lt;br /&gt;
* Réunion avec les étudiants de l&#039;ENSIMAG&lt;br /&gt;
*sujet abordés&lt;br /&gt;
** manipulation kinect (problème de pilote sous linux)&lt;br /&gt;
** liste des capteurs necessaire pour SLAM&lt;br /&gt;
&lt;br /&gt;
=== 20/02/13 ===&lt;br /&gt;
* réunion interne: &lt;br /&gt;
**videoConf via XMPP mis de coté, utilisation d&#039;échange video via http&lt;br /&gt;
* amélioration du Bot XMPP + nettoyage du code&lt;br /&gt;
** rajout de la gestion des plugin XMPP&lt;br /&gt;
** fonction de connection/déconnection &lt;br /&gt;
** envoie de message&lt;br /&gt;
** interpretation basique des messages reçu&lt;br /&gt;
&lt;br /&gt;
=== 21/02/13 ===&lt;br /&gt;
* Point sur les differentes taches à effectuer avant la fin du projet.&lt;br /&gt;
* Amélioration de l&#039;archicture ROS.&lt;br /&gt;
&lt;br /&gt;
=== 22/02/13 ===&lt;br /&gt;
* Attribution de des taches à différents prototypes de l&#039;architecture globale.&lt;br /&gt;
* Repartion des differents prototype des temps, mise en place d&#039;un planning de réalisation des differents prototype.&lt;br /&gt;
&lt;br /&gt;
==Semaine 5: 04/03/13 - 08/02/13==&lt;br /&gt;
&lt;br /&gt;
=== 04/02/13 ===&lt;br /&gt;
* Création des sprints à partir de la liste des taches&lt;br /&gt;
* Mise au point avec les différentes équipe RICM4&lt;br /&gt;
* définition du format des&lt;br /&gt;
&lt;br /&gt;
=== 05/02/13 ===&lt;br /&gt;
* Test d&#039;alimentation du robot Wild Thumper : http://www.generationrobots.com/dagu-wild-thumper-chassis-robotique-6x6,fr,4,6x6-Dagu-Wild-Thumper.cfm&lt;br /&gt;
* Récupération de la batterie pour le robot et alimentation pour la carte&lt;br /&gt;
* Début des tests avec la carte: https://www.sparkfun.com/products/11057&lt;br /&gt;
&lt;br /&gt;
=== 06/02/13 ===&lt;br /&gt;
* Rédaction Dossier management de projets: estimation des couts &amp;amp; matrice de risque&lt;br /&gt;
* Prototype de pickle (librairie de serialisation)&lt;br /&gt;
&lt;br /&gt;
=== 08/02/13 ===&lt;br /&gt;
* Developpement du bot XMPP, en particulier d&#039;un mecanisme d&#039;appel de function via XMPP&lt;br /&gt;
&lt;br /&gt;
[[Image:Robair2013_RPC_XMPP_Echo_Add.png|200px|thumb|right|ROBAIR RPC XMPP]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 class RobBot(BotXMPP):&lt;br /&gt;
     &lt;br /&gt;
     @botcmd&lt;br /&gt;
     def echo(self, message):&lt;br /&gt;
         return message&lt;br /&gt;
 &lt;br /&gt;
     @botcmd&lt;br /&gt;
     def add(self, *args):&lt;br /&gt;
         return sum([int(i) for i in args])&lt;br /&gt;
&lt;br /&gt;
* Calibrage des moteurs de la carte: http://letsmakerobots.com/files/Wild_Thumper_Diagnostic.zip&lt;br /&gt;
&lt;br /&gt;
[[Image:Calibrage.jpg|200px|thumb|right|ROBAIR Calibrage Wild Thumper]]&lt;br /&gt;
&lt;br /&gt;
* Erreur lors du chargement du programme sur la carte&lt;br /&gt;
&lt;br /&gt;
 avrdude: stk500_recv(): programmer is not responding&lt;br /&gt;
&lt;br /&gt;
==Semaine 6: 11/03/13 - 15/03/13==&lt;br /&gt;
&lt;br /&gt;
=== 11/03/13 ===&lt;br /&gt;
* Création du noeud ClientVisio (affichage de flux video http via pyside)&lt;br /&gt;
* &#039;&#039;&#039;Noeud de capture de clavier terminé&#039;&#039;&#039; : Le noeud permet de poster des commandes dans le topic command grâce au touche de direction du clavier.&lt;br /&gt;
* Mise à jour du Portail de réservation: [https://github.com/SalemHarrache/robair-resource-manager#test https://github.com/SalemHarrache/robair-resource-manager#test]&lt;br /&gt;
** Changement mineur dans l&#039;API&lt;br /&gt;
**  Utilisation du JabberID dans le processus de réservation&lt;br /&gt;
* Pistes sur le problème de la carte: le bootloader [http://arduino.cc/en/Hacking/Bootloader?from=Main.Bootloader]&lt;br /&gt;
&lt;br /&gt;
=== 12/03/13 ===&lt;br /&gt;
* Test de visio via http&lt;br /&gt;
* &#039;&#039;&#039;Idée&#039;&#039;&#039; : Utiliser gstreamer pour générer un flux, choisir le bon codec, bitrate, qualité et taille pour réduire au maximum la latence.&lt;br /&gt;
* Utiliser un process python http_streamer qui récupérer le flux du process gstreamer (par PIPE, TCP ou UDP) et renvoi ces données par http. Le process python sert à deux chose:&lt;br /&gt;
** Gestion du cyle de vie du process gstreamer (Quand le le lancer, l&#039;arreter proprement)&lt;br /&gt;
** Sécurité : le flux video ne doit pas être facilement interceptable&lt;br /&gt;
&lt;br /&gt;
 server = HttpStreamer()&lt;br /&gt;
 # lancer le serveur&lt;br /&gt;
 server.start()&lt;br /&gt;
&lt;br /&gt;
 url = server.url_for_stream  &lt;br /&gt;
  &lt;br /&gt;
 # arreter le serveur explicitement&lt;br /&gt;
 server.stop()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 13/03/13 ===&lt;br /&gt;
&lt;br /&gt;
Utiliser un proxy pour mettre en place RPC. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Qu&#039;est qu&#039;un objet proxy?&#039;&#039;&#039; : C&#039;est un objet qui se fait passer pour un autre objet. Exemple&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 class Model(object):&lt;br /&gt;
     def add(self, *args):&lt;br /&gt;
         return sum((int(i) for i in args))&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 class MyProxy(object):&lt;br /&gt;
     def __init__(self, model):&lt;br /&gt;
         self.model_ins = model()&lt;br /&gt;
 &lt;br /&gt;
     def __getattr__(self, name):&lt;br /&gt;
         return self.model_ins.__getattribute__(name)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 a = MyProxy(Model)&lt;br /&gt;
 print a.add(3, 5)&lt;br /&gt;
 # 8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 14/02/13 ===&lt;br /&gt;
&lt;br /&gt;
Première version opérationel de RPC. C&#039;est un mecanisme haut niveau, c&#039;est à dire qu&#039;il ne se base pas sur la spécifité de XMPP mais juste sur le contenu des message. Ce qui permet d&#039;assurer une independance vis à vis des libs/xep XMPP.&lt;br /&gt;
&lt;br /&gt;
Exemple de fonctionnement : &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coté serveur :&#039;&#039;&#039;&lt;br /&gt;
 class RobotManager(ClientXMPP):&lt;br /&gt;
     @remote&lt;br /&gt;
     def add(self, *args):&lt;br /&gt;
         return sum((int(i) for i in args))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coté client :&#039;&#039;&#039;&lt;br /&gt;
 class Client(ClientXMPP):&lt;br /&gt;
     pass&lt;br /&gt;
&lt;br /&gt;
 client = Client(jid, passwrd)&lt;br /&gt;
 # Creation d&#039;un proxy pour appeler les methoded distanted&lt;br /&gt;
 robot_proxy = client.get_proxy(&amp;quot;remote_robot@jabber.com&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 assert robot_proxy.add(5, 6, 4, -5) == 0&lt;br /&gt;
&lt;br /&gt;
Ce qu&#039;il reste à faire, c&#039;est de créer un contexte (proxy) accessible lors de l&#039;éxecution des méthodes @remote pour donner des informations supplémentaires (l&#039;adresse du client par exemple) et pouvoir ainsi distinguer les clients lors des executions distante (typiquement l&#039;authentification et vérification des droits du client sur le robot)&lt;br /&gt;
&lt;br /&gt;
==Semaine : 18/03/13 - 22/03/13==&lt;br /&gt;
&lt;br /&gt;
=== 18/03/13 ===&lt;br /&gt;
* Création d&#039;un noeud de capture des événements WiiMote (utilisation de cwiid)&lt;br /&gt;
 $ &amp;gt; sudo apt-get install python-cwiid] )&lt;br /&gt;
&lt;br /&gt;
* Exemple d&#039;utilisation de cwiid avec python&lt;br /&gt;
 &lt;br /&gt;
 import cwiid&lt;br /&gt;
 &lt;br /&gt;
 # Pair with any present wiimote (can take a wiimote MAC addr as a parameter)&lt;br /&gt;
 wm = cwiid.Wiimote()&lt;br /&gt;
 &lt;br /&gt;
 # Enable button and accelerometer data reception&lt;br /&gt;
 wm.rpt_mode = cwiid.RPT_BTN | cwiid.RPT_ACC&lt;br /&gt;
 &lt;br /&gt;
 #  Access a button state&lt;br /&gt;
 button_A_pressed = wm.state[&#039;buttons&#039;] &amp;amp; cwiid.BTN_A&lt;br /&gt;
 &lt;br /&gt;
 # Rumble&lt;br /&gt;
 wm.rumble=True&lt;br /&gt;
 &lt;br /&gt;
 # Access accelerometer values of 3 wiimotes axis&lt;br /&gt;
 # Values are bounded in the [95,155] interval, ~125 is « straight »&lt;br /&gt;
 wiiX = wm.state[&#039;acc&#039;][0]&lt;br /&gt;
 wiiY = wm.state[&#039;acc&#039;][1]&lt;br /&gt;
 wiiZ = wm.state[&#039;acc&#039;][2]&lt;br /&gt;
 &lt;br /&gt;
 # end using wiimote&lt;br /&gt;
 wm.close()&lt;br /&gt;
&lt;br /&gt;
* Tutoriel pour graver le bootloader sur Wild Thumper Controller avec une Arduino Uno : [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi/BurnBootloader voir ici]&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9902</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9902"/>
		<updated>2013-03-20T15:03:28Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
* First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
* Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
* Select &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; and &#039;&#039;&#039;Tools &amp;gt; Serial Port &amp;gt; Arduino Uno&#039;&#039;&#039; (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
* Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-&amp;lt;br/&amp;gt;    0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m&amp;lt;br/&amp;gt; -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
* Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
* Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; is set to the target chip.&lt;br /&gt;
&lt;br /&gt;
* Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9901</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9901"/>
		<updated>2013-03-20T15:02:30Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
* First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
* Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
* Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
* Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-&amp;lt;br/&amp;gt;    0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m&amp;lt;br/&amp;gt; -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
* Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
* Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; is set to the target chip.&lt;br /&gt;
&lt;br /&gt;
* Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9900</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9900"/>
		<updated>2013-03-20T15:01:25Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
* First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
* Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
* Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
* Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-&amp;lt;br/&amp;gt;    0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m&amp;lt;br/&amp;gt; -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Code source&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
* Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
* Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; is set to the target chip.&lt;br /&gt;
&lt;br /&gt;
* Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9895</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9895"/>
		<updated>2013-03-20T14:40:11Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
* First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
* Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
* Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
* Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-&amp;lt;br/&amp;gt;    0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m&amp;lt;br/&amp;gt; -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
* Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
* Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; is set to the target chip.&lt;br /&gt;
&lt;br /&gt;
* Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9894</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9894"/>
		<updated>2013-03-20T14:39:24Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
* First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
* Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
* Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
* Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
* Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
* Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board&#039;&#039;&#039; is set to the target chip.&lt;br /&gt;
&lt;br /&gt;
* Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9893</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9893"/>
		<updated>2013-03-20T14:37:57Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
#First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
#Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
# Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
# Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
# Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
# Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
# Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
# If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
# Close all Arduino IDE windows&lt;br /&gt;
# Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
# Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
# Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9892</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9892"/>
		<updated>2013-03-20T14:37:02Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
# First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
# Open the IDE. You will see three new boards:&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
# Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
# Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
# Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
# Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
# Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
# If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
# Close all Arduino IDE windows&lt;br /&gt;
# Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
# Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
# Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9891</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9891"/>
		<updated>2013-03-20T14:36:13Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
# First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
# Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
# Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
# Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
# Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
# Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
# Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
# If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
# Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
# Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
# Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Select-arduino-as-isp.png&amp;diff=9889</id>
		<title>File:Select-arduino-as-isp.png</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Select-arduino-as-isp.png&amp;diff=9889"/>
		<updated>2013-03-20T14:31:19Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: uploaded a new version of &amp;quot;File:Select-arduino-as-isp.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Select-arduino-nano.png&amp;diff=9888</id>
		<title>File:Select-arduino-nano.png</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Select-arduino-nano.png&amp;diff=9888"/>
		<updated>2013-03-20T14:29:55Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: uploaded a new version of &amp;quot;File:Select-arduino-nano.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9887</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9887"/>
		<updated>2013-03-20T14:29:17Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
8. Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
9. Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
11. Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Select-arduino-uno.png&amp;diff=9885</id>
		<title>File:Select-arduino-uno.png</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Select-arduino-uno.png&amp;diff=9885"/>
		<updated>2013-03-20T14:27:41Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: uploaded a new version of &amp;quot;File:Select-arduino-uno.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9882</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9882"/>
		<updated>2013-03-20T14:25:25Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: [[File:Boards.txt]] and [[File:Avrdude.conf.txt]]&lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
9. Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
10. Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
11. Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
12. Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Avrdude.conf.txt&amp;diff=9879</id>
		<title>File:Avrdude.conf.txt</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Avrdude.conf.txt&amp;diff=9879"/>
		<updated>2013-03-20T14:24:22Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Boards.txt&amp;diff=9877</id>
		<title>File:Boards.txt</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Boards.txt&amp;diff=9877"/>
		<updated>2013-03-20T14:22:15Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9876</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9876"/>
		<updated>2013-03-20T14:21:49Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files &#039;&#039;arduino-0022\hardware\arduino\boards.txt&#039;&#039; and &#039;&#039;arduino-0022\hardware\tools\avr\etc\avrdude.conf&#039;&#039; by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
9. Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
10. Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
11. Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
12. Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9875</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9875"/>
		<updated>2013-03-20T14:21:24Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files arduino-0022\hardware\arduino\boards.txt and arduino-0022\hardware\tools\avr\etc\avrdude.conf by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;br /&gt;
&lt;br /&gt;
9. Close all Arduino IDE windows&lt;br /&gt;
&lt;br /&gt;
10. Open arduino-0022\arduino-0022\lib\preferences.txt and change: &#039;&#039;upload.using=bootloader&#039;&#039; by &#039;&#039;upload.using=arduinoisp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
11. Open the Arduino IDE, open your sketch. Make sure &#039;&#039;&#039;Tools &amp;gt; Board is set&#039;&#039;&#039; to the target chip.&lt;br /&gt;
&lt;br /&gt;
12. Compile and upload the sketch&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9874</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9874"/>
		<updated>2013-03-20T14:17:24Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files arduino-0022\hardware\arduino\boards.txt and arduino-0022\hardware\tools\avr\etc\avrdude.conf by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-      0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m  -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9873</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9873"/>
		<updated>2013-03-20T14:17:02Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files arduino-0022\hardware\arduino\boards.txt and arduino-0022\hardware\tools\avr\etc\avrdude.conf by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9872</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9872"/>
		<updated>2013-03-20T14:16:09Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files arduino-0022\hardware\arduino\boards.txt and arduino-0022\hardware\tools\avr\etc\avrdude.conf by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude &lt;br /&gt;
 -CC:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p &lt;br /&gt;
 -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9871</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9871"/>
		<updated>2013-03-20T14:15:16Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files arduino-0022\hardware\arduino\boards.txt and arduino-0022\hardware\tools\avr\etc\avrdude.conf by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-&lt;br /&gt;
 0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m&lt;br /&gt;
 -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9870</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9870"/>
		<updated>2013-03-20T14:14:19Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= instructions =&lt;br /&gt;
&lt;br /&gt;
1. First, Replace the files arduino-0022\hardware\arduino\boards.txt and arduino-0022\hardware\tools\avr\etc\avrdude.conf by this two files: &lt;br /&gt;
Close the Arduino IDE.&lt;br /&gt;
&lt;br /&gt;
2. Open the IDE. You will see three new boards:&lt;br /&gt;
&lt;br /&gt;
Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using as a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; DAGU product w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. If this doesn&#039;t work, execute cmd.exe and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 C:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Liz\Desktop\arduino-0022\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168p -cstk500v1 -P\\.\COM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x00:m -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m -F&lt;br /&gt;
&lt;br /&gt;
The bootloader have been burn!&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9863</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9863"/>
		<updated>2013-03-20T13:55:52Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial explains how to use an Arduino board (Arduino Uno) as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (the ATmega168 used in Arduino). This steps have been tested with Arduino 022 and Windows as OS. (Not the same in results on Linux :( )&lt;br /&gt;
&lt;br /&gt;
Attention: This is not required for normal use of the Wild Thumper Controller (normally come with a bootloader). &lt;br /&gt;
&lt;br /&gt;
This tutorials is based on the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 022 running on Windows (not successful results on Linux).&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
1. Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using for a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; Arduino Nano w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. First try, this error&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Second try:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
 &lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
 &lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
 &lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Poster-RobAIR.pdf&amp;diff=9840</id>
		<title>File:Poster-RobAIR.pdf</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Poster-RobAIR.pdf&amp;diff=9840"/>
		<updated>2013-03-20T08:41:17Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: uploaded a new version of &amp;quot;File:Poster-RobAIR.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Flyer-RobAIR.pdf&amp;diff=9839</id>
		<title>File:Flyer-RobAIR.pdf</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Flyer-RobAIR.pdf&amp;diff=9839"/>
		<updated>2013-03-20T08:35:55Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: uploaded a new version of &amp;quot;File:Flyer-RobAIR.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9800</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9800"/>
		<updated>2013-03-19T13:31:55Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents]] &lt;br /&gt;
[[File:Flyer-RobAIR.pdf]] [[File:Poster-RobAIR.pdf]] [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9799</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9799"/>
		<updated>2013-03-19T13:31:40Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents]] &lt;br /&gt;
[[File:Flyer-RobAIR.pdf|alt= bla|bla]] [[File:Poster-RobAIR.pdf]] [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9796</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9796"/>
		<updated>2013-03-19T13:29:05Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents]] &lt;br /&gt;
[[File:Flyer-RobAIR.pdf|Flyer RobAIR2013]] [[File:Poster-RobAIR.pdf]] [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9795</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9795"/>
		<updated>2013-03-19T13:26:21Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents]] &lt;br /&gt;
[[File:Flyer-RobAIR.pdf]] [[File:Poster-RobAIR.pdf]] [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9794</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9794"/>
		<updated>2013-03-19T13:26:07Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &lt;br /&gt;
[[File:Flyer-RobAIR.pdf]] [[File:Poster-RobAIR.pdf]] [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9793</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9793"/>
		<updated>2013-03-19T13:25:35Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; &lt;br /&gt;
[[File:Flyer-RobAIR.pdf]] &amp;amp; [[File:Poster-RobAIR.pdf]] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9792</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9792"/>
		<updated>2013-03-19T13:25:25Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; &lt;br /&gt;
[[File:Flyer-RobAIR.pdf] Flyer] &amp;amp; [[File:Poster-RobAIR.pdf]] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9791</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9791"/>
		<updated>2013-03-19T13:25:13Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; &lt;br /&gt;
[[File:Flyer-RobAIR.pdf Flyer]] &amp;amp; [[File:Poster-RobAIR.pdf]] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9790</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9790"/>
		<updated>2013-03-19T13:24:57Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; &lt;br /&gt;
[[File:Flyer-RobAIR.pdf]] &amp;amp; [[File:Poster-RobAIR.pdf]] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9789</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9789"/>
		<updated>2013-03-19T13:23:53Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; &lt;br /&gt;
[File:Flyer-RobAIR.pdf] &amp;amp; [File:Poster-RobAIR.pdf] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9788</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9788"/>
		<updated>2013-03-19T13:23:36Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; &lt;br /&gt;
[File:Flyer-RobAIR.pdf Flyer RobAIR2013] &amp;amp; [File:Poster-RobAIR.pdf Poster RobAIR2013] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [http://www.youtube.com/watch?v=8VKd9UdPNmc Video]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Poster-RobAIR.pdf&amp;diff=9786</id>
		<title>File:Poster-RobAIR.pdf</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Poster-RobAIR.pdf&amp;diff=9786"/>
		<updated>2013-03-19T13:21:29Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Flyer-RobAIR.pdf&amp;diff=9785</id>
		<title>File:Flyer-RobAIR.pdf</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Flyer-RobAIR.pdf&amp;diff=9785"/>
		<updated>2013-03-19T13:20:58Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9769</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9769"/>
		<updated>2013-03-19T10:34:40Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster...]] &amp;amp; [http://robair.quicker.fr/ Site web RobAIR]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9715</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9715"/>
		<updated>2013-03-17T12:54:47Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi Fiche suivi RobAIR] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster &lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9714</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9714"/>
		<updated>2013-03-17T12:54:11Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster &lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9713</id>
		<title>Soutenances Projet RICM 5 2012-2013</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Soutenances_Projet_RICM_5_2012-2013&amp;diff=9713"/>
		<updated>2013-03-17T12:53:44Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Planning==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Jeudi 21/03 P257 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 13H00-13H45&lt;br /&gt;
 | Armind&lt;br /&gt;
 | Renaud Blanch, Nicolas Glade, Nicolas Vuillerme, Didier Pradon (APHP Garches)&lt;br /&gt;
 | CHEVALLIER MARIE (PL), FALL YACINE, LU XIAO&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 13H45-14H30&lt;br /&gt;
 | [[RobAIR2013]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | NICOLACCINI MICKAEL , ALEXANDRE ARTHUR, HARRACHE SALEM, PAZ HERNANDEZ ELIZABETH&lt;br /&gt;
 | [[http://air.imag.fr/mediawiki/index.php/RobAIR2013-RICM5-Suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster &lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 14H30-14H45&lt;br /&gt;
 | Pause&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 4&lt;br /&gt;
 | 14H45-15H15&lt;br /&gt;
 | [[Fusion multi-capteurs pour table tactile]]&lt;br /&gt;
 | Renaud Blanch, Renaud Collin&lt;br /&gt;
 | RAOUX MAXENCE (PL), DAUVERGNE LEOPOLD&lt;br /&gt;
 | [http://air.imag.fr/mediawiki/index.php/Fusion_multi-capteurs_pour_table_tactile fiche suivi] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 5&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet Réseaux de Capteurs]]&lt;br /&gt;
 | Bernard Tourancheau&lt;br /&gt;
 | CARAMELLI NOE-JEAN (PL), LEVEQUE FLORIAN, HO MINH QUAN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 6&lt;br /&gt;
 | 16H00-16H30&lt;br /&gt;
 | [[OAR Cloud Computing 2013]]&lt;br /&gt;
 | Olivier Richard&lt;br /&gt;
 | MERCIER MICHAEL (PL)&lt;br /&gt;
 | [[Proj-2012-2013-OAR-Cloud | fiche suivi]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
 |+ Planning Vendredi 22/03 P249 ([[Polytech Grenoble]])&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Horaire&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Projet&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Encadrant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Etudiant(s)&lt;br /&gt;
 !scope=&amp;quot;col&amp;quot;| Documents&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 1&lt;br /&gt;
 | 14H30-15H15&lt;br /&gt;
 | [[Projet 2013 : Interactive Digital Signage]]&lt;br /&gt;
 | [[User:Donsez|Didier Donsez]]&lt;br /&gt;
 | FOURURE FLORIAN, BISCH SIMON (PL), CLAVELIN AURELIEN&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 2&lt;br /&gt;
 | 15H15-16H00&lt;br /&gt;
 | [[Projet CERVIN de &amp;quot;Rehab Lab&amp;quot;]]&lt;br /&gt;
 | Renaud Blanch, Francois Letellier de l&#039;association [http://www.aconit.org/ ACONIT], le [http://www.ccsti-grenoble.org/ CCSTI Grenoble]&lt;br /&gt;
 | OSWALD CAMILLE, WIRTH CLÉMENT, PRAK SORIYA, GNATTO-BAHIE CHRISTOPHER&lt;br /&gt;
 | [[http://www.cervin.org/wiki/index.php?title=Prototype_SmartPhone  Wiki projet Cervin]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |-&lt;br /&gt;
 !scope=&amp;quot;row&amp;quot;| 3&lt;br /&gt;
 | 16H00-16H45&lt;br /&gt;
 | [[Développement d&#039;une appli mobile pour urgentistes en Afrique utilisant la synthèse vocale]]&lt;br /&gt;
 | Laurent Besacier, F. Camara et la [http://voxygen.fr/ société Voxygen]&lt;br /&gt;
 | ELOY FABIEN, NGOUALA ROLLY, VIGIER SYLVAIN, GU QIKAI, SEGALA JOACHIM&lt;br /&gt;
 | [[fiche suivi ...]] &amp;amp; [[transparents ...]] &amp;amp; [[flyer ...]] &amp;amp; [[poster ...]] &amp;amp; [[video ...]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Recommandations==&lt;br /&gt;
* Prévenez vos tuteurs de votre horaire de passage pour qu&#039;ils assistent à votre soutenance (ainsi que des éventuels changements).&lt;br /&gt;
* La durée des soutenances est STRICTEMENT 45 minutes (et 30 minutes pour Michael Mercier)&lt;br /&gt;
* Chaque soutenance comporte 20 minutes de présentation, 15 minutes de démonstration suivi de 10 minutes de questions/réponse&lt;br /&gt;
* La présentation doit aborder l&#039;ensemble des aspects du projet (contexte, technique, gestion, ...)&lt;br /&gt;
* Les transparents doivent être ajoutés à cette page avant le Jeudi matin&lt;br /&gt;
* Des &#039;&#039;flyers&#039;&#039; (3 volets d&#039;un A4) et un poster (A4 ou 2*A4 ou A3) devront être apportés puis laissés dans la salle AIR.&lt;br /&gt;
&lt;br /&gt;
==Conseils==&lt;br /&gt;
* Le chef de projet orchestre&lt;br /&gt;
* Répétez plusieurs fois et chronométrez vous !&lt;br /&gt;
* Répartissez vous la parole pendant la présentation et la démo&lt;br /&gt;
* Attention à l&#039; &#039;&#039;effet démo&#039;&#039; : prévoyez une vidéo de secours&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9673</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9673"/>
		<updated>2013-03-13T23:00:55Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
1. Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using for a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Arduino-isp.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; Arduino Nano w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. First try, this error&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Second try:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
 &lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
 &lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
 &lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=File:Arduino-isp.jpg&amp;diff=9672</id>
		<title>File:Arduino-isp.jpg</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=File:Arduino-isp.jpg&amp;diff=9672"/>
		<updated>2013-03-13T23:00:09Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9671</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9671"/>
		<updated>2013-03-13T22:55:51Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
1. Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using for a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; Arduino Nano w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-burn-bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
8. First try, this error&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Second try:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
 &lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
 &lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
 &lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9670</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9670"/>
		<updated>2013-03-13T22:55:00Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
1. Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using for a programmer)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-uno.png|thumb|upright=1|alt=Connection]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; Arduino Nano w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Select-arduino-nano.png|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Select-arduino-as-isp.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
| [[File:Select-burn-bootloader.png |thumb|upright=1|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
8. First try, this error&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Second try:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
 &lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
 &lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
 &lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9669</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9669"/>
		<updated>2013-03-13T22:38:41Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
1. Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using for a programmer)&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=1|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=3|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; Arduino Nano w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
8. First try, this error&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Second try:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
 &lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
 &lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
 &lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9668</id>
		<title>RobAIR2013-RICM5-Suivi/BurnBootloader</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=RobAIR2013-RICM5-Suivi/BurnBootloader&amp;diff=9668"/>
		<updated>2013-03-13T22:38:18Z</updated>

		<summary type="html">&lt;p&gt;ElizabethPaz: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and http://letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
1. Open the ArduinoISP firmware (in Examples) to your Arduino board. &lt;br /&gt;
&lt;br /&gt;
2. Select Tools &amp;gt; Board and Serial Port &amp;gt; Arduino Uno (the board that we are using for a programmer)&lt;br /&gt;
&lt;br /&gt;
3. Upload the ArduinoISP sketch into your programmer&lt;br /&gt;
&lt;br /&gt;
4. Disconnect the USB cable from the Arduino Uno.&lt;br /&gt;
&lt;br /&gt;
5. Wire the Wild Thumper Controller with the Arduino Uno as shown in the picture&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:Wildtrumper-board-isp-bootloader-burning.jpg|thumb|upright=2|alt=Connection]]&lt;br /&gt;
| [[File:Schema_burn_bootloader.png|thumb|upright=2|alt=Schema]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the &#039;&#039;&#039;Tools &amp;gt; Board &amp;gt; Arduino Nano w/Atmega 168&#039;&#039;&#039;, then the item &#039;&#039;&#039;Tools &amp;gt; Burn Bootloader &amp;gt; Arduino as ISP&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
7. Now click on Burn Bootloader&lt;br /&gt;
&lt;br /&gt;
8. First try, this error&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Second try:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41&lt;br /&gt;
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/&lt;br /&gt;
         Copyright (c) 2007-2009 Joerg Wunsch&lt;br /&gt;
 &lt;br /&gt;
         System wide configuration file is &amp;quot;/home/liz/Documents/ricm5-robair/arduino-1.0.4/hardware/tools/avrdude.conf&amp;quot;&lt;br /&gt;
         User configuration file is &amp;quot;/home/liz/.avrduderc&amp;quot;&lt;br /&gt;
         User configuration file does not exist or is not a regular file, skipping&lt;br /&gt;
 &lt;br /&gt;
         Using Port                    : /dev/ttyACM0&lt;br /&gt;
         Using Programmer              : stk500v1&lt;br /&gt;
         Overriding Baud Rate          : 19200&lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Send: 0 [30]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         AVR Part                      : ATMEGA168&lt;br /&gt;
         Chip Erase delay              : 9000 us&lt;br /&gt;
         PAGEL                         : PD7&lt;br /&gt;
         BS2                           : PC2&lt;br /&gt;
         RESET disposition             : dedicated&lt;br /&gt;
         RETRY pulse                   : SCK&lt;br /&gt;
         serial program mode           : yes&lt;br /&gt;
         parallel program mode         : yes&lt;br /&gt;
         Timeout                       : 200&lt;br /&gt;
         StabDelay                     : 100&lt;br /&gt;
         CmdexeDelay                   : 25&lt;br /&gt;
         SyncLoops                     : 32&lt;br /&gt;
         ByteDelay                     : 0&lt;br /&gt;
         PollIndex                     : 3&lt;br /&gt;
         PollValue                     : 0x53&lt;br /&gt;
         Memory Detail                 :&lt;br /&gt;
 &lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00&lt;br /&gt;
                                  Block Poll               Page                       Polled&lt;br /&gt;
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack&lt;br /&gt;
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------&lt;br /&gt;
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00&lt;br /&gt;
 &lt;br /&gt;
         Programmer Type : STK500&lt;br /&gt;
         Description     : Atmel STK500 Version 1.x firmware&lt;br /&gt;
 avrdude: Send: A [41] . [80]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14&lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [02] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02&lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 &lt;br /&gt;
 avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 avrdude: Send: A [41] . [98]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Hardware Version: 0&lt;br /&gt;
         Firmware Version: 0.4232850&lt;br /&gt;
         Topcard         : STK502&lt;br /&gt;
 avrdude: Send: A [41] . [84]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [12] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [85]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [86]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [87]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [89]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
         Vtarget         : 1.8 V&lt;br /&gt;
         Varef           : 0.0 V&lt;br /&gt;
         Oscillator      : Off&lt;br /&gt;
         SCK period      : 0.1 us&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: A [41] . [81]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: A [41] . [82]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [00] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: Send: B [42] . [86] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] . [80] . [02] . [00] . [00] . [00] @ [40] . [00]   [20] &lt;br /&gt;
 avrdude: Recv: . [14] &lt;br /&gt;
 avrdude: Recv: . [01] &lt;br /&gt;
 avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01&lt;br /&gt;
 avrdude: initialization failed, rc=-1&lt;br /&gt;
         Double check connections and try again, or use -F to override&lt;br /&gt;
         this check.&lt;br /&gt;
 &lt;br /&gt;
 avrdude: Send: Q [51]   [20] &lt;br /&gt;
 avrdude: Recv: . [10] &lt;br /&gt;
 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10&lt;br /&gt;
 &lt;br /&gt;
 avrdude done.  Thank you.&lt;/div&gt;</summary>
		<author><name>ElizabethPaz</name></author>
	</entry>
</feed>