-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (225 loc) · 6.67 KB
/
index.html
File metadata and controls
255 lines (225 loc) · 6.67 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/night.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<style>
img {
border: none !important
}
.Cleft {
position: relative;
left: -10%;
}
.Cright {
width: 49% !important;
}
.Ccollumn {
width: 51%;
float: left;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>GSBC</br>Lego Mindstorm</h2>
</section>
<section>
<h2>Agenda</h2>
<ul>
<li>Dla kogo ta zabawka?</li>
<li>Jak zacząć?
<ul>
<li>co kupić?</li>
<li>jak zacząć zabawę?</li>
</ul>
</li>
<li>co dalej?</li>
</ul>
</section>
<section>
<section>
<div class="Ccollumn Cleft">
<h2>Podstawy Programowania</h2>
<ul>
<li><strong><a href="scratch.mit.edu/">Scratch</a></strong> - środowisko do nauki programowania</li>
<li><strong><a href="www.python.org/">Python</a></strong> - prosty język interpretowany</li>
</ul>
</div>
<div class="Ccollumn Cright">
<img src="resources/scratch.jpg">
<img src="resources/python3.png">
</div>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>Budowanie z Lego Technics</h2>
<ul>
<li>Czytanie instrukcji</li>
<li>Przenoszenie ruchu (trybka i przekładnie)</li>
</ul>
</div>
<div class="Ccollumn Cright">
<img src="resources/legoTechnicDifferential.jpg">
<img src="resources/legoInstrukcja.jpg">
</div>
</section>
</section>
<section>
<section>
<h2>Co kupić?</h2>
<ul>
<li>Lego Education</li>
<li>Lego Home Edition</li>
<li>NXT - wersja budżetowa</li>
</ul>
</section>
</section>
<section>
<section>
<h2>Inne Systemy</h2>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>ev3dev</h2>
<ul>
<li>debian</li>
<li>Swoboda języka
<ul>
<li>C++</li>
<li>Python</li>
<li>NodeJS</li>
<li>Go</li>
</ul>
</li>
<li>Dużo możliwości - dużo problemów</li>
<li>SSH</li>
<li><a href="http://www.ev3dev.org/">strona projektu</a></li>
</ul>
</div>
<div class="Ccollumn Cright" style="width: 80%">
<img src="resources/ev3dev_boot.png" width="400%">
</div>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>LeJOS</h2>
<ul>
<li>Java</li>
<li>Zdalne uruchamianie (eclipse)</li>
<li>Zdalna kontrola (java)</li>
<li><a href="http://www.lejos.org/">strona projektu</a></li>
</ul>
</div>
<div class="Ccollumn Cright">
<img src="resources/lejosBoot.jpg" style="width: 100%">
</div>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>Mono Brick</h2>
<ul>
<li>Mono
<ul>
<li>C#</li>
<li>F#</li>
<li>IronPython</li>
</ul>
</li>
<li>Zdalna kontrola (gui, android)</li>
<li><a href="http://www.monobrick.dk/">strona projektu</a></li>
</ul>
</br>
<img src="resources/monobrickLogoFrontPage.png" style="width: 50%">
</div>
<div class="Ccollumn Cright" style="left: 45%; width: 70% !important; margin: 0% !important">
<img src="resources/remoteScreen.png" style="width: 100%">
</div>
</section>
</section>
<section>
<section>
<h2>Zaawansowane projekty</h2>
</section>
<section>
<h2>LEGO Printer</h2>
<iframe width="1120" height="600" src="https://www.youtube.com/embed/Y4neo4fRw2M" frameborder="0" allowfullscreen></iframe>
</section>
<section>
<h2>LEGO 360° Milling Machine</h2>
<iframe width="1120" height="600" src="https://www.youtube.com/embed/oF0pMILT7_Y" frameborder="0" allowfullscreen></iframe>
</section>
<section>
<h2>Lego Technic Loom</h2>
<iframe width="1120" height="600" src="https://www.youtube.com/embed/9-toKZHT-Ts" frameborder="0" allowfullscreen></iframe>
</section>
</section>
<section>
<section>
<h2>Sensory innych dostawców</h2>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>Pixy</h2>
Kamera dla NXT oraz ev3 </br>
<a href="https://www.amazon.com/Pixy-LEGO-Vision-Tracking-Mindstorms/dp/B01AH55RU0/ref=sr_1_9?ie=UTF8&qid=1480947046&sr=8-9&keywords=ev3+sensor">link</a>
</div>
<div class="Ccollumn Cright">
<img src="resources/pixy.jpg">
</div>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>dGPS</h2>
GPS i acelerometr dla NXT </br>
<a href="https://www.amazon.com/Dexter-1-dGPS-for-Mindstorms/dp/B004DARF74/ref=sr_1_42?ie=UTF8&qid=1480947140&sr=8-42&keywords=ev3+sensor">link</a>
</div>
<div class="Ccollumn Cright">
<img src="resources/gps.jpg">
</div>
</section>
<section>
<div class="Ccollumn Cleft">
<h2>Lego Vernier Sensor Adapter</h2>
Adapter do "normalnych" sensorów dla NXT </br>
<a href="https://www.amazon.com/Lego-Vernier-Sensor-Adapter-9799/dp/B00WXPY7RW/ref=sr_1_15?ie=UTF8&qid=1480947046&sr=8-15&keywords=ev3+sensor">link</a>
</div>
<div class="Ccollumn Cright">
<img src="resources/vernierAdapter.jpg">
</div>
</section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>