-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgettingstarted.html
More file actions
67 lines (51 loc) · 3.26 KB
/
gettingstarted.html
File metadata and controls
67 lines (51 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
<head>
<title>Tobby The Robot - Scratch Extension</title>
<link rel="stylesheet" type="text/css" href="style.css"></link>
<meta charset="utf-8" />
</head>
<body>
<div id="header-container">
<center>
<header>
<h1>Tobby the Robot - Extension ScratchX</h1>
<ul id="summary">
<li><a class="selected" href="index.html">À propos</a></li>
<li><a href="gettingstarted.html">Manuel d'utilisation</a></li>
<li><a href="blocks.html">Description des blocs</a></li>
<li><a href="examples.html">Exemple de Projets</a></li>
</ul>
</header>
</center>
</div>
<div id="content-container">
<a name="Manuel d'utilisation" />
<h1>Manuel d'utilisation</h1>
<h3>1. Televerser le Firmware dans le robot</h3>
<ol>
<li>Si vous ne l'avez pas déjà, télécharger est installer <a href="http://www.arduino.cc/en/Main/Software">Arduino</a> <span class="small-text">(<a href="http://www.arduino.cc/en/Guide/Windows">Windows</a> ou <a href="http://www.arduino.cc/en/Guide/MacOSX">Mac</a> instructions)</span></li>
<li>Connecter le robot Tobby à votre ordinateur grâce au cable USB</li>
<li>Lancer le logiciel Arduino<br /><img src="images/arduino.png" /></li>
<li>Ouvrir le projet scratch_programmation.ino</li>
<li>Selectionner l'Arduino MEGA dans <b>Tools > Board</b> menu<br /><img src="images/arduino-board.png" /></li>
<li>Selectionner le port serie sur lequel est connecté le robot <b>Tools > Port</b> menu.<br />Sur Mac, c'est quelque chose comme <b>/dev/tty.usbmodem-1511</b>.<br />Sur Windows, c'est surement le port COM le plus élevé.<br />(Ou unplug Tobby, vérifier le menu, et après replug Tobby et regardez quel port apparaît.)<br /><img src="images/arduino-port.png" /></li>
<li>Clickez sur le button televerser<br /><img src="images/arduino-upload.png" /></li>
</ol>
<h3>2. Installer le Plugin Scratch Extensions</h3>
<p>Vous devrez utiliser l'explorateur Firefox pour que l'extension marche</p>
<p>Télécharger et installer <a href="https://scratch.mit.edu/info/ext_download/">Plugin Scratch Extensions</a></p></li>
<h3>3. Charger l'extension de Tobby sur ScratchX</h3>
<p>Lancer l'extension en suivant le lien suivant:</p>
<a target="_new" href="http://scratchx.org/?url=http://vannestefelix.github.io/scratch_extensions/lib_global.js">http://scratchx.org/?url=http://vannestefelix.github.io/scratch_extensions/lib_global.js</a>
<p><b>NOTE:</b> Sur Firefox, une fenêtre d'autorisation apparaîtra surement: "Allow scratchx.org to run "Scratch Device?". Click "Allow...".</p>
<p><img src="images/firefox-plugin.png" width=600 /></p>
<p>Un autre message apparaître normalement avec, "Allow scratchx.org to run plugins?". Mettre aussi Adobe Flash que Scratch Device à "Allow and Remember" et clicker sur okay.</p>
<p><img src="images/firefox-plugin2.png" /></p>
<h3>4. Attendre le feu vert</h3>
<p>Quand vous verrez l'indicateur dans "More Blocks" passer au vert vous pouvez maintenant utiliser l'extension!</p>
<img width=271 height=314 src="images/connected.png" alt="Green indicator light" />
<p>Maintenant vous pouvez aller voir <a href="#blocks">Blocks Description</a> and the <a href="#examples">Example de Projets</a> pour apprendre en detail comment utiliser l'extension.
</div>
<br />
</body>
</html>