@educabot/educablocks-boards 0.2.32 → 0.2.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/boards/data.js +1458 -237
- package/dist/src/boards/data.js.map +1 -1
- package/package.json +1 -1
- package/src/boards/data.ts +1482 -253
- package/src/boards/types.ts +2 -1
package/src/boards/data.ts
CHANGED
|
@@ -21,7 +21,6 @@ export const boards: Board[] = [
|
|
|
21
21
|
image: 'zonda.png',
|
|
22
22
|
class: 'educablocks-uno',
|
|
23
23
|
name: 'Zonda',
|
|
24
|
-
groupName: 'Zonda',
|
|
25
24
|
company: 'Educabot',
|
|
26
25
|
htmlValue: '',
|
|
27
26
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -46,7 +45,6 @@ export const boards: Board[] = [
|
|
|
46
45
|
image: 'bhoot.png',
|
|
47
46
|
class: 'educabot-bhoot',
|
|
48
47
|
name: 'Buty',
|
|
49
|
-
groupName: 'Buty',
|
|
50
48
|
company: 'Educabot',
|
|
51
49
|
compilerBoard: 'arduino:avr:uno',
|
|
52
50
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -66,6 +64,9 @@ export const boards: Board[] = [
|
|
|
66
64
|
simulator: 1,
|
|
67
65
|
},
|
|
68
66
|
|
|
67
|
+
//// MACHINE LEARNING BOARDS ////
|
|
68
|
+
|
|
69
|
+
// ------------ Hands pose detection ------------ //
|
|
69
70
|
{
|
|
70
71
|
id: 43,
|
|
71
72
|
type: 'machineLearning',
|
|
@@ -73,7 +74,8 @@ export const boards: Board[] = [
|
|
|
73
74
|
class: 'robot-ia',
|
|
74
75
|
groupClass: 'robot-ia',
|
|
75
76
|
name: 'Buty',
|
|
76
|
-
|
|
77
|
+
groupImage: 'ai.png',
|
|
78
|
+
groupPath: ['Poses de manos'],
|
|
77
79
|
company: 'Educabot',
|
|
78
80
|
htmlValue: '',
|
|
79
81
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -101,7 +103,8 @@ export const boards: Board[] = [
|
|
|
101
103
|
class: 'robot-ia',
|
|
102
104
|
groupClass: 'robot-ia',
|
|
103
105
|
name: 'IAco',
|
|
104
|
-
|
|
106
|
+
groupImage: 'ai.png',
|
|
107
|
+
groupPath: ['Poses de manos'],
|
|
105
108
|
company: 'Educabot',
|
|
106
109
|
htmlValue: '',
|
|
107
110
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -122,7 +125,232 @@ export const boards: Board[] = [
|
|
|
122
125
|
bluetooth: 1,
|
|
123
126
|
iaModel: IA_MODEL.HANDS,
|
|
124
127
|
},
|
|
128
|
+
{
|
|
129
|
+
id: 58,
|
|
130
|
+
type: 'machineLearning',
|
|
131
|
+
image: 'creabotsMovement.png',
|
|
132
|
+
class: 'robot-ia',
|
|
133
|
+
groupClass: 'robot-ia',
|
|
134
|
+
name: 'Conducción',
|
|
135
|
+
groupImage: 'ai.png',
|
|
136
|
+
groupPath: ['Poses de manos'],
|
|
137
|
+
company: 'Creabots',
|
|
138
|
+
compilerBoard: 'arduino:avr:uno',
|
|
139
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
140
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
141
|
+
use1200bpsTouch: false,
|
|
142
|
+
fileExtension: 'hex',
|
|
143
|
+
profile: 'creabotsMovementAi',
|
|
144
|
+
lang: 'Arduino',
|
|
145
|
+
show: 1,
|
|
146
|
+
showOnAula: 0,
|
|
147
|
+
enabled: 1,
|
|
148
|
+
enabledForCode: 0,
|
|
149
|
+
premium: 0,
|
|
150
|
+
toolboxLayout: 'vertical',
|
|
151
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
152
|
+
pins: CREABOTS,
|
|
153
|
+
bluetooth: 1,
|
|
154
|
+
iaModel: IA_MODEL.HANDS,
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
id: 66,
|
|
158
|
+
type: 'machineLearning',
|
|
159
|
+
image: 'smart-team-3.png',
|
|
160
|
+
class: 'smart-team-3-cap-1',
|
|
161
|
+
groupClass: 'smart-team',
|
|
162
|
+
name: 'Libro 3',
|
|
163
|
+
groupImage: 'smart-team.png',
|
|
164
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
165
|
+
company: 'Smart Team',
|
|
166
|
+
compilerBoard: 'arduino:avr:uno',
|
|
167
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
168
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
169
|
+
use1200bpsTouch: false,
|
|
170
|
+
fileExtension: 'hex',
|
|
171
|
+
profile: 'smartTeamLibro3Capitulo1Ai',
|
|
172
|
+
lang: 'Arduino',
|
|
173
|
+
show: 1,
|
|
174
|
+
showOnAula: 1,
|
|
175
|
+
enabled: 1,
|
|
176
|
+
enabledForCode: 0,
|
|
177
|
+
premium: 0,
|
|
178
|
+
toolboxLayout: 'vertical',
|
|
179
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
180
|
+
pins: BHOOT,
|
|
181
|
+
bluetooth: 1,
|
|
182
|
+
iaModel: IA_MODEL.HANDS,
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
id: 67,
|
|
186
|
+
type: 'machineLearning',
|
|
187
|
+
image: 'smart-team-4.png',
|
|
188
|
+
class: 'smart-team-4-cap-1',
|
|
189
|
+
groupClass: 'smart-team',
|
|
190
|
+
name: 'Libro 4',
|
|
191
|
+
groupImage: 'smart-team.png',
|
|
192
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
193
|
+
company: 'Smart Team',
|
|
194
|
+
compilerBoard: 'arduino:avr:uno',
|
|
195
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
196
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
197
|
+
use1200bpsTouch: false,
|
|
198
|
+
fileExtension: 'hex',
|
|
199
|
+
profile: 'smartTeamLibro4Capitulo1Ai',
|
|
200
|
+
lang: 'Arduino',
|
|
201
|
+
show: 1,
|
|
202
|
+
showOnAula: 1,
|
|
203
|
+
enabled: 1,
|
|
204
|
+
enabledForCode: 0,
|
|
205
|
+
premium: 0,
|
|
206
|
+
toolboxLayout: 'vertical',
|
|
207
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
208
|
+
pins: BHOOT,
|
|
209
|
+
bluetooth: 1,
|
|
210
|
+
iaModel: IA_MODEL.HANDS,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
id: 68,
|
|
214
|
+
type: 'machineLearning',
|
|
215
|
+
image: 'smart-team-5.png',
|
|
216
|
+
class: 'smart-team-5-cap-1',
|
|
217
|
+
groupClass: 'smart-team',
|
|
218
|
+
name: 'Libro 5',
|
|
219
|
+
groupImage: 'smart-team.png',
|
|
220
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
221
|
+
company: 'Smart Team',
|
|
222
|
+
compilerBoard: 'arduino:avr:uno',
|
|
223
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
224
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
225
|
+
use1200bpsTouch: false,
|
|
226
|
+
fileExtension: 'hex',
|
|
227
|
+
profile: 'smartTeamLibro5Capitulo1Ai',
|
|
228
|
+
lang: 'Arduino',
|
|
229
|
+
show: 1,
|
|
230
|
+
showOnAula: 1,
|
|
231
|
+
enabled: 1,
|
|
232
|
+
enabledForCode: 0,
|
|
233
|
+
premium: 0,
|
|
234
|
+
toolboxLayout: 'vertical',
|
|
235
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
236
|
+
pins: BHOOT,
|
|
237
|
+
bluetooth: 1,
|
|
238
|
+
iaModel: IA_MODEL.HANDS,
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
id: 69,
|
|
242
|
+
type: 'machineLearning',
|
|
243
|
+
image: 'smart-team-6.png',
|
|
244
|
+
class: 'smart-team-6-cap-1',
|
|
245
|
+
groupClass: 'smart-team',
|
|
246
|
+
name: 'Libro 6',
|
|
247
|
+
groupImage: 'smart-team.png',
|
|
248
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
249
|
+
company: 'Smart Team',
|
|
250
|
+
compilerBoard: 'arduino:avr:uno',
|
|
251
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
252
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
253
|
+
use1200bpsTouch: false,
|
|
254
|
+
fileExtension: 'hex',
|
|
255
|
+
profile: 'smartTeamLibro6Capitulo1Ai',
|
|
256
|
+
lang: 'Arduino',
|
|
257
|
+
show: 1,
|
|
258
|
+
showOnAula: 1,
|
|
259
|
+
enabled: 1,
|
|
260
|
+
enabledForCode: 0,
|
|
261
|
+
premium: 0,
|
|
262
|
+
toolboxLayout: 'vertical',
|
|
263
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
264
|
+
pins: BHOOT,
|
|
265
|
+
bluetooth: 1,
|
|
266
|
+
iaModel: IA_MODEL.HANDS,
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
id: 70,
|
|
270
|
+
type: 'machineLearning',
|
|
271
|
+
image: 'smart-team-7.png',
|
|
272
|
+
class: 'smart-team-7-cap-1',
|
|
273
|
+
groupClass: 'smart-team',
|
|
274
|
+
name: 'Libro 7',
|
|
275
|
+
groupImage: 'smart-team.png',
|
|
276
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
277
|
+
company: 'Smart Team',
|
|
278
|
+
compilerBoard: 'arduino:avr:uno',
|
|
279
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
280
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
281
|
+
use1200bpsTouch: false,
|
|
282
|
+
fileExtension: 'hex',
|
|
283
|
+
profile: 'bhootAi',
|
|
284
|
+
lang: 'Arduino',
|
|
285
|
+
show: 1,
|
|
286
|
+
showOnAula: 1,
|
|
287
|
+
enabled: 1,
|
|
288
|
+
enabledForCode: 0,
|
|
289
|
+
premium: 0,
|
|
290
|
+
toolboxLayout: 'vertical',
|
|
291
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
292
|
+
pins: BHOOT,
|
|
293
|
+
bluetooth: 1,
|
|
294
|
+
iaModel: IA_MODEL.HANDS,
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
id: 71,
|
|
298
|
+
type: 'machineLearning',
|
|
299
|
+
image: 'smart-team-8.png',
|
|
300
|
+
class: 'smart-team-8-cap-1',
|
|
301
|
+
groupClass: 'smart-team',
|
|
302
|
+
name: 'Libro 8',
|
|
303
|
+
groupImage: 'smart-team.png',
|
|
304
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
305
|
+
company: 'Smart Team',
|
|
306
|
+
compilerBoard: 'arduino:avr:uno',
|
|
307
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
308
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
309
|
+
use1200bpsTouch: false,
|
|
310
|
+
fileExtension: 'hex',
|
|
311
|
+
profile: 'bhootAi',
|
|
312
|
+
lang: 'Arduino',
|
|
313
|
+
show: 1,
|
|
314
|
+
showOnAula: 1,
|
|
315
|
+
enabled: 1,
|
|
316
|
+
enabledForCode: 0,
|
|
317
|
+
premium: 0,
|
|
318
|
+
toolboxLayout: 'vertical',
|
|
319
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
320
|
+
pins: BHOOT,
|
|
321
|
+
bluetooth: 1,
|
|
322
|
+
iaModel: IA_MODEL.HANDS,
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
id: 72,
|
|
326
|
+
type: 'machineLearning',
|
|
327
|
+
image: 'smart-team-9.png',
|
|
328
|
+
class: 'smart-team-9-cap-1',
|
|
329
|
+
groupClass: 'smart-team',
|
|
330
|
+
name: 'Libro 9',
|
|
331
|
+
groupImage: 'smart-team.png',
|
|
332
|
+
groupPath: ['Poses de manos', 'Smart Team'],
|
|
333
|
+
company: 'Smart Team',
|
|
334
|
+
compilerBoard: 'arduino:avr:uno',
|
|
335
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
336
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
337
|
+
use1200bpsTouch: false,
|
|
338
|
+
fileExtension: 'hex',
|
|
339
|
+
profile: 'bhootAi',
|
|
340
|
+
lang: 'Arduino',
|
|
341
|
+
show: 1,
|
|
342
|
+
showOnAula: 1,
|
|
343
|
+
enabled: 1,
|
|
344
|
+
enabledForCode: 1,
|
|
345
|
+
premium: 0,
|
|
346
|
+
toolboxLayout: 'vertical',
|
|
347
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
348
|
+
pins: BHOOT,
|
|
349
|
+
bluetooth: 1,
|
|
350
|
+
iaModel: IA_MODEL.HANDS,
|
|
351
|
+
},
|
|
125
352
|
|
|
353
|
+
// ------------ Image classification ------------ //
|
|
126
354
|
{
|
|
127
355
|
id: 44,
|
|
128
356
|
type: 'machineLearning',
|
|
@@ -130,7 +358,8 @@ export const boards: Board[] = [
|
|
|
130
358
|
class: 'robot-ia',
|
|
131
359
|
groupClass: 'robot-ia',
|
|
132
360
|
name: 'Buty',
|
|
133
|
-
|
|
361
|
+
groupImage: 'ai.png',
|
|
362
|
+
groupPath: ['Clasificador de imágenes'],
|
|
134
363
|
company: 'Educabot',
|
|
135
364
|
htmlValue: '',
|
|
136
365
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -158,7 +387,8 @@ export const boards: Board[] = [
|
|
|
158
387
|
class: 'robot-ia',
|
|
159
388
|
groupClass: 'robot-ia',
|
|
160
389
|
name: 'IAco',
|
|
161
|
-
|
|
390
|
+
groupImage: 'ai.png',
|
|
391
|
+
groupPath: ['Clasificador de imágenes'],
|
|
162
392
|
company: 'Educabot',
|
|
163
393
|
htmlValue: '',
|
|
164
394
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -179,188 +409,1124 @@ export const boards: Board[] = [
|
|
|
179
409
|
bluetooth: 1,
|
|
180
410
|
iaModel: IA_MODEL.IMAGES,
|
|
181
411
|
},
|
|
182
|
-
|
|
183
412
|
{
|
|
184
|
-
id:
|
|
413
|
+
id: 59,
|
|
185
414
|
type: 'machineLearning',
|
|
186
|
-
image: '
|
|
415
|
+
image: 'creabotsMovement.png',
|
|
187
416
|
class: 'robot-ia',
|
|
188
417
|
groupClass: 'robot-ia',
|
|
189
|
-
name: '
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
418
|
+
name: 'Conducción',
|
|
419
|
+
groupImage: 'ai.png',
|
|
420
|
+
groupPath: ['Clasificador de imágenes'],
|
|
421
|
+
company: 'Creabots',
|
|
193
422
|
compilerBoard: 'arduino:avr:uno',
|
|
194
423
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
195
424
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
196
425
|
use1200bpsTouch: false,
|
|
197
426
|
fileExtension: 'hex',
|
|
198
|
-
profile: '
|
|
427
|
+
profile: 'creabotsMovementAi',
|
|
199
428
|
lang: 'Arduino',
|
|
200
|
-
show:
|
|
429
|
+
show: 1,
|
|
201
430
|
showOnAula: 0,
|
|
202
431
|
enabled: 1,
|
|
203
432
|
enabledForCode: 0,
|
|
204
433
|
premium: 0,
|
|
205
434
|
toolboxLayout: 'vertical',
|
|
206
435
|
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
436
|
+
pins: CREABOTS,
|
|
437
|
+
bluetooth: 1,
|
|
438
|
+
iaModel: IA_MODEL.IMAGES,
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
id: 73,
|
|
442
|
+
type: 'machineLearning',
|
|
443
|
+
image: 'smart-team-3.png',
|
|
444
|
+
class: 'smart-team-3-cap-1',
|
|
445
|
+
groupClass: 'smart-team',
|
|
446
|
+
name: 'Libro 3',
|
|
447
|
+
groupImage: 'smart-team.png',
|
|
448
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
449
|
+
company: 'Smart Team',
|
|
450
|
+
compilerBoard: 'arduino:avr:uno',
|
|
451
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
452
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
453
|
+
use1200bpsTouch: false,
|
|
454
|
+
fileExtension: 'hex',
|
|
455
|
+
profile: 'smartTeamLibro3Capitulo1Ai',
|
|
456
|
+
lang: 'Arduino',
|
|
457
|
+
show: 1,
|
|
458
|
+
showOnAula: 1,
|
|
459
|
+
enabled: 1,
|
|
460
|
+
enabledForCode: 0,
|
|
461
|
+
premium: 0,
|
|
462
|
+
toolboxLayout: 'vertical',
|
|
463
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
207
464
|
pins: BHOOT,
|
|
208
465
|
bluetooth: 1,
|
|
209
|
-
iaModel: IA_MODEL.
|
|
466
|
+
iaModel: IA_MODEL.IMAGES,
|
|
210
467
|
},
|
|
211
468
|
{
|
|
212
|
-
id:
|
|
469
|
+
id: 74,
|
|
213
470
|
type: 'machineLearning',
|
|
214
|
-
image: '
|
|
215
|
-
class: '
|
|
216
|
-
groupClass: '
|
|
217
|
-
name: '
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
471
|
+
image: 'smart-team-4.png',
|
|
472
|
+
class: 'smart-team-4-cap-1',
|
|
473
|
+
groupClass: 'smart-team',
|
|
474
|
+
name: 'Libro 4',
|
|
475
|
+
groupImage: 'smart-team.png',
|
|
476
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
477
|
+
company: 'Smart Team',
|
|
221
478
|
compilerBoard: 'arduino:avr:uno',
|
|
222
479
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
223
480
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
224
481
|
use1200bpsTouch: false,
|
|
225
482
|
fileExtension: 'hex',
|
|
226
|
-
profile: '
|
|
483
|
+
profile: 'smartTeamLibro4Capitulo1Ai',
|
|
227
484
|
lang: 'Arduino',
|
|
228
|
-
show:
|
|
229
|
-
showOnAula:
|
|
485
|
+
show: 1,
|
|
486
|
+
showOnAula: 1,
|
|
230
487
|
enabled: 1,
|
|
231
488
|
enabledForCode: 0,
|
|
232
489
|
premium: 0,
|
|
233
490
|
toolboxLayout: 'vertical',
|
|
234
|
-
elementType: BOARD_ITEM_TYPE.
|
|
235
|
-
pins:
|
|
491
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
492
|
+
pins: BHOOT,
|
|
236
493
|
bluetooth: 1,
|
|
237
|
-
iaModel: IA_MODEL.
|
|
494
|
+
iaModel: IA_MODEL.IMAGES,
|
|
238
495
|
},
|
|
239
|
-
|
|
240
496
|
{
|
|
241
|
-
id:
|
|
497
|
+
id: 75,
|
|
242
498
|
type: 'machineLearning',
|
|
243
|
-
image: '
|
|
244
|
-
class: '
|
|
245
|
-
groupClass: '
|
|
246
|
-
name: '
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
499
|
+
image: 'smart-team-5.png',
|
|
500
|
+
class: 'smart-team-5-cap-1',
|
|
501
|
+
groupClass: 'smart-team',
|
|
502
|
+
name: 'Libro 5',
|
|
503
|
+
groupImage: 'smart-team.png',
|
|
504
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
505
|
+
company: 'Smart Team',
|
|
506
|
+
compilerBoard: 'arduino:avr:uno',
|
|
507
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
508
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
509
|
+
use1200bpsTouch: false,
|
|
510
|
+
fileExtension: 'hex',
|
|
511
|
+
profile: 'smartTeamLibro5Capitulo1Ai',
|
|
512
|
+
lang: 'Arduino',
|
|
513
|
+
show: 1,
|
|
514
|
+
showOnAula: 1,
|
|
515
|
+
enabled: 1,
|
|
516
|
+
enabledForCode: 0,
|
|
517
|
+
premium: 0,
|
|
518
|
+
toolboxLayout: 'vertical',
|
|
519
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
520
|
+
pins: BHOOT,
|
|
521
|
+
bluetooth: 1,
|
|
522
|
+
iaModel: IA_MODEL.IMAGES,
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
id: 76,
|
|
526
|
+
type: 'machineLearning',
|
|
527
|
+
image: 'smart-team-6.png',
|
|
528
|
+
class: 'smart-team-6-cap-1',
|
|
529
|
+
groupClass: 'smart-team',
|
|
530
|
+
name: 'Libro 6',
|
|
531
|
+
groupImage: 'smart-team.png',
|
|
532
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
533
|
+
company: 'Smart Team',
|
|
534
|
+
compilerBoard: 'arduino:avr:uno',
|
|
535
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
536
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
537
|
+
use1200bpsTouch: false,
|
|
538
|
+
fileExtension: 'hex',
|
|
539
|
+
profile: 'smartTeamLibro6Capitulo1Ai',
|
|
540
|
+
lang: 'Arduino',
|
|
541
|
+
show: 1,
|
|
542
|
+
showOnAula: 1,
|
|
543
|
+
enabled: 1,
|
|
544
|
+
enabledForCode: 0,
|
|
545
|
+
premium: 0,
|
|
546
|
+
toolboxLayout: 'vertical',
|
|
547
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
548
|
+
pins: BHOOT,
|
|
549
|
+
bluetooth: 1,
|
|
550
|
+
iaModel: IA_MODEL.IMAGES,
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
id: 77,
|
|
554
|
+
type: 'machineLearning',
|
|
555
|
+
image: 'smart-team-7.png',
|
|
556
|
+
class: 'smart-team-7-cap-1',
|
|
557
|
+
groupClass: 'smart-team',
|
|
558
|
+
name: 'Libro 7',
|
|
559
|
+
groupImage: 'smart-team.png',
|
|
560
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
561
|
+
company: 'Smart Team',
|
|
562
|
+
compilerBoard: 'arduino:avr:uno',
|
|
563
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
564
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
565
|
+
use1200bpsTouch: false,
|
|
566
|
+
fileExtension: 'hex',
|
|
567
|
+
profile: 'bhootAi',
|
|
568
|
+
lang: 'Arduino',
|
|
569
|
+
show: 1,
|
|
570
|
+
showOnAula: 1,
|
|
571
|
+
enabled: 1,
|
|
572
|
+
enabledForCode: 0,
|
|
573
|
+
premium: 0,
|
|
574
|
+
toolboxLayout: 'vertical',
|
|
575
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
576
|
+
pins: BHOOT,
|
|
577
|
+
bluetooth: 1,
|
|
578
|
+
iaModel: IA_MODEL.IMAGES,
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
id: 78,
|
|
582
|
+
type: 'machineLearning',
|
|
583
|
+
image: 'smart-team-8.png',
|
|
584
|
+
class: 'smart-team-8-cap-1',
|
|
585
|
+
groupClass: 'smart-team',
|
|
586
|
+
name: 'Libro 8',
|
|
587
|
+
groupImage: 'smart-team.png',
|
|
588
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
589
|
+
company: 'Smart Team',
|
|
590
|
+
compilerBoard: 'arduino:avr:uno',
|
|
591
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
592
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
593
|
+
use1200bpsTouch: false,
|
|
594
|
+
fileExtension: 'hex',
|
|
595
|
+
profile: 'bhootAi',
|
|
596
|
+
lang: 'Arduino',
|
|
597
|
+
show: 1,
|
|
598
|
+
showOnAula: 1,
|
|
599
|
+
enabled: 1,
|
|
600
|
+
enabledForCode: 0,
|
|
601
|
+
premium: 0,
|
|
602
|
+
toolboxLayout: 'vertical',
|
|
603
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
604
|
+
pins: BHOOT,
|
|
605
|
+
bluetooth: 1,
|
|
606
|
+
iaModel: IA_MODEL.IMAGES,
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
id: 79,
|
|
610
|
+
type: 'machineLearning',
|
|
611
|
+
image: 'smart-team-9.png',
|
|
612
|
+
class: 'smart-team-9-cap-1',
|
|
613
|
+
groupClass: 'smart-team',
|
|
614
|
+
name: 'Libro 9',
|
|
615
|
+
groupImage: 'smart-team.png',
|
|
616
|
+
groupPath: ['Clasificador de imágenes', 'Smart Team'],
|
|
617
|
+
company: 'Smart Team',
|
|
618
|
+
compilerBoard: 'arduino:avr:uno',
|
|
619
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
620
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
621
|
+
use1200bpsTouch: false,
|
|
622
|
+
fileExtension: 'hex',
|
|
623
|
+
profile: 'bhootAi',
|
|
624
|
+
lang: 'Arduino',
|
|
625
|
+
show: 1,
|
|
626
|
+
showOnAula: 1,
|
|
627
|
+
enabled: 1,
|
|
628
|
+
enabledForCode: 1,
|
|
629
|
+
premium: 0,
|
|
630
|
+
toolboxLayout: 'vertical',
|
|
631
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
632
|
+
pins: BHOOT,
|
|
633
|
+
bluetooth: 1,
|
|
634
|
+
iaModel: IA_MODEL.IMAGES,
|
|
635
|
+
},
|
|
636
|
+
|
|
637
|
+
// ------------ Objects Detection ------------ //
|
|
638
|
+
{
|
|
639
|
+
id: 45,
|
|
640
|
+
type: 'machineLearning',
|
|
641
|
+
image: 'bhoot.png',
|
|
642
|
+
class: 'robot-ia',
|
|
643
|
+
groupClass: 'robot-ia',
|
|
644
|
+
name: 'Buty',
|
|
645
|
+
groupImage: 'ai.png',
|
|
646
|
+
groupPath: ['Detección de objetos'],
|
|
647
|
+
company: 'Educabot',
|
|
648
|
+
htmlValue: '',
|
|
649
|
+
compilerBoard: 'arduino:avr:uno',
|
|
650
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
651
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
652
|
+
use1200bpsTouch: false,
|
|
653
|
+
fileExtension: 'hex',
|
|
654
|
+
profile: 'bhootAi',
|
|
655
|
+
lang: 'Arduino',
|
|
656
|
+
show: 0,
|
|
657
|
+
showOnAula: 0,
|
|
658
|
+
enabled: 1,
|
|
659
|
+
enabledForCode: 0,
|
|
660
|
+
premium: 0,
|
|
661
|
+
toolboxLayout: 'vertical',
|
|
662
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
663
|
+
pins: BHOOT,
|
|
664
|
+
bluetooth: 1,
|
|
665
|
+
iaModel: IA_MODEL.OBJECTS,
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
id: 50,
|
|
669
|
+
type: 'machineLearning',
|
|
670
|
+
image: 'iaco.png',
|
|
671
|
+
class: 'robot-ia',
|
|
672
|
+
groupClass: 'robot-ia',
|
|
673
|
+
name: 'IAco',
|
|
674
|
+
groupImage: 'ai.png',
|
|
675
|
+
groupPath: ['Detección de objetos'],
|
|
676
|
+
company: 'Educabot',
|
|
677
|
+
htmlValue: '',
|
|
678
|
+
compilerBoard: 'arduino:avr:uno',
|
|
679
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
680
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
681
|
+
use1200bpsTouch: false,
|
|
682
|
+
fileExtension: 'hex',
|
|
683
|
+
profile: 'iacoAi',
|
|
684
|
+
lang: 'Arduino',
|
|
685
|
+
show: 0,
|
|
686
|
+
showOnAula: 0,
|
|
687
|
+
enabled: 1,
|
|
688
|
+
enabledForCode: 0,
|
|
689
|
+
premium: 0,
|
|
690
|
+
toolboxLayout: 'vertical',
|
|
691
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
692
|
+
pins: BHOOT_IACO,
|
|
693
|
+
bluetooth: 1,
|
|
694
|
+
iaModel: IA_MODEL.OBJECTS,
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
id: 60,
|
|
698
|
+
type: 'machineLearning',
|
|
699
|
+
image: 'creabotsMovement.png',
|
|
700
|
+
class: 'robot-ia',
|
|
701
|
+
groupClass: 'robot-ia',
|
|
702
|
+
name: 'Conducción',
|
|
703
|
+
groupImage: 'ai.png',
|
|
704
|
+
groupPath: ['Detección de objetos'],
|
|
705
|
+
company: 'Creabots',
|
|
706
|
+
compilerBoard: 'arduino:avr:uno',
|
|
707
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
708
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
709
|
+
use1200bpsTouch: false,
|
|
710
|
+
fileExtension: 'hex',
|
|
711
|
+
profile: 'creabotsMovementAi',
|
|
712
|
+
lang: 'Arduino',
|
|
713
|
+
show: 0,
|
|
714
|
+
showOnAula: 0,
|
|
715
|
+
enabled: 1,
|
|
716
|
+
enabledForCode: 0,
|
|
717
|
+
premium: 0,
|
|
718
|
+
toolboxLayout: 'vertical',
|
|
719
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
720
|
+
pins: CREABOTS,
|
|
721
|
+
bluetooth: 1,
|
|
722
|
+
iaModel: IA_MODEL.OBJECTS,
|
|
723
|
+
},
|
|
724
|
+
|
|
725
|
+
// ------------ Sounds classification ------------ //
|
|
726
|
+
{
|
|
727
|
+
id: 47,
|
|
728
|
+
type: 'machineLearning',
|
|
729
|
+
image: 'bhoot.png',
|
|
730
|
+
class: 'robot-ia',
|
|
731
|
+
groupClass: 'robot-ia',
|
|
732
|
+
name: 'Buty',
|
|
733
|
+
groupImage: 'ai.png',
|
|
734
|
+
groupPath: ['Clasificador de sonidos'],
|
|
735
|
+
company: 'Educabot',
|
|
736
|
+
htmlValue: '',
|
|
737
|
+
compilerBoard: 'arduino:avr:uno',
|
|
738
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
739
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
740
|
+
use1200bpsTouch: false,
|
|
741
|
+
fileExtension: 'hex',
|
|
742
|
+
profile: 'bhootAi',
|
|
743
|
+
lang: 'Arduino',
|
|
744
|
+
show: 1,
|
|
745
|
+
showOnAula: 0,
|
|
746
|
+
enabled: 1,
|
|
747
|
+
enabledForCode: 0,
|
|
748
|
+
premium: 0,
|
|
749
|
+
toolboxLayout: 'vertical',
|
|
750
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
751
|
+
pins: BHOOT,
|
|
752
|
+
bluetooth: 1,
|
|
753
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
id: 51,
|
|
757
|
+
type: 'machineLearning',
|
|
758
|
+
image: 'iaco.png',
|
|
759
|
+
class: 'robot-ia',
|
|
760
|
+
groupClass: 'robot-ia',
|
|
761
|
+
name: 'IAco',
|
|
762
|
+
groupImage: 'ai.png',
|
|
763
|
+
groupPath: ['Clasificador de sonidos'],
|
|
764
|
+
company: 'Educabot',
|
|
765
|
+
htmlValue: '',
|
|
766
|
+
compilerBoard: 'arduino:avr:uno',
|
|
767
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
768
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
769
|
+
use1200bpsTouch: false,
|
|
770
|
+
fileExtension: 'hex',
|
|
771
|
+
profile: 'iacoAi',
|
|
772
|
+
lang: 'Arduino',
|
|
773
|
+
show: 1,
|
|
774
|
+
showOnAula: 0,
|
|
775
|
+
enabled: 1,
|
|
776
|
+
enabledForCode: 0,
|
|
777
|
+
premium: 0,
|
|
778
|
+
toolboxLayout: 'vertical',
|
|
779
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
780
|
+
pins: BHOOT_IACO,
|
|
781
|
+
bluetooth: 1,
|
|
782
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
id: 61,
|
|
786
|
+
type: 'machineLearning',
|
|
787
|
+
image: 'creabotsMovement.png',
|
|
788
|
+
class: 'robot-ia',
|
|
789
|
+
groupClass: 'robot-ia',
|
|
790
|
+
name: 'Conducción',
|
|
791
|
+
groupImage: 'ai.png',
|
|
792
|
+
groupPath: ['Clasificador de sonidos'],
|
|
793
|
+
company: 'Creabots',
|
|
794
|
+
compilerBoard: 'arduino:avr:uno',
|
|
795
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
796
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
797
|
+
use1200bpsTouch: false,
|
|
798
|
+
fileExtension: 'hex',
|
|
799
|
+
profile: 'creabotsMovementAi',
|
|
800
|
+
lang: 'Arduino',
|
|
801
|
+
show: 1,
|
|
802
|
+
showOnAula: 0,
|
|
803
|
+
enabled: 1,
|
|
804
|
+
enabledForCode: 0,
|
|
805
|
+
premium: 0,
|
|
806
|
+
toolboxLayout: 'vertical',
|
|
807
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
808
|
+
pins: CREABOTS,
|
|
809
|
+
bluetooth: 1,
|
|
810
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
id: 80,
|
|
814
|
+
type: 'machineLearning',
|
|
815
|
+
image: 'smart-team-3.png',
|
|
816
|
+
class: 'smart-team-3-cap-1',
|
|
817
|
+
groupClass: 'smart-team',
|
|
818
|
+
name: 'Libro 3',
|
|
819
|
+
groupImage: 'smart-team.png',
|
|
820
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
821
|
+
company: 'Smart Team',
|
|
822
|
+
compilerBoard: 'arduino:avr:uno',
|
|
823
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
824
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
825
|
+
use1200bpsTouch: false,
|
|
826
|
+
fileExtension: 'hex',
|
|
827
|
+
profile: 'smartTeamLibro3Capitulo1Ai',
|
|
828
|
+
lang: 'Arduino',
|
|
829
|
+
show: 1,
|
|
830
|
+
showOnAula: 1,
|
|
831
|
+
enabled: 1,
|
|
832
|
+
enabledForCode: 0,
|
|
833
|
+
premium: 0,
|
|
834
|
+
toolboxLayout: 'vertical',
|
|
835
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
836
|
+
pins: BHOOT,
|
|
837
|
+
bluetooth: 1,
|
|
838
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
id: 81,
|
|
842
|
+
type: 'machineLearning',
|
|
843
|
+
image: 'smart-team-4.png',
|
|
844
|
+
class: 'smart-team-4-cap-1',
|
|
845
|
+
groupClass: 'smart-team',
|
|
846
|
+
name: 'Libro 4',
|
|
847
|
+
groupImage: 'smart-team.png',
|
|
848
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
849
|
+
company: 'Smart Team',
|
|
850
|
+
compilerBoard: 'arduino:avr:uno',
|
|
851
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
852
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
853
|
+
use1200bpsTouch: false,
|
|
854
|
+
fileExtension: 'hex',
|
|
855
|
+
profile: 'smartTeamLibro4Capitulo1Ai',
|
|
856
|
+
lang: 'Arduino',
|
|
857
|
+
show: 1,
|
|
858
|
+
showOnAula: 1,
|
|
859
|
+
enabled: 1,
|
|
860
|
+
enabledForCode: 0,
|
|
861
|
+
premium: 0,
|
|
862
|
+
toolboxLayout: 'vertical',
|
|
863
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
864
|
+
pins: BHOOT,
|
|
865
|
+
bluetooth: 1,
|
|
866
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
id: 82,
|
|
870
|
+
type: 'machineLearning',
|
|
871
|
+
image: 'smart-team-5.png',
|
|
872
|
+
class: 'smart-team-5-cap-1',
|
|
873
|
+
groupClass: 'smart-team',
|
|
874
|
+
name: 'Libro 5',
|
|
875
|
+
groupImage: 'smart-team.png',
|
|
876
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
877
|
+
company: 'Smart Team',
|
|
878
|
+
compilerBoard: 'arduino:avr:uno',
|
|
879
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
880
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
881
|
+
use1200bpsTouch: false,
|
|
882
|
+
fileExtension: 'hex',
|
|
883
|
+
profile: 'smartTeamLibro5Capitulo1Ai',
|
|
884
|
+
lang: 'Arduino',
|
|
885
|
+
show: 1,
|
|
886
|
+
showOnAula: 1,
|
|
887
|
+
enabled: 1,
|
|
888
|
+
enabledForCode: 0,
|
|
889
|
+
premium: 0,
|
|
890
|
+
toolboxLayout: 'vertical',
|
|
891
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
892
|
+
pins: BHOOT,
|
|
893
|
+
bluetooth: 1,
|
|
894
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
id: 83,
|
|
898
|
+
type: 'machineLearning',
|
|
899
|
+
image: 'smart-team-6.png',
|
|
900
|
+
class: 'smart-team-6-cap-1',
|
|
901
|
+
groupClass: 'smart-team',
|
|
902
|
+
name: 'Libro 6',
|
|
903
|
+
groupImage: 'smart-team.png',
|
|
904
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
905
|
+
company: 'Smart Team',
|
|
906
|
+
compilerBoard: 'arduino:avr:uno',
|
|
907
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
908
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
909
|
+
use1200bpsTouch: false,
|
|
910
|
+
fileExtension: 'hex',
|
|
911
|
+
profile: 'smartTeamLibro6Capitulo1Ai',
|
|
912
|
+
lang: 'Arduino',
|
|
913
|
+
show: 1,
|
|
914
|
+
showOnAula: 1,
|
|
915
|
+
enabled: 1,
|
|
916
|
+
enabledForCode: 0,
|
|
917
|
+
premium: 0,
|
|
918
|
+
toolboxLayout: 'vertical',
|
|
919
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
920
|
+
pins: BHOOT,
|
|
921
|
+
bluetooth: 1,
|
|
922
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
id: 84,
|
|
926
|
+
type: 'machineLearning',
|
|
927
|
+
image: 'smart-team-7.png',
|
|
928
|
+
class: 'smart-team-7-cap-1',
|
|
929
|
+
groupClass: 'smart-team',
|
|
930
|
+
name: 'Libro 7',
|
|
931
|
+
groupImage: 'smart-team.png',
|
|
932
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
933
|
+
company: 'Smart Team',
|
|
934
|
+
compilerBoard: 'arduino:avr:uno',
|
|
935
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
936
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
937
|
+
use1200bpsTouch: false,
|
|
938
|
+
fileExtension: 'hex',
|
|
939
|
+
profile: 'bhootAi',
|
|
940
|
+
lang: 'Arduino',
|
|
941
|
+
show: 1,
|
|
942
|
+
showOnAula: 1,
|
|
943
|
+
enabled: 1,
|
|
944
|
+
enabledForCode: 0,
|
|
945
|
+
premium: 0,
|
|
946
|
+
toolboxLayout: 'vertical',
|
|
947
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
948
|
+
pins: BHOOT,
|
|
949
|
+
bluetooth: 1,
|
|
950
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
id: 85,
|
|
954
|
+
type: 'machineLearning',
|
|
955
|
+
image: 'smart-team-8.png',
|
|
956
|
+
class: 'smart-team-8-cap-1',
|
|
957
|
+
groupClass: 'smart-team',
|
|
958
|
+
name: 'Libro 8',
|
|
959
|
+
groupImage: 'smart-team.png',
|
|
960
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
961
|
+
company: 'Smart Team',
|
|
962
|
+
compilerBoard: 'arduino:avr:uno',
|
|
963
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
964
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
965
|
+
use1200bpsTouch: false,
|
|
966
|
+
fileExtension: 'hex',
|
|
967
|
+
profile: 'bhootAi',
|
|
968
|
+
lang: 'Arduino',
|
|
969
|
+
show: 1,
|
|
970
|
+
showOnAula: 1,
|
|
971
|
+
enabled: 1,
|
|
972
|
+
enabledForCode: 0,
|
|
973
|
+
premium: 0,
|
|
974
|
+
toolboxLayout: 'vertical',
|
|
975
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
976
|
+
pins: BHOOT,
|
|
977
|
+
bluetooth: 1,
|
|
978
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
id: 86,
|
|
982
|
+
type: 'machineLearning',
|
|
983
|
+
image: 'smart-team-9.png',
|
|
984
|
+
class: 'smart-team-9-cap-1',
|
|
985
|
+
groupClass: 'smart-team',
|
|
986
|
+
name: 'Libro 9',
|
|
987
|
+
groupImage: 'smart-team.png',
|
|
988
|
+
groupPath: ['Clasificador de sonidos', 'Smart Team'],
|
|
989
|
+
company: 'Smart Team',
|
|
990
|
+
compilerBoard: 'arduino:avr:uno',
|
|
991
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
992
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
993
|
+
use1200bpsTouch: false,
|
|
994
|
+
fileExtension: 'hex',
|
|
995
|
+
profile: 'bhootAi',
|
|
996
|
+
lang: 'Arduino',
|
|
997
|
+
show: 1,
|
|
998
|
+
showOnAula: 1,
|
|
999
|
+
enabled: 1,
|
|
1000
|
+
enabledForCode: 1,
|
|
1001
|
+
premium: 0,
|
|
1002
|
+
toolboxLayout: 'vertical',
|
|
1003
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1004
|
+
pins: BHOOT,
|
|
1005
|
+
bluetooth: 1,
|
|
1006
|
+
iaModel: IA_MODEL.SOUNDS,
|
|
1007
|
+
},
|
|
1008
|
+
|
|
1009
|
+
// ------------ Text classification ------------ //
|
|
1010
|
+
{
|
|
1011
|
+
id: 52,
|
|
1012
|
+
type: 'machineLearning',
|
|
1013
|
+
image: 'bhoot.png',
|
|
1014
|
+
class: 'robot-ia',
|
|
1015
|
+
groupClass: 'robot-ia',
|
|
1016
|
+
name: 'Buty',
|
|
1017
|
+
groupImage: 'ai.png',
|
|
1018
|
+
groupPath: ['Clasificador de textos'],
|
|
1019
|
+
company: 'Educabot',
|
|
1020
|
+
htmlValue: '',
|
|
1021
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1022
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1023
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1024
|
+
use1200bpsTouch: false,
|
|
1025
|
+
fileExtension: 'hex',
|
|
1026
|
+
profile: 'bhootAi',
|
|
1027
|
+
lang: 'Arduino',
|
|
1028
|
+
show: 1,
|
|
1029
|
+
showOnAula: 0,
|
|
1030
|
+
enabled: 1,
|
|
1031
|
+
enabledForCode: 0,
|
|
1032
|
+
premium: 0,
|
|
1033
|
+
toolboxLayout: 'vertical',
|
|
1034
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
1035
|
+
pins: BHOOT,
|
|
1036
|
+
bluetooth: 1,
|
|
1037
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
id: 53,
|
|
1041
|
+
type: 'machineLearning',
|
|
1042
|
+
image: 'iaco.png',
|
|
1043
|
+
class: 'robot-ia',
|
|
1044
|
+
groupClass: 'robot-ia',
|
|
1045
|
+
name: 'IAco',
|
|
1046
|
+
groupImage: 'ai.png',
|
|
1047
|
+
groupPath: ['Clasificador de textos'],
|
|
1048
|
+
company: 'Educabot',
|
|
1049
|
+
htmlValue: '',
|
|
1050
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1051
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1052
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1053
|
+
use1200bpsTouch: false,
|
|
1054
|
+
fileExtension: 'hex',
|
|
1055
|
+
profile: 'iacoAi',
|
|
1056
|
+
lang: 'Arduino',
|
|
1057
|
+
show: 1,
|
|
1058
|
+
showOnAula: 0,
|
|
1059
|
+
enabled: 1,
|
|
1060
|
+
enabledForCode: 0,
|
|
1061
|
+
premium: 0,
|
|
1062
|
+
toolboxLayout: 'vertical',
|
|
1063
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
1064
|
+
pins: BHOOT_IACO,
|
|
1065
|
+
bluetooth: 1,
|
|
1066
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
id: 62,
|
|
1070
|
+
type: 'machineLearning',
|
|
1071
|
+
image: 'creabotsMovement.png',
|
|
1072
|
+
class: 'robot-ia',
|
|
1073
|
+
groupClass: 'robot-ia',
|
|
1074
|
+
name: 'Conducción',
|
|
1075
|
+
groupImage: 'ai.png',
|
|
1076
|
+
groupPath: ['Clasificador de textos'],
|
|
1077
|
+
company: 'Creabots',
|
|
1078
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1079
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1080
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1081
|
+
use1200bpsTouch: false,
|
|
1082
|
+
fileExtension: 'hex',
|
|
1083
|
+
profile: 'creabotsMovementAi',
|
|
1084
|
+
lang: 'Arduino',
|
|
1085
|
+
show: 1,
|
|
1086
|
+
showOnAula: 0,
|
|
1087
|
+
enabled: 1,
|
|
1088
|
+
enabledForCode: 0,
|
|
1089
|
+
premium: 0,
|
|
1090
|
+
toolboxLayout: 'vertical',
|
|
1091
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
1092
|
+
pins: CREABOTS,
|
|
1093
|
+
bluetooth: 1,
|
|
1094
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
id: 87,
|
|
1098
|
+
type: 'machineLearning',
|
|
1099
|
+
image: 'smart-team-3.png',
|
|
1100
|
+
class: 'smart-team-3-cap-1',
|
|
1101
|
+
groupClass: 'smart-team',
|
|
1102
|
+
name: 'Libro 3',
|
|
1103
|
+
groupImage: 'smart-team.png',
|
|
1104
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1105
|
+
company: 'Smart Team',
|
|
1106
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1107
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1108
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1109
|
+
use1200bpsTouch: false,
|
|
1110
|
+
fileExtension: 'hex',
|
|
1111
|
+
profile: 'smartTeamLibro3Capitulo1Ai',
|
|
1112
|
+
lang: 'Arduino',
|
|
1113
|
+
show: 1,
|
|
1114
|
+
showOnAula: 1,
|
|
1115
|
+
enabled: 1,
|
|
1116
|
+
enabledForCode: 0,
|
|
1117
|
+
premium: 0,
|
|
1118
|
+
toolboxLayout: 'vertical',
|
|
1119
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1120
|
+
pins: BHOOT,
|
|
1121
|
+
bluetooth: 1,
|
|
1122
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
id: 88,
|
|
1126
|
+
type: 'machineLearning',
|
|
1127
|
+
image: 'smart-team-4.png',
|
|
1128
|
+
class: 'smart-team-4-cap-1',
|
|
1129
|
+
groupClass: 'smart-team',
|
|
1130
|
+
name: 'Libro 4',
|
|
1131
|
+
groupImage: 'smart-team.png',
|
|
1132
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1133
|
+
company: 'Smart Team',
|
|
1134
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1135
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1136
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1137
|
+
use1200bpsTouch: false,
|
|
1138
|
+
fileExtension: 'hex',
|
|
1139
|
+
profile: 'smartTeamLibro4Capitulo1Ai',
|
|
1140
|
+
lang: 'Arduino',
|
|
1141
|
+
show: 1,
|
|
1142
|
+
showOnAula: 1,
|
|
1143
|
+
enabled: 1,
|
|
1144
|
+
enabledForCode: 0,
|
|
1145
|
+
premium: 0,
|
|
1146
|
+
toolboxLayout: 'vertical',
|
|
1147
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1148
|
+
pins: BHOOT,
|
|
1149
|
+
bluetooth: 1,
|
|
1150
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
id: 89,
|
|
1154
|
+
type: 'machineLearning',
|
|
1155
|
+
image: 'smart-team-5.png',
|
|
1156
|
+
class: 'smart-team-5-cap-1',
|
|
1157
|
+
groupClass: 'smart-team',
|
|
1158
|
+
name: 'Libro 5',
|
|
1159
|
+
groupImage: 'smart-team.png',
|
|
1160
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1161
|
+
company: 'Smart Team',
|
|
1162
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1163
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1164
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1165
|
+
use1200bpsTouch: false,
|
|
1166
|
+
fileExtension: 'hex',
|
|
1167
|
+
profile: 'smartTeamLibro5Capitulo1Ai',
|
|
1168
|
+
lang: 'Arduino',
|
|
1169
|
+
show: 1,
|
|
1170
|
+
showOnAula: 1,
|
|
1171
|
+
enabled: 1,
|
|
1172
|
+
enabledForCode: 0,
|
|
1173
|
+
premium: 0,
|
|
1174
|
+
toolboxLayout: 'vertical',
|
|
1175
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1176
|
+
pins: BHOOT,
|
|
1177
|
+
bluetooth: 1,
|
|
1178
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
id: 90,
|
|
1182
|
+
type: 'machineLearning',
|
|
1183
|
+
image: 'smart-team-6.png',
|
|
1184
|
+
class: 'smart-team-6-cap-1',
|
|
1185
|
+
groupClass: 'smart-team',
|
|
1186
|
+
name: 'Libro 6',
|
|
1187
|
+
groupImage: 'smart-team.png',
|
|
1188
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1189
|
+
company: 'Smart Team',
|
|
1190
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1191
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1192
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1193
|
+
use1200bpsTouch: false,
|
|
1194
|
+
fileExtension: 'hex',
|
|
1195
|
+
profile: 'smartTeamLibro6Capitulo1Ai',
|
|
1196
|
+
lang: 'Arduino',
|
|
1197
|
+
show: 1,
|
|
1198
|
+
showOnAula: 1,
|
|
1199
|
+
enabled: 1,
|
|
1200
|
+
enabledForCode: 0,
|
|
1201
|
+
premium: 0,
|
|
1202
|
+
toolboxLayout: 'vertical',
|
|
1203
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1204
|
+
pins: BHOOT,
|
|
1205
|
+
bluetooth: 1,
|
|
1206
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
id: 91,
|
|
1210
|
+
type: 'machineLearning',
|
|
1211
|
+
image: 'smart-team-7.png',
|
|
1212
|
+
class: 'smart-team-7-cap-1',
|
|
1213
|
+
groupClass: 'smart-team',
|
|
1214
|
+
name: 'Libro 7',
|
|
1215
|
+
groupImage: 'smart-team.png',
|
|
1216
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1217
|
+
company: 'Smart Team',
|
|
1218
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1219
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1220
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1221
|
+
use1200bpsTouch: false,
|
|
1222
|
+
fileExtension: 'hex',
|
|
1223
|
+
profile: 'bhootAi',
|
|
1224
|
+
lang: 'Arduino',
|
|
1225
|
+
show: 1,
|
|
1226
|
+
showOnAula: 1,
|
|
1227
|
+
enabled: 1,
|
|
1228
|
+
enabledForCode: 0,
|
|
1229
|
+
premium: 0,
|
|
1230
|
+
toolboxLayout: 'vertical',
|
|
1231
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1232
|
+
pins: BHOOT,
|
|
1233
|
+
bluetooth: 1,
|
|
1234
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
id: 92,
|
|
1238
|
+
type: 'machineLearning',
|
|
1239
|
+
image: 'smart-team-8.png',
|
|
1240
|
+
class: 'smart-team-8-cap-1',
|
|
1241
|
+
groupClass: 'smart-team',
|
|
1242
|
+
name: 'Libro 8',
|
|
1243
|
+
groupImage: 'smart-team.png',
|
|
1244
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1245
|
+
company: 'Smart Team',
|
|
1246
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1247
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1248
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1249
|
+
use1200bpsTouch: false,
|
|
1250
|
+
fileExtension: 'hex',
|
|
1251
|
+
profile: 'bhootAi',
|
|
1252
|
+
lang: 'Arduino',
|
|
1253
|
+
show: 1,
|
|
1254
|
+
showOnAula: 1,
|
|
1255
|
+
enabled: 1,
|
|
1256
|
+
enabledForCode: 0,
|
|
1257
|
+
premium: 0,
|
|
1258
|
+
toolboxLayout: 'vertical',
|
|
1259
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1260
|
+
pins: BHOOT,
|
|
1261
|
+
bluetooth: 1,
|
|
1262
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
id: 93,
|
|
1266
|
+
type: 'machineLearning',
|
|
1267
|
+
image: 'smart-team-9.png',
|
|
1268
|
+
class: 'smart-team-9-cap-1',
|
|
1269
|
+
groupClass: 'smart-team',
|
|
1270
|
+
name: 'Libro 9',
|
|
1271
|
+
groupImage: 'smart-team.png',
|
|
1272
|
+
groupPath: ['Clasificador de textos', 'Smart Team'],
|
|
1273
|
+
company: 'Smart Team',
|
|
1274
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1275
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1276
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1277
|
+
use1200bpsTouch: false,
|
|
1278
|
+
fileExtension: 'hex',
|
|
1279
|
+
profile: 'bhootAi',
|
|
1280
|
+
lang: 'Arduino',
|
|
1281
|
+
show: 1,
|
|
1282
|
+
showOnAula: 1,
|
|
1283
|
+
enabled: 1,
|
|
1284
|
+
enabledForCode: 1,
|
|
1285
|
+
premium: 0,
|
|
1286
|
+
toolboxLayout: 'vertical',
|
|
1287
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1288
|
+
pins: BHOOT,
|
|
1289
|
+
bluetooth: 1,
|
|
1290
|
+
iaModel: IA_MODEL.TEXTS,
|
|
1291
|
+
},
|
|
1292
|
+
|
|
1293
|
+
// ------------ Body pose detection ------------ //
|
|
1294
|
+
{
|
|
1295
|
+
id: 54,
|
|
1296
|
+
type: 'machineLearning',
|
|
1297
|
+
image: 'bhoot.png',
|
|
1298
|
+
class: 'robot-ia',
|
|
1299
|
+
groupClass: 'robot-ia',
|
|
1300
|
+
name: 'Buty',
|
|
1301
|
+
groupImage: 'ai.png',
|
|
1302
|
+
groupPath: ['Poses del cuerpo'],
|
|
1303
|
+
company: 'Educabot',
|
|
1304
|
+
htmlValue: '',
|
|
1305
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1306
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1307
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1308
|
+
use1200bpsTouch: false,
|
|
1309
|
+
fileExtension: 'hex',
|
|
1310
|
+
profile: 'bhootAi',
|
|
1311
|
+
lang: 'Arduino',
|
|
1312
|
+
show: 1,
|
|
1313
|
+
showOnAula: 0,
|
|
1314
|
+
enabled: 1,
|
|
1315
|
+
enabledForCode: 0,
|
|
1316
|
+
premium: 0,
|
|
1317
|
+
toolboxLayout: 'vertical',
|
|
1318
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
1319
|
+
pins: BHOOT,
|
|
1320
|
+
bluetooth: 1,
|
|
1321
|
+
iaModel: IA_MODEL.POSES,
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
id: 55,
|
|
1325
|
+
type: 'machineLearning',
|
|
1326
|
+
image: 'iaco.png',
|
|
1327
|
+
class: 'robot-ia',
|
|
1328
|
+
groupClass: 'robot-ia',
|
|
1329
|
+
name: 'IAco',
|
|
1330
|
+
groupImage: 'ai.png',
|
|
1331
|
+
groupPath: ['Poses del cuerpo'],
|
|
1332
|
+
company: 'Educabot',
|
|
1333
|
+
htmlValue: '',
|
|
1334
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1335
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1336
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1337
|
+
use1200bpsTouch: false,
|
|
1338
|
+
fileExtension: 'hex',
|
|
1339
|
+
profile: 'iacoAi',
|
|
1340
|
+
lang: 'Arduino',
|
|
1341
|
+
show: 1,
|
|
1342
|
+
showOnAula: 0,
|
|
1343
|
+
enabled: 1,
|
|
1344
|
+
enabledForCode: 0,
|
|
1345
|
+
premium: 0,
|
|
1346
|
+
toolboxLayout: 'vertical',
|
|
1347
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
1348
|
+
pins: BHOOT_IACO,
|
|
1349
|
+
bluetooth: 1,
|
|
1350
|
+
iaModel: IA_MODEL.POSES,
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
id: 63,
|
|
1354
|
+
type: 'machineLearning',
|
|
1355
|
+
image: 'creabotsMovement.png',
|
|
1356
|
+
class: 'robot-ia',
|
|
1357
|
+
groupClass: 'robot-ia',
|
|
1358
|
+
name: 'Conducción',
|
|
1359
|
+
groupImage: 'ai.png',
|
|
1360
|
+
groupPath: ['Poses del cuerpo'],
|
|
1361
|
+
company: 'Creabots',
|
|
1362
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1363
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1364
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1365
|
+
use1200bpsTouch: false,
|
|
1366
|
+
fileExtension: 'hex',
|
|
1367
|
+
profile: 'creabotsMovementAi',
|
|
1368
|
+
lang: 'Arduino',
|
|
1369
|
+
show: 1,
|
|
1370
|
+
showOnAula: 0,
|
|
1371
|
+
enabled: 1,
|
|
1372
|
+
enabledForCode: 0,
|
|
1373
|
+
premium: 0,
|
|
1374
|
+
toolboxLayout: 'vertical',
|
|
1375
|
+
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
1376
|
+
pins: CREABOTS,
|
|
1377
|
+
bluetooth: 1,
|
|
1378
|
+
iaModel: IA_MODEL.POSES,
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
id: 94,
|
|
1382
|
+
type: 'machineLearning',
|
|
1383
|
+
image: 'smart-team-3.png',
|
|
1384
|
+
class: 'smart-team-3-cap-1',
|
|
1385
|
+
groupClass: 'smart-team',
|
|
1386
|
+
name: 'Libro 3',
|
|
1387
|
+
groupImage: 'smart-team.png',
|
|
1388
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1389
|
+
company: 'Smart Team',
|
|
1390
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1391
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1392
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1393
|
+
use1200bpsTouch: false,
|
|
1394
|
+
fileExtension: 'hex',
|
|
1395
|
+
profile: 'smartTeamLibro3Capitulo1Ai',
|
|
1396
|
+
lang: 'Arduino',
|
|
1397
|
+
show: 1,
|
|
1398
|
+
showOnAula: 1,
|
|
1399
|
+
enabled: 1,
|
|
1400
|
+
enabledForCode: 0,
|
|
1401
|
+
premium: 0,
|
|
1402
|
+
toolboxLayout: 'vertical',
|
|
1403
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1404
|
+
pins: BHOOT,
|
|
1405
|
+
bluetooth: 1,
|
|
1406
|
+
iaModel: IA_MODEL.POSES,
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
id: 95,
|
|
1410
|
+
type: 'machineLearning',
|
|
1411
|
+
image: 'smart-team-4.png',
|
|
1412
|
+
class: 'smart-team-4-cap-1',
|
|
1413
|
+
groupClass: 'smart-team',
|
|
1414
|
+
name: 'Libro 4',
|
|
1415
|
+
groupImage: 'smart-team.png',
|
|
1416
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1417
|
+
company: 'Smart Team',
|
|
250
1418
|
compilerBoard: 'arduino:avr:uno',
|
|
251
1419
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
252
1420
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
253
1421
|
use1200bpsTouch: false,
|
|
254
1422
|
fileExtension: 'hex',
|
|
255
|
-
profile: '
|
|
1423
|
+
profile: 'smartTeamLibro4Capitulo1Ai',
|
|
256
1424
|
lang: 'Arduino',
|
|
257
1425
|
show: 1,
|
|
258
|
-
showOnAula:
|
|
1426
|
+
showOnAula: 1,
|
|
259
1427
|
enabled: 1,
|
|
260
1428
|
enabledForCode: 0,
|
|
261
1429
|
premium: 0,
|
|
262
1430
|
toolboxLayout: 'vertical',
|
|
263
|
-
elementType: BOARD_ITEM_TYPE.
|
|
1431
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
264
1432
|
pins: BHOOT,
|
|
265
1433
|
bluetooth: 1,
|
|
266
|
-
iaModel: IA_MODEL.
|
|
1434
|
+
iaModel: IA_MODEL.POSES,
|
|
267
1435
|
},
|
|
268
1436
|
{
|
|
269
|
-
id:
|
|
1437
|
+
id: 96,
|
|
270
1438
|
type: 'machineLearning',
|
|
271
|
-
image: '
|
|
272
|
-
class: '
|
|
273
|
-
groupClass: '
|
|
274
|
-
name: '
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
1439
|
+
image: 'smart-team-5.png',
|
|
1440
|
+
class: 'smart-team-5-cap-1',
|
|
1441
|
+
groupClass: 'smart-team',
|
|
1442
|
+
name: 'Libro 5',
|
|
1443
|
+
groupImage: 'smart-team.png',
|
|
1444
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1445
|
+
company: 'Smart Team',
|
|
278
1446
|
compilerBoard: 'arduino:avr:uno',
|
|
279
1447
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
280
1448
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
281
1449
|
use1200bpsTouch: false,
|
|
282
1450
|
fileExtension: 'hex',
|
|
283
|
-
profile: '
|
|
1451
|
+
profile: 'smartTeamLibro5Capitulo1Ai',
|
|
284
1452
|
lang: 'Arduino',
|
|
285
1453
|
show: 1,
|
|
286
|
-
showOnAula:
|
|
1454
|
+
showOnAula: 1,
|
|
287
1455
|
enabled: 1,
|
|
288
1456
|
enabledForCode: 0,
|
|
289
1457
|
premium: 0,
|
|
290
1458
|
toolboxLayout: 'vertical',
|
|
291
|
-
elementType: BOARD_ITEM_TYPE.
|
|
292
|
-
pins:
|
|
1459
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1460
|
+
pins: BHOOT,
|
|
293
1461
|
bluetooth: 1,
|
|
294
|
-
iaModel: IA_MODEL.
|
|
1462
|
+
iaModel: IA_MODEL.POSES,
|
|
295
1463
|
},
|
|
296
|
-
|
|
297
1464
|
{
|
|
298
|
-
id:
|
|
1465
|
+
id: 97,
|
|
299
1466
|
type: 'machineLearning',
|
|
300
|
-
image: '
|
|
301
|
-
class: '
|
|
302
|
-
groupClass: '
|
|
303
|
-
name: '
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
1467
|
+
image: 'smart-team-6.png',
|
|
1468
|
+
class: 'smart-team-6-cap-1',
|
|
1469
|
+
groupClass: 'smart-team',
|
|
1470
|
+
name: 'Libro 6',
|
|
1471
|
+
groupImage: 'smart-team.png',
|
|
1472
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1473
|
+
company: 'Smart Team',
|
|
307
1474
|
compilerBoard: 'arduino:avr:uno',
|
|
308
1475
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
309
1476
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
310
1477
|
use1200bpsTouch: false,
|
|
311
1478
|
fileExtension: 'hex',
|
|
312
|
-
profile: '
|
|
1479
|
+
profile: 'smartTeamLibro6Capitulo1Ai',
|
|
313
1480
|
lang: 'Arduino',
|
|
314
1481
|
show: 1,
|
|
315
|
-
showOnAula:
|
|
1482
|
+
showOnAula: 1,
|
|
316
1483
|
enabled: 1,
|
|
317
1484
|
enabledForCode: 0,
|
|
318
1485
|
premium: 0,
|
|
319
1486
|
toolboxLayout: 'vertical',
|
|
320
|
-
elementType: BOARD_ITEM_TYPE.
|
|
1487
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
321
1488
|
pins: BHOOT,
|
|
322
1489
|
bluetooth: 1,
|
|
323
|
-
iaModel: IA_MODEL.
|
|
1490
|
+
iaModel: IA_MODEL.POSES,
|
|
324
1491
|
},
|
|
325
1492
|
{
|
|
326
|
-
id:
|
|
1493
|
+
id: 98,
|
|
327
1494
|
type: 'machineLearning',
|
|
328
|
-
image: '
|
|
329
|
-
class: '
|
|
330
|
-
groupClass: '
|
|
331
|
-
name: '
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
1495
|
+
image: 'smart-team-7.png',
|
|
1496
|
+
class: 'smart-team-7-cap-1',
|
|
1497
|
+
groupClass: 'smart-team',
|
|
1498
|
+
name: 'Libro 7',
|
|
1499
|
+
groupImage: 'smart-team.png',
|
|
1500
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1501
|
+
company: 'Smart Team',
|
|
335
1502
|
compilerBoard: 'arduino:avr:uno',
|
|
336
1503
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
337
1504
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
338
1505
|
use1200bpsTouch: false,
|
|
339
1506
|
fileExtension: 'hex',
|
|
340
|
-
profile: '
|
|
1507
|
+
profile: 'bhootAi',
|
|
341
1508
|
lang: 'Arduino',
|
|
342
1509
|
show: 1,
|
|
343
|
-
showOnAula:
|
|
1510
|
+
showOnAula: 1,
|
|
344
1511
|
enabled: 1,
|
|
345
1512
|
enabledForCode: 0,
|
|
346
1513
|
premium: 0,
|
|
347
1514
|
toolboxLayout: 'vertical',
|
|
348
|
-
elementType: BOARD_ITEM_TYPE.
|
|
349
|
-
pins:
|
|
1515
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1516
|
+
pins: BHOOT,
|
|
350
1517
|
bluetooth: 1,
|
|
351
|
-
iaModel: IA_MODEL.
|
|
1518
|
+
iaModel: IA_MODEL.POSES,
|
|
352
1519
|
},
|
|
353
|
-
|
|
354
1520
|
{
|
|
355
|
-
id:
|
|
1521
|
+
id: 200,
|
|
356
1522
|
type: 'machineLearning',
|
|
357
|
-
image: '
|
|
358
|
-
class: '
|
|
359
|
-
groupClass: '
|
|
360
|
-
name: '
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
1523
|
+
image: 'smart-team-8.png',
|
|
1524
|
+
class: 'smart-team-8-cap-1',
|
|
1525
|
+
groupClass: 'smart-team',
|
|
1526
|
+
name: 'Libro 8',
|
|
1527
|
+
groupImage: 'smart-team.png',
|
|
1528
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1529
|
+
company: 'Smart Team',
|
|
364
1530
|
compilerBoard: 'arduino:avr:uno',
|
|
365
1531
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
366
1532
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
@@ -369,44 +1535,46 @@ export const boards: Board[] = [
|
|
|
369
1535
|
profile: 'bhootAi',
|
|
370
1536
|
lang: 'Arduino',
|
|
371
1537
|
show: 1,
|
|
372
|
-
showOnAula:
|
|
1538
|
+
showOnAula: 1,
|
|
373
1539
|
enabled: 1,
|
|
374
1540
|
enabledForCode: 0,
|
|
375
1541
|
premium: 0,
|
|
376
1542
|
toolboxLayout: 'vertical',
|
|
377
|
-
elementType: BOARD_ITEM_TYPE.
|
|
1543
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
378
1544
|
pins: BHOOT,
|
|
379
1545
|
bluetooth: 1,
|
|
380
1546
|
iaModel: IA_MODEL.POSES,
|
|
381
1547
|
},
|
|
382
1548
|
{
|
|
383
|
-
id:
|
|
1549
|
+
id: 201,
|
|
384
1550
|
type: 'machineLearning',
|
|
385
|
-
image: '
|
|
386
|
-
class: '
|
|
387
|
-
groupClass: '
|
|
388
|
-
name: '
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
1551
|
+
image: 'smart-team-9.png',
|
|
1552
|
+
class: 'smart-team-9-cap-1',
|
|
1553
|
+
groupClass: 'smart-team',
|
|
1554
|
+
name: 'Libro 9',
|
|
1555
|
+
groupImage: 'smart-team.png',
|
|
1556
|
+
groupPath: ['Poses del cuerpo', 'Smart Team'],
|
|
1557
|
+
company: 'Smart Team',
|
|
392
1558
|
compilerBoard: 'arduino:avr:uno',
|
|
393
1559
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
394
1560
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
395
1561
|
use1200bpsTouch: false,
|
|
396
1562
|
fileExtension: 'hex',
|
|
397
|
-
profile: '
|
|
1563
|
+
profile: 'bhootAi',
|
|
398
1564
|
lang: 'Arduino',
|
|
399
1565
|
show: 1,
|
|
400
|
-
showOnAula:
|
|
1566
|
+
showOnAula: 1,
|
|
401
1567
|
enabled: 1,
|
|
402
|
-
enabledForCode:
|
|
1568
|
+
enabledForCode: 1,
|
|
403
1569
|
premium: 0,
|
|
404
1570
|
toolboxLayout: 'vertical',
|
|
405
|
-
elementType: BOARD_ITEM_TYPE.
|
|
406
|
-
pins:
|
|
1571
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1572
|
+
pins: BHOOT,
|
|
407
1573
|
bluetooth: 1,
|
|
408
1574
|
iaModel: IA_MODEL.POSES,
|
|
409
1575
|
},
|
|
1576
|
+
|
|
1577
|
+
// ------------ Face gestures detection ------------ //
|
|
410
1578
|
{
|
|
411
1579
|
id: 56,
|
|
412
1580
|
type: 'machineLearning',
|
|
@@ -414,7 +1582,8 @@ export const boards: Board[] = [
|
|
|
414
1582
|
class: 'robot-ia',
|
|
415
1583
|
groupClass: 'robot-ia',
|
|
416
1584
|
name: 'Buty',
|
|
417
|
-
|
|
1585
|
+
groupImage: 'ai.png',
|
|
1586
|
+
groupPath: ['Gestos de la cara'],
|
|
418
1587
|
company: 'Educabot',
|
|
419
1588
|
htmlValue: '',
|
|
420
1589
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -442,7 +1611,8 @@ export const boards: Board[] = [
|
|
|
442
1611
|
class: 'robot-ia',
|
|
443
1612
|
groupClass: 'robot-ia',
|
|
444
1613
|
name: 'IAco',
|
|
445
|
-
|
|
1614
|
+
groupImage: 'ai.png',
|
|
1615
|
+
groupPath: ['Gestos de la cara'],
|
|
446
1616
|
company: 'Educabot',
|
|
447
1617
|
htmlValue: '',
|
|
448
1618
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -464,13 +1634,14 @@ export const boards: Board[] = [
|
|
|
464
1634
|
iaModel: IA_MODEL.FACES,
|
|
465
1635
|
},
|
|
466
1636
|
{
|
|
467
|
-
id:
|
|
1637
|
+
id: 64,
|
|
468
1638
|
type: 'machineLearning',
|
|
469
1639
|
image: 'creabotsMovement.png',
|
|
470
1640
|
class: 'robot-ia',
|
|
471
1641
|
groupClass: 'robot-ia',
|
|
472
1642
|
name: 'Conducción',
|
|
473
|
-
|
|
1643
|
+
groupImage: 'ai.png',
|
|
1644
|
+
groupPath: ['Gestos de la cara'],
|
|
474
1645
|
company: 'Creabots',
|
|
475
1646
|
compilerBoard: 'arduino:avr:uno',
|
|
476
1647
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -488,178 +1659,213 @@ export const boards: Board[] = [
|
|
|
488
1659
|
elementType: BOARD_ITEM_TYPE.MODEL,
|
|
489
1660
|
pins: CREABOTS,
|
|
490
1661
|
bluetooth: 1,
|
|
491
|
-
iaModel: IA_MODEL.
|
|
1662
|
+
iaModel: IA_MODEL.FACES,
|
|
492
1663
|
},
|
|
493
1664
|
{
|
|
494
|
-
id:
|
|
1665
|
+
id: 202,
|
|
495
1666
|
type: 'machineLearning',
|
|
496
|
-
image: '
|
|
497
|
-
class: '
|
|
498
|
-
groupClass: '
|
|
499
|
-
name: '
|
|
500
|
-
|
|
501
|
-
|
|
1667
|
+
image: 'smart-team-3.png',
|
|
1668
|
+
class: 'smart-team-3-cap-1',
|
|
1669
|
+
groupClass: 'smart-team',
|
|
1670
|
+
name: 'Libro 3',
|
|
1671
|
+
groupImage: 'smart-team.png',
|
|
1672
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1673
|
+
company: 'Smart Team',
|
|
502
1674
|
compilerBoard: 'arduino:avr:uno',
|
|
503
1675
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
504
1676
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
505
1677
|
use1200bpsTouch: false,
|
|
506
1678
|
fileExtension: 'hex',
|
|
507
|
-
profile: '
|
|
1679
|
+
profile: 'smartTeamLibro3Capitulo1Ai',
|
|
508
1680
|
lang: 'Arduino',
|
|
509
1681
|
show: 1,
|
|
510
|
-
showOnAula:
|
|
1682
|
+
showOnAula: 1,
|
|
511
1683
|
enabled: 1,
|
|
512
1684
|
enabledForCode: 0,
|
|
513
1685
|
premium: 0,
|
|
514
1686
|
toolboxLayout: 'vertical',
|
|
515
|
-
elementType: BOARD_ITEM_TYPE.
|
|
516
|
-
pins:
|
|
1687
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1688
|
+
pins: BHOOT,
|
|
517
1689
|
bluetooth: 1,
|
|
518
|
-
iaModel: IA_MODEL.
|
|
1690
|
+
iaModel: IA_MODEL.FACES,
|
|
519
1691
|
},
|
|
520
1692
|
{
|
|
521
|
-
id:
|
|
1693
|
+
id: 203,
|
|
522
1694
|
type: 'machineLearning',
|
|
523
|
-
image: '
|
|
524
|
-
class: '
|
|
525
|
-
groupClass: '
|
|
526
|
-
name: '
|
|
527
|
-
|
|
528
|
-
|
|
1695
|
+
image: 'smart-team-4.png',
|
|
1696
|
+
class: 'smart-team-4-cap-1',
|
|
1697
|
+
groupClass: 'smart-team',
|
|
1698
|
+
name: 'Libro 4',
|
|
1699
|
+
groupImage: 'smart-team.png',
|
|
1700
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1701
|
+
company: 'Smart Team',
|
|
529
1702
|
compilerBoard: 'arduino:avr:uno',
|
|
530
1703
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
531
1704
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
532
1705
|
use1200bpsTouch: false,
|
|
533
1706
|
fileExtension: 'hex',
|
|
534
|
-
profile: '
|
|
1707
|
+
profile: 'smartTeamLibro4Capitulo1Ai',
|
|
535
1708
|
lang: 'Arduino',
|
|
536
|
-
show:
|
|
537
|
-
showOnAula:
|
|
1709
|
+
show: 1,
|
|
1710
|
+
showOnAula: 1,
|
|
538
1711
|
enabled: 1,
|
|
539
1712
|
enabledForCode: 0,
|
|
540
1713
|
premium: 0,
|
|
541
1714
|
toolboxLayout: 'vertical',
|
|
542
|
-
elementType: BOARD_ITEM_TYPE.
|
|
543
|
-
pins:
|
|
1715
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1716
|
+
pins: BHOOT,
|
|
544
1717
|
bluetooth: 1,
|
|
545
|
-
iaModel: IA_MODEL.
|
|
1718
|
+
iaModel: IA_MODEL.FACES,
|
|
546
1719
|
},
|
|
547
1720
|
{
|
|
548
|
-
id:
|
|
1721
|
+
id: 204,
|
|
549
1722
|
type: 'machineLearning',
|
|
550
|
-
image: '
|
|
551
|
-
class: '
|
|
552
|
-
groupClass: '
|
|
553
|
-
name: '
|
|
554
|
-
|
|
555
|
-
|
|
1723
|
+
image: 'smart-team-5.png',
|
|
1724
|
+
class: 'smart-team-5-cap-1',
|
|
1725
|
+
groupClass: 'smart-team',
|
|
1726
|
+
name: 'Libro 5',
|
|
1727
|
+
groupImage: 'smart-team.png',
|
|
1728
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1729
|
+
company: 'Smart Team',
|
|
556
1730
|
compilerBoard: 'arduino:avr:uno',
|
|
557
1731
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
558
1732
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
559
1733
|
use1200bpsTouch: false,
|
|
560
1734
|
fileExtension: 'hex',
|
|
561
|
-
profile: '
|
|
1735
|
+
profile: 'smartTeamLibro5Capitulo1Ai',
|
|
562
1736
|
lang: 'Arduino',
|
|
563
1737
|
show: 1,
|
|
564
|
-
showOnAula:
|
|
1738
|
+
showOnAula: 1,
|
|
565
1739
|
enabled: 1,
|
|
566
1740
|
enabledForCode: 0,
|
|
567
1741
|
premium: 0,
|
|
568
1742
|
toolboxLayout: 'vertical',
|
|
569
|
-
elementType: BOARD_ITEM_TYPE.
|
|
570
|
-
pins:
|
|
1743
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1744
|
+
pins: BHOOT,
|
|
571
1745
|
bluetooth: 1,
|
|
572
|
-
iaModel: IA_MODEL.
|
|
1746
|
+
iaModel: IA_MODEL.FACES,
|
|
573
1747
|
},
|
|
574
1748
|
{
|
|
575
|
-
id:
|
|
1749
|
+
id: 205,
|
|
576
1750
|
type: 'machineLearning',
|
|
577
|
-
image: '
|
|
578
|
-
class: '
|
|
579
|
-
groupClass: '
|
|
580
|
-
name: '
|
|
581
|
-
|
|
582
|
-
|
|
1751
|
+
image: 'smart-team-6.png',
|
|
1752
|
+
class: 'smart-team-6-cap-1',
|
|
1753
|
+
groupClass: 'smart-team',
|
|
1754
|
+
name: 'Libro 6',
|
|
1755
|
+
groupImage: 'smart-team.png',
|
|
1756
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1757
|
+
company: 'Smart Team',
|
|
583
1758
|
compilerBoard: 'arduino:avr:uno',
|
|
584
1759
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
585
1760
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
586
1761
|
use1200bpsTouch: false,
|
|
587
1762
|
fileExtension: 'hex',
|
|
588
|
-
profile: '
|
|
1763
|
+
profile: 'smartTeamLibro6Capitulo1Ai',
|
|
589
1764
|
lang: 'Arduino',
|
|
590
1765
|
show: 1,
|
|
591
|
-
showOnAula:
|
|
1766
|
+
showOnAula: 1,
|
|
592
1767
|
enabled: 1,
|
|
593
1768
|
enabledForCode: 0,
|
|
594
1769
|
premium: 0,
|
|
595
1770
|
toolboxLayout: 'vertical',
|
|
596
|
-
elementType: BOARD_ITEM_TYPE.
|
|
597
|
-
pins:
|
|
1771
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1772
|
+
pins: BHOOT,
|
|
598
1773
|
bluetooth: 1,
|
|
599
|
-
iaModel: IA_MODEL.
|
|
1774
|
+
iaModel: IA_MODEL.FACES,
|
|
600
1775
|
},
|
|
601
1776
|
{
|
|
602
|
-
id:
|
|
1777
|
+
id: 206,
|
|
603
1778
|
type: 'machineLearning',
|
|
604
|
-
image: '
|
|
605
|
-
class: '
|
|
606
|
-
groupClass: '
|
|
607
|
-
name: '
|
|
608
|
-
|
|
609
|
-
|
|
1779
|
+
image: 'smart-team-7.png',
|
|
1780
|
+
class: 'smart-team-7-cap-1',
|
|
1781
|
+
groupClass: 'smart-team',
|
|
1782
|
+
name: 'Libro 7',
|
|
1783
|
+
groupImage: 'smart-team.png',
|
|
1784
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1785
|
+
company: 'Smart Team',
|
|
610
1786
|
compilerBoard: 'arduino:avr:uno',
|
|
611
1787
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
612
1788
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
613
1789
|
use1200bpsTouch: false,
|
|
614
1790
|
fileExtension: 'hex',
|
|
615
|
-
profile: '
|
|
1791
|
+
profile: 'bhootAi',
|
|
616
1792
|
lang: 'Arduino',
|
|
617
1793
|
show: 1,
|
|
618
|
-
showOnAula:
|
|
1794
|
+
showOnAula: 1,
|
|
619
1795
|
enabled: 1,
|
|
620
1796
|
enabledForCode: 0,
|
|
621
1797
|
premium: 0,
|
|
622
1798
|
toolboxLayout: 'vertical',
|
|
623
|
-
elementType: BOARD_ITEM_TYPE.
|
|
624
|
-
pins:
|
|
1799
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1800
|
+
pins: BHOOT,
|
|
625
1801
|
bluetooth: 1,
|
|
626
|
-
iaModel: IA_MODEL.
|
|
1802
|
+
iaModel: IA_MODEL.FACES,
|
|
627
1803
|
},
|
|
628
1804
|
{
|
|
629
|
-
id:
|
|
1805
|
+
id: 207,
|
|
630
1806
|
type: 'machineLearning',
|
|
631
|
-
image: '
|
|
632
|
-
class: '
|
|
633
|
-
groupClass: '
|
|
634
|
-
name: '
|
|
635
|
-
|
|
636
|
-
|
|
1807
|
+
image: 'smart-team-8.png',
|
|
1808
|
+
class: 'smart-team-8-cap-1',
|
|
1809
|
+
groupClass: 'smart-team',
|
|
1810
|
+
name: 'Libro 8',
|
|
1811
|
+
groupImage: 'smart-team.png',
|
|
1812
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1813
|
+
company: 'Smart Team',
|
|
637
1814
|
compilerBoard: 'arduino:avr:uno',
|
|
638
1815
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
639
1816
|
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
640
1817
|
use1200bpsTouch: false,
|
|
641
1818
|
fileExtension: 'hex',
|
|
642
|
-
profile: '
|
|
1819
|
+
profile: 'bhootAi',
|
|
643
1820
|
lang: 'Arduino',
|
|
644
1821
|
show: 1,
|
|
645
|
-
showOnAula:
|
|
1822
|
+
showOnAula: 1,
|
|
646
1823
|
enabled: 1,
|
|
647
1824
|
enabledForCode: 0,
|
|
648
1825
|
premium: 0,
|
|
649
1826
|
toolboxLayout: 'vertical',
|
|
650
|
-
elementType: BOARD_ITEM_TYPE.
|
|
651
|
-
pins:
|
|
1827
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1828
|
+
pins: BHOOT,
|
|
1829
|
+
bluetooth: 1,
|
|
1830
|
+
iaModel: IA_MODEL.FACES,
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
id: 208,
|
|
1834
|
+
type: 'machineLearning',
|
|
1835
|
+
image: 'smart-team-9.png',
|
|
1836
|
+
class: 'smart-team-9-cap-1',
|
|
1837
|
+
groupClass: 'smart-team',
|
|
1838
|
+
name: 'Libro 9',
|
|
1839
|
+
groupImage: 'smart-team.png',
|
|
1840
|
+
groupPath: ['Gestos de la cara', 'Smart Team'],
|
|
1841
|
+
company: 'Smart Team',
|
|
1842
|
+
compilerBoard: 'arduino:avr:uno',
|
|
1843
|
+
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
1844
|
+
agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
|
|
1845
|
+
use1200bpsTouch: false,
|
|
1846
|
+
fileExtension: 'hex',
|
|
1847
|
+
profile: 'bhootAi',
|
|
1848
|
+
lang: 'Arduino',
|
|
1849
|
+
show: 1,
|
|
1850
|
+
showOnAula: 1,
|
|
1851
|
+
enabled: 1,
|
|
1852
|
+
enabledForCode: 1,
|
|
1853
|
+
premium: 0,
|
|
1854
|
+
toolboxLayout: 'vertical',
|
|
1855
|
+
elementType: BOARD_ITEM_TYPE.BOOK,
|
|
1856
|
+
pins: BHOOT,
|
|
652
1857
|
bluetooth: 1,
|
|
653
1858
|
iaModel: IA_MODEL.FACES,
|
|
654
1859
|
},
|
|
655
1860
|
|
|
1861
|
+
//// END OF MACHINE LEARNING BOARDS ////
|
|
1862
|
+
|
|
656
1863
|
{
|
|
657
1864
|
id: 2,
|
|
658
1865
|
type: 'senior',
|
|
659
1866
|
image: 'genuino-uno.png',
|
|
660
1867
|
class: 'arduino-genuino-uno',
|
|
661
1868
|
name: 'Uno Rev. 3',
|
|
662
|
-
groupName: 'Uno Rev. 3',
|
|
663
1869
|
company: 'Arduino',
|
|
664
1870
|
htmlValue: '',
|
|
665
1871
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -684,7 +1890,6 @@ export const boards: Board[] = [
|
|
|
684
1890
|
image: 'genuino-mega.png',
|
|
685
1891
|
class: 'arduino-genuino-mega',
|
|
686
1892
|
name: 'Mega 2560',
|
|
687
|
-
groupName: 'Mega 2560',
|
|
688
1893
|
company: 'Arduino',
|
|
689
1894
|
htmlValue: '',
|
|
690
1895
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -709,7 +1914,6 @@ export const boards: Board[] = [
|
|
|
709
1914
|
image: 'microbit.png',
|
|
710
1915
|
class: 'microbit',
|
|
711
1916
|
name: 'micro:bit',
|
|
712
|
-
groupName: 'micro:bit',
|
|
713
1917
|
company: 'Microsoft',
|
|
714
1918
|
htmlValue: '',
|
|
715
1919
|
compilerBoard: 'microbit',
|
|
@@ -742,7 +1946,6 @@ export const boards: Board[] = [
|
|
|
742
1946
|
image: 'microbit_expansion.png',
|
|
743
1947
|
class: 'microbit',
|
|
744
1948
|
name: 'Microbit expansion',
|
|
745
|
-
groupName: 'micro:bit 2',
|
|
746
1949
|
company: 'Educabot',
|
|
747
1950
|
htmlValue: '',
|
|
748
1951
|
compilerBoard: 'microbit',
|
|
@@ -768,7 +1971,8 @@ export const boards: Board[] = [
|
|
|
768
1971
|
class: 'maqueta-semaforo',
|
|
769
1972
|
groupClass: 'maqueta',
|
|
770
1973
|
name: 'Semáforos',
|
|
771
|
-
|
|
1974
|
+
groupImage: 'maqueta_bsas_semaforo.png',
|
|
1975
|
+
groupPath: ['Maqueta Buenos Aires'],
|
|
772
1976
|
company: 'Educabot',
|
|
773
1977
|
htmlValue: '',
|
|
774
1978
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -794,7 +1998,8 @@ export const boards: Board[] = [
|
|
|
794
1998
|
class: 'maqueta-luces',
|
|
795
1999
|
groupClass: 'maqueta',
|
|
796
2000
|
name: 'Luces',
|
|
797
|
-
|
|
2001
|
+
groupImage: 'maqueta_bsas_semaforo.png',
|
|
2002
|
+
groupPath: ['Maqueta Buenos Aires'],
|
|
798
2003
|
company: 'Educabot',
|
|
799
2004
|
htmlValue: '',
|
|
800
2005
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -820,7 +2025,8 @@ export const boards: Board[] = [
|
|
|
820
2025
|
class: 'maqueta-flor',
|
|
821
2026
|
groupClass: 'maqueta',
|
|
822
2027
|
name: 'Flor',
|
|
823
|
-
|
|
2028
|
+
groupImage: 'maqueta_bsas_semaforo.png',
|
|
2029
|
+
groupPath: ['Maqueta Buenos Aires'],
|
|
824
2030
|
company: 'Educabot',
|
|
825
2031
|
htmlValue: '',
|
|
826
2032
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -846,7 +2052,8 @@ export const boards: Board[] = [
|
|
|
846
2052
|
class: 'maqueta-tren',
|
|
847
2053
|
groupClass: 'maqueta',
|
|
848
2054
|
name: 'Tren',
|
|
849
|
-
|
|
2055
|
+
groupImage: 'maqueta_bsas_semaforo.png',
|
|
2056
|
+
groupPath: ['Maqueta Buenos Aires'],
|
|
850
2057
|
company: 'Educabot',
|
|
851
2058
|
htmlValue: '',
|
|
852
2059
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -872,7 +2079,8 @@ export const boards: Board[] = [
|
|
|
872
2079
|
class: 'maqueta-planetario',
|
|
873
2080
|
groupClass: 'maqueta',
|
|
874
2081
|
name: 'Planetario',
|
|
875
|
-
|
|
2082
|
+
groupImage: 'maqueta_bsas_semaforo.png',
|
|
2083
|
+
groupPath: ['Maqueta Buenos Aires'],
|
|
876
2084
|
company: 'Educabot',
|
|
877
2085
|
htmlValue: '',
|
|
878
2086
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -898,7 +2106,6 @@ export const boards: Board[] = [
|
|
|
898
2106
|
class: 'drone',
|
|
899
2107
|
groupClass: 'drone',
|
|
900
2108
|
name: 'Tello EDU',
|
|
901
|
-
groupName: 'Tello EDU',
|
|
902
2109
|
company: 'DJI',
|
|
903
2110
|
htmlValue: '',
|
|
904
2111
|
compilerBoard: '',
|
|
@@ -923,7 +2130,6 @@ export const boards: Board[] = [
|
|
|
923
2130
|
class: 'drone',
|
|
924
2131
|
groupClass: 'drone',
|
|
925
2132
|
name: 'Tello',
|
|
926
|
-
groupName: 'Tello',
|
|
927
2133
|
company: 'DJI',
|
|
928
2134
|
htmlValue: '',
|
|
929
2135
|
compilerBoard: '',
|
|
@@ -947,7 +2153,6 @@ export const boards: Board[] = [
|
|
|
947
2153
|
image: 'nano.png',
|
|
948
2154
|
class: 'arduino-nano',
|
|
949
2155
|
name: 'Nano',
|
|
950
|
-
groupName: 'Nano',
|
|
951
2156
|
company: 'Arduino',
|
|
952
2157
|
htmlValue: '',
|
|
953
2158
|
compilerBoard: 'arduino:avr:nano',
|
|
@@ -972,7 +2177,6 @@ export const boards: Board[] = [
|
|
|
972
2177
|
image: 'genuino-micro.png',
|
|
973
2178
|
class: 'arduino-genuino-micro',
|
|
974
2179
|
name: 'Pro Micro',
|
|
975
|
-
groupName: 'Pro Micro',
|
|
976
2180
|
company: 'Arduino',
|
|
977
2181
|
htmlValue: '',
|
|
978
2182
|
compilerBoard: 'arduino:avr:micro',
|
|
@@ -997,7 +2201,6 @@ export const boards: Board[] = [
|
|
|
997
2201
|
image: 'arduino-leonardo.png',
|
|
998
2202
|
class: 'arduino-leonardo',
|
|
999
2203
|
name: 'Leonardo',
|
|
1000
|
-
groupName: 'Leonardo',
|
|
1001
2204
|
company: 'Arduino',
|
|
1002
2205
|
htmlValue: '',
|
|
1003
2206
|
compilerBoard: 'arduino:avr:leonardo',
|
|
@@ -1022,7 +2225,6 @@ export const boards: Board[] = [
|
|
|
1022
2225
|
image: 'iaco.png',
|
|
1023
2226
|
class: 'educabot-iaco',
|
|
1024
2227
|
name: 'IAco',
|
|
1025
|
-
groupName: 'IAco',
|
|
1026
2228
|
company: 'Educabot',
|
|
1027
2229
|
compilerBoard: 'arduino:avr:uno',
|
|
1028
2230
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1040,13 +2242,17 @@ export const boards: Board[] = [
|
|
|
1040
2242
|
elementType: BOARD_ITEM_TYPE.ROBOT,
|
|
1041
2243
|
pins: BHOOT_IACO,
|
|
1042
2244
|
},
|
|
2245
|
+
|
|
2246
|
+
// ------------ CREABOTS ------------ //
|
|
1043
2247
|
{
|
|
1044
2248
|
id: 39,
|
|
1045
2249
|
type: 'senior',
|
|
1046
2250
|
image: 'creabotsInitiation.png',
|
|
1047
2251
|
class: 'educabot-bhoot',
|
|
2252
|
+
groupClass: 'creabots',
|
|
1048
2253
|
name: 'Iniciación',
|
|
1049
|
-
|
|
2254
|
+
groupImage: 'creabotsInitiation.png',
|
|
2255
|
+
groupPath: ['Creabots'],
|
|
1050
2256
|
company: 'Creabots',
|
|
1051
2257
|
compilerBoard: 'arduino:avr:uno',
|
|
1052
2258
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1061,7 +2267,7 @@ export const boards: Board[] = [
|
|
|
1061
2267
|
enabledForCode: 1,
|
|
1062
2268
|
premium: 0,
|
|
1063
2269
|
toolboxLayout: 'vertical',
|
|
1064
|
-
elementType: BOARD_ITEM_TYPE.
|
|
2270
|
+
elementType: BOARD_ITEM_TYPE.BOARD,
|
|
1065
2271
|
pins: CREABOTS,
|
|
1066
2272
|
simulator: 0,
|
|
1067
2273
|
},
|
|
@@ -1070,8 +2276,10 @@ export const boards: Board[] = [
|
|
|
1070
2276
|
type: 'senior',
|
|
1071
2277
|
image: 'creabotsAutomation.png',
|
|
1072
2278
|
class: 'educabot-bhoot',
|
|
2279
|
+
groupClass: 'creabots',
|
|
1073
2280
|
name: 'Automatización',
|
|
1074
|
-
|
|
2281
|
+
groupImage: 'creabotsInitiation.png',
|
|
2282
|
+
groupPath: ['Creabots'],
|
|
1075
2283
|
company: 'Creabots',
|
|
1076
2284
|
compilerBoard: 'arduino:avr:uno',
|
|
1077
2285
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1086,7 +2294,7 @@ export const boards: Board[] = [
|
|
|
1086
2294
|
enabledForCode: 1,
|
|
1087
2295
|
premium: 0,
|
|
1088
2296
|
toolboxLayout: 'vertical',
|
|
1089
|
-
elementType: BOARD_ITEM_TYPE.
|
|
2297
|
+
elementType: BOARD_ITEM_TYPE.BOARD,
|
|
1090
2298
|
pins: CREABOTS,
|
|
1091
2299
|
simulator: 0,
|
|
1092
2300
|
},
|
|
@@ -1095,8 +2303,10 @@ export const boards: Board[] = [
|
|
|
1095
2303
|
type: 'senior',
|
|
1096
2304
|
image: 'creabotsMovement.png',
|
|
1097
2305
|
class: 'educabot-bhoot',
|
|
2306
|
+
groupClass: 'creabots',
|
|
1098
2307
|
name: 'Conducción',
|
|
1099
|
-
|
|
2308
|
+
groupImage: 'creabotsInitiation.png',
|
|
2309
|
+
groupPath: ['Creabots'],
|
|
1100
2310
|
company: 'Creabots',
|
|
1101
2311
|
compilerBoard: 'arduino:avr:uno',
|
|
1102
2312
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1111,17 +2321,17 @@ export const boards: Board[] = [
|
|
|
1111
2321
|
enabledForCode: 1,
|
|
1112
2322
|
premium: 0,
|
|
1113
2323
|
toolboxLayout: 'vertical',
|
|
1114
|
-
elementType: BOARD_ITEM_TYPE.
|
|
2324
|
+
elementType: BOARD_ITEM_TYPE.BOARD,
|
|
1115
2325
|
pins: CREABOTS,
|
|
1116
2326
|
simulator: 0,
|
|
1117
2327
|
},
|
|
2328
|
+
|
|
1118
2329
|
{
|
|
1119
2330
|
id: 46,
|
|
1120
2331
|
type: 'senior',
|
|
1121
2332
|
image: 'lgo20.png',
|
|
1122
2333
|
class: 'educabot-lgo20',
|
|
1123
2334
|
name: 'LGO 2.0',
|
|
1124
|
-
groupName: 'LGO20',
|
|
1125
2335
|
company: 'Educabot',
|
|
1126
2336
|
compilerBoard: 'arduino:avr:uno',
|
|
1127
2337
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1140,13 +2350,17 @@ export const boards: Board[] = [
|
|
|
1140
2350
|
pins: BHOOT_LGO20,
|
|
1141
2351
|
simulator: 0,
|
|
1142
2352
|
},
|
|
2353
|
+
|
|
2354
|
+
// ------------ SmartTeam ------------ //
|
|
1143
2355
|
{
|
|
1144
2356
|
id: 14,
|
|
1145
2357
|
type: 'senior',
|
|
1146
2358
|
image: 'smart-team-3.png',
|
|
1147
2359
|
class: 'smart-team-3-cap-1',
|
|
1148
|
-
|
|
1149
|
-
|
|
2360
|
+
groupClass: 'smart-team',
|
|
2361
|
+
name: 'Libro 3',
|
|
2362
|
+
groupImage: 'smart-team.png',
|
|
2363
|
+
groupPath: ['Smart Team'],
|
|
1150
2364
|
company: 'Smart Team',
|
|
1151
2365
|
compilerBoard: 'arduino:avr:uno',
|
|
1152
2366
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1169,8 +2383,10 @@ export const boards: Board[] = [
|
|
|
1169
2383
|
type: 'senior',
|
|
1170
2384
|
image: 'smart-team-4.png',
|
|
1171
2385
|
class: 'smart-team-4-cap-1',
|
|
1172
|
-
|
|
1173
|
-
|
|
2386
|
+
groupClass: 'smart-team',
|
|
2387
|
+
name: 'Libro 4',
|
|
2388
|
+
groupImage: 'smart-team.png',
|
|
2389
|
+
groupPath: ['Smart Team'],
|
|
1174
2390
|
company: 'Smart Team',
|
|
1175
2391
|
compilerBoard: 'arduino:avr:uno',
|
|
1176
2392
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1193,8 +2409,10 @@ export const boards: Board[] = [
|
|
|
1193
2409
|
type: 'senior',
|
|
1194
2410
|
image: 'smart-team-5.png',
|
|
1195
2411
|
class: 'smart-team-5-cap-1',
|
|
1196
|
-
|
|
1197
|
-
|
|
2412
|
+
groupClass: 'smart-team',
|
|
2413
|
+
name: 'Libro 5',
|
|
2414
|
+
groupImage: 'smart-team.png',
|
|
2415
|
+
groupPath: ['Smart Team'],
|
|
1198
2416
|
company: 'Smart Team',
|
|
1199
2417
|
compilerBoard: 'arduino:avr:uno',
|
|
1200
2418
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1218,8 +2436,10 @@ export const boards: Board[] = [
|
|
|
1218
2436
|
type: 'senior',
|
|
1219
2437
|
image: 'smart-team-6.png',
|
|
1220
2438
|
class: 'smart-team-6-cap-1',
|
|
1221
|
-
|
|
1222
|
-
|
|
2439
|
+
groupClass: 'smart-team',
|
|
2440
|
+
name: 'Libro 6',
|
|
2441
|
+
groupImage: 'smart-team.png',
|
|
2442
|
+
groupPath: ['Smart Team'],
|
|
1223
2443
|
company: 'Smart Team',
|
|
1224
2444
|
compilerBoard: 'arduino:avr:uno',
|
|
1225
2445
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1243,8 +2463,10 @@ export const boards: Board[] = [
|
|
|
1243
2463
|
type: 'senior',
|
|
1244
2464
|
image: 'smart-team-7.png',
|
|
1245
2465
|
class: 'smart-team-7-cap-1',
|
|
1246
|
-
|
|
1247
|
-
|
|
2466
|
+
groupClass: 'smart-team',
|
|
2467
|
+
name: 'Libro 7',
|
|
2468
|
+
groupImage: 'smart-team.png',
|
|
2469
|
+
groupPath: ['Smart Team'],
|
|
1248
2470
|
company: 'Smart Team',
|
|
1249
2471
|
compilerBoard: 'arduino:avr:uno',
|
|
1250
2472
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1269,8 +2491,10 @@ export const boards: Board[] = [
|
|
|
1269
2491
|
type: 'senior',
|
|
1270
2492
|
image: 'smart-team-8.png',
|
|
1271
2493
|
class: 'smart-team-8-cap-1',
|
|
1272
|
-
|
|
1273
|
-
|
|
2494
|
+
groupClass: 'smart-team',
|
|
2495
|
+
name: 'Libro 8',
|
|
2496
|
+
groupImage: 'smart-team.png',
|
|
2497
|
+
groupPath: ['Smart Team'],
|
|
1274
2498
|
company: 'Smart Team',
|
|
1275
2499
|
compilerBoard: 'arduino:avr:uno',
|
|
1276
2500
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1294,8 +2518,10 @@ export const boards: Board[] = [
|
|
|
1294
2518
|
type: 'senior',
|
|
1295
2519
|
image: 'smart-team-9.png',
|
|
1296
2520
|
class: 'smart-team-9-cap-1',
|
|
1297
|
-
|
|
1298
|
-
|
|
2521
|
+
groupClass: 'smart-team',
|
|
2522
|
+
name: 'Libro 9',
|
|
2523
|
+
groupImage: 'smart-team.png',
|
|
2524
|
+
groupPath: ['Smart Team'],
|
|
1299
2525
|
company: 'Smart Team',
|
|
1300
2526
|
compilerBoard: 'arduino:avr:uno',
|
|
1301
2527
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1321,7 +2547,8 @@ export const boards: Board[] = [
|
|
|
1321
2547
|
class: 'copa-robotica',
|
|
1322
2548
|
groupClass: 'copa-robotica',
|
|
1323
2549
|
name: 'Sistema Inmunológico',
|
|
1324
|
-
|
|
2550
|
+
groupImage: 'coparobotica.png',
|
|
2551
|
+
groupPath: ['Copa Robótica'],
|
|
1325
2552
|
company: 'Educabot',
|
|
1326
2553
|
htmlValue: '',
|
|
1327
2554
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1347,7 +2574,8 @@ export const boards: Board[] = [
|
|
|
1347
2574
|
class: 'copa-robotica',
|
|
1348
2575
|
groupClass: 'copa-robotica',
|
|
1349
2576
|
name: 'Código Genético',
|
|
1350
|
-
|
|
2577
|
+
groupImage: 'coparobotica.png',
|
|
2578
|
+
groupPath: ['Copa Robótica'],
|
|
1351
2579
|
company: 'Educabot',
|
|
1352
2580
|
htmlValue: '',
|
|
1353
2581
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1373,7 +2601,8 @@ export const boards: Board[] = [
|
|
|
1373
2601
|
class: 'maqueta-createc-planetario',
|
|
1374
2602
|
groupClass: 'maqueta-createc',
|
|
1375
2603
|
name: 'Planetario Galileo Galilei',
|
|
1376
|
-
|
|
2604
|
+
groupImage: 'maqueta-createc-planetario.png',
|
|
2605
|
+
groupPath: ['Maqueta Createc'],
|
|
1377
2606
|
company: 'Createc',
|
|
1378
2607
|
htmlValue: '',
|
|
1379
2608
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -1399,7 +2628,8 @@ export const boards: Board[] = [
|
|
|
1399
2628
|
class: 'maqueta-createc-obelisco',
|
|
1400
2629
|
groupClass: 'maqueta-createc',
|
|
1401
2630
|
name: 'Obelisco',
|
|
1402
|
-
|
|
2631
|
+
groupImage: 'maqueta-createc-planetario.png',
|
|
2632
|
+
groupPath: ['Maqueta Createc'],
|
|
1403
2633
|
company: 'Createc',
|
|
1404
2634
|
htmlValue: '',
|
|
1405
2635
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -1425,7 +2655,8 @@ export const boards: Board[] = [
|
|
|
1425
2655
|
class: 'maqueta-createc-retiro',
|
|
1426
2656
|
groupClass: 'maqueta-createc',
|
|
1427
2657
|
name: 'Estación Retiro',
|
|
1428
|
-
|
|
2658
|
+
groupImage: 'maqueta-createc-planetario.png',
|
|
2659
|
+
groupPath: ['Maqueta Createc'],
|
|
1429
2660
|
company: 'Createc',
|
|
1430
2661
|
htmlValue: '',
|
|
1431
2662
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -1451,7 +2682,8 @@ export const boards: Board[] = [
|
|
|
1451
2682
|
class: 'maqueta-createc-madero',
|
|
1452
2683
|
groupClass: 'maqueta-createc',
|
|
1453
2684
|
name: 'Puerto Madero',
|
|
1454
|
-
|
|
2685
|
+
groupImage: 'maqueta-createc-planetario.png',
|
|
2686
|
+
groupPath: ['Maqueta Createc'],
|
|
1455
2687
|
company: 'Createc',
|
|
1456
2688
|
htmlValue: '',
|
|
1457
2689
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -1477,7 +2709,8 @@ export const boards: Board[] = [
|
|
|
1477
2709
|
class: 'maqueta-createc-floralis',
|
|
1478
2710
|
groupClass: 'maqueta-createc',
|
|
1479
2711
|
name: 'Floralis genérica',
|
|
1480
|
-
|
|
2712
|
+
groupImage: 'maqueta-createc-planetario.png',
|
|
2713
|
+
groupPath: ['Maqueta Createc'],
|
|
1481
2714
|
company: 'Createc',
|
|
1482
2715
|
htmlValue: '',
|
|
1483
2716
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -1504,7 +2737,6 @@ export const boards: Board[] = [
|
|
|
1504
2737
|
image: 'educabot-pampero.jpg',
|
|
1505
2738
|
class: 'educabot-pampero',
|
|
1506
2739
|
name: 'Pampero',
|
|
1507
|
-
groupName: 'Pampero',
|
|
1508
2740
|
company: 'Educabot',
|
|
1509
2741
|
htmlValue: '',
|
|
1510
2742
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1529,7 +2761,6 @@ export const boards: Board[] = [
|
|
|
1529
2761
|
image: 'makeblock-mbot.png',
|
|
1530
2762
|
class: 'makeblock-mbot',
|
|
1531
2763
|
name: 'Mbot',
|
|
1532
|
-
groupName: 'Mbot',
|
|
1533
2764
|
company: 'Makeblock',
|
|
1534
2765
|
htmlValue: '',
|
|
1535
2766
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1554,7 +2785,6 @@ export const boards: Board[] = [
|
|
|
1554
2785
|
image: 'makeblock-mbot-ranger.png',
|
|
1555
2786
|
class: 'makeblock-mbot-ranger',
|
|
1556
2787
|
name: 'Mbot Ranger',
|
|
1557
|
-
groupName: 'Mbot Ranger',
|
|
1558
2788
|
company: 'Makeblock',
|
|
1559
2789
|
htmlValue: '',
|
|
1560
2790
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1579,7 +2809,6 @@ export const boards: Board[] = [
|
|
|
1579
2809
|
image: 'makeblock-ultimate-20.png',
|
|
1580
2810
|
class: 'makeblock-ultimate-20',
|
|
1581
2811
|
name: 'Ultimate 2.0',
|
|
1582
|
-
groupName: 'Ultimate 2.0',
|
|
1583
2812
|
company: 'Makeblock',
|
|
1584
2813
|
htmlValue: '',
|
|
1585
2814
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1604,7 +2833,6 @@ export const boards: Board[] = [
|
|
|
1604
2833
|
image: 'robobloq-q-scout.png',
|
|
1605
2834
|
class: 'robobloq-q-scout',
|
|
1606
2835
|
name: 'Q-Scout',
|
|
1607
|
-
groupName: 'Q-Scout',
|
|
1608
2836
|
company: 'Robobloq',
|
|
1609
2837
|
htmlValue: '',
|
|
1610
2838
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1629,7 +2857,6 @@ export const boards: Board[] = [
|
|
|
1629
2857
|
image: 'robobloq-qoopers.png',
|
|
1630
2858
|
class: 'robobloq-qoopers',
|
|
1631
2859
|
name: 'Qoopers',
|
|
1632
|
-
groupName: 'Qoopers',
|
|
1633
2860
|
company: 'Robobloq',
|
|
1634
2861
|
htmlValue: '',
|
|
1635
2862
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1654,7 +2881,6 @@ export const boards: Board[] = [
|
|
|
1654
2881
|
image: 'mis-ladrillos-r502.jpg',
|
|
1655
2882
|
class: 'mis-ladrillos-r502',
|
|
1656
2883
|
name: 'R502',
|
|
1657
|
-
groupName: 'R502',
|
|
1658
2884
|
company: 'Mis Ladrillos',
|
|
1659
2885
|
htmlValue: '',
|
|
1660
2886
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1679,7 +2905,6 @@ export const boards: Board[] = [
|
|
|
1679
2905
|
image: 'rasti-oki-2.jpg',
|
|
1680
2906
|
class: 'rasti-oki-2',
|
|
1681
2907
|
name: 'Oki 2',
|
|
1682
|
-
groupName: 'Oki 2',
|
|
1683
2908
|
company: 'Rasti',
|
|
1684
2909
|
htmlValue: '',
|
|
1685
2910
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -1705,7 +2930,6 @@ export const boards: Board[] = [
|
|
|
1705
2930
|
image: '',
|
|
1706
2931
|
class: 'arduino-due',
|
|
1707
2932
|
name: 'DUE (Programming port)',
|
|
1708
|
-
groupName: 'DUE (Programming port)',
|
|
1709
2933
|
company: 'Arduino',
|
|
1710
2934
|
htmlValue: '',
|
|
1711
2935
|
compilerBoard: 'arduino:sam:arduino_due_x_dbg',
|
|
@@ -1730,7 +2954,6 @@ export const boards: Board[] = [
|
|
|
1730
2954
|
image: '',
|
|
1731
2955
|
class: 'arduino-due',
|
|
1732
2956
|
name: 'DUE (Native USB)',
|
|
1733
|
-
groupName: 'DUE (Native USB)',
|
|
1734
2957
|
company: 'Arduino',
|
|
1735
2958
|
htmlValue: '',
|
|
1736
2959
|
compilerBoard: 'arduino:sam:arduino_due_x',
|
|
@@ -1749,13 +2972,15 @@ export const boards: Board[] = [
|
|
|
1749
2972
|
elementType: BOARD_ITEM_TYPE.BOARD,
|
|
1750
2973
|
pins: {},
|
|
1751
2974
|
},
|
|
2975
|
+
|
|
2976
|
+
/////////////////// JUNIOR BOARDS ///////////////
|
|
2977
|
+
|
|
1752
2978
|
{
|
|
1753
2979
|
id: 100,
|
|
1754
2980
|
type: 'junior',
|
|
1755
2981
|
image: 'microbit.png',
|
|
1756
2982
|
class: 'microbit',
|
|
1757
2983
|
name: 'micro:bit',
|
|
1758
|
-
groupName: 'micro:bit',
|
|
1759
2984
|
company: 'MakeCode',
|
|
1760
2985
|
htmlValue: '',
|
|
1761
2986
|
compilerBoard: 'microbit',
|
|
@@ -1788,7 +3013,6 @@ export const boards: Board[] = [
|
|
|
1788
3013
|
image: 'bhoot.png',
|
|
1789
3014
|
class: 'educabot-bhoot',
|
|
1790
3015
|
name: 'Buty',
|
|
1791
|
-
groupName: 'Buty',
|
|
1792
3016
|
company: 'Educabot',
|
|
1793
3017
|
compilerBoard: 'arduino:avr:uno',
|
|
1794
3018
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1813,7 +3037,8 @@ export const boards: Board[] = [
|
|
|
1813
3037
|
class: 'smart-team-1-cap-1',
|
|
1814
3038
|
groupClass: 'smart-team-1',
|
|
1815
3039
|
name: 'Capítulo 1',
|
|
1816
|
-
|
|
3040
|
+
groupImage: 'smart-team-1.png',
|
|
3041
|
+
groupPath: ['Smart Team 1'],
|
|
1817
3042
|
company: 'Smart Team',
|
|
1818
3043
|
compilerBoard: 'arduino:avr:uno',
|
|
1819
3044
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1838,7 +3063,8 @@ export const boards: Board[] = [
|
|
|
1838
3063
|
class: 'smart-team-1-cap-1',
|
|
1839
3064
|
groupClass: 'smart-team-1',
|
|
1840
3065
|
name: 'Capítulo 2',
|
|
1841
|
-
|
|
3066
|
+
groupImage: 'smart-team-1.png',
|
|
3067
|
+
groupPath: ['Smart Team 1'],
|
|
1842
3068
|
company: 'Smart Team',
|
|
1843
3069
|
compilerBoard: 'arduino:avr:uno',
|
|
1844
3070
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1863,7 +3089,8 @@ export const boards: Board[] = [
|
|
|
1863
3089
|
class: 'smart-team-1-cap-1',
|
|
1864
3090
|
groupClass: 'smart-team-1',
|
|
1865
3091
|
name: 'Capítulo 3',
|
|
1866
|
-
|
|
3092
|
+
groupImage: 'smart-team-1.png',
|
|
3093
|
+
groupPath: ['Smart Team 1'],
|
|
1867
3094
|
company: 'Smart Team',
|
|
1868
3095
|
compilerBoard: 'arduino:avr:uno',
|
|
1869
3096
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1888,7 +3115,8 @@ export const boards: Board[] = [
|
|
|
1888
3115
|
class: 'smart-team-1-cap-1',
|
|
1889
3116
|
groupClass: 'smart-team-1',
|
|
1890
3117
|
name: 'Capítulo 4',
|
|
1891
|
-
|
|
3118
|
+
groupImage: 'smart-team-1.png',
|
|
3119
|
+
groupPath: ['Smart Team 1'],
|
|
1892
3120
|
company: 'Smart Team',
|
|
1893
3121
|
compilerBoard: 'arduino:avr:uno',
|
|
1894
3122
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1913,7 +3141,8 @@ export const boards: Board[] = [
|
|
|
1913
3141
|
class: 'smart-team-1-cap-1',
|
|
1914
3142
|
groupClass: 'smart-team-1',
|
|
1915
3143
|
name: 'Capítulo 5',
|
|
1916
|
-
|
|
3144
|
+
groupImage: 'smart-team-1.png',
|
|
3145
|
+
groupPath: ['Smart Team 1'],
|
|
1917
3146
|
company: 'Smart Team',
|
|
1918
3147
|
compilerBoard: 'arduino:avr:uno',
|
|
1919
3148
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1938,7 +3167,8 @@ export const boards: Board[] = [
|
|
|
1938
3167
|
class: 'smart-team-2-cap-1',
|
|
1939
3168
|
groupClass: 'smart-team-2',
|
|
1940
3169
|
name: 'Capítulo 1',
|
|
1941
|
-
|
|
3170
|
+
groupImage: 'smart-team-2.png',
|
|
3171
|
+
groupPath: ['Smart Team 2'],
|
|
1942
3172
|
company: 'Smart Team',
|
|
1943
3173
|
compilerBoard: 'arduino:avr:uno',
|
|
1944
3174
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1963,7 +3193,8 @@ export const boards: Board[] = [
|
|
|
1963
3193
|
class: 'smart-team-2-cap-1',
|
|
1964
3194
|
groupClass: 'smart-team-2',
|
|
1965
3195
|
name: 'Capítulo 2',
|
|
1966
|
-
|
|
3196
|
+
groupImage: 'smart-team-2.png',
|
|
3197
|
+
groupPath: ['Smart Team 2'],
|
|
1967
3198
|
company: 'Smart Team',
|
|
1968
3199
|
compilerBoard: 'arduino:avr:uno',
|
|
1969
3200
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -1988,7 +3219,8 @@ export const boards: Board[] = [
|
|
|
1988
3219
|
class: 'smart-team-2-cap-1',
|
|
1989
3220
|
groupClass: 'smart-team-2',
|
|
1990
3221
|
name: 'Capítulo 3',
|
|
1991
|
-
|
|
3222
|
+
groupImage: 'smart-team-2.png',
|
|
3223
|
+
groupPath: ['Smart Team 2'],
|
|
1992
3224
|
company: 'Smart Team',
|
|
1993
3225
|
compilerBoard: 'arduino:avr:uno',
|
|
1994
3226
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -2013,7 +3245,8 @@ export const boards: Board[] = [
|
|
|
2013
3245
|
class: 'smart-team-2-cap-1',
|
|
2014
3246
|
groupClass: 'smart-team-2',
|
|
2015
3247
|
name: 'Capítulo 4',
|
|
2016
|
-
|
|
3248
|
+
groupImage: 'smart-team-2.png',
|
|
3249
|
+
groupPath: ['Smart Team 2'],
|
|
2017
3250
|
company: 'Smart Team',
|
|
2018
3251
|
compilerBoard: 'arduino:avr:uno',
|
|
2019
3252
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -2038,7 +3271,8 @@ export const boards: Board[] = [
|
|
|
2038
3271
|
class: 'smart-team-2-cap-1',
|
|
2039
3272
|
groupClass: 'smart-team-2',
|
|
2040
3273
|
name: 'Capítulo 5',
|
|
2041
|
-
|
|
3274
|
+
groupImage: 'smart-team-2.png',
|
|
3275
|
+
groupPath: ['Smart Team 2'],
|
|
2042
3276
|
company: 'Smart Team',
|
|
2043
3277
|
compilerBoard: 'arduino:avr:uno',
|
|
2044
3278
|
agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
|
|
@@ -2063,7 +3297,6 @@ export const boards: Board[] = [
|
|
|
2063
3297
|
class: 'codit',
|
|
2064
3298
|
groupClass: 'codit',
|
|
2065
3299
|
name: 'Codit',
|
|
2066
|
-
groupName: 'Codit',
|
|
2067
3300
|
company: 'Educabot',
|
|
2068
3301
|
htmlValue: '',
|
|
2069
3302
|
compilerBoard: '',
|
|
@@ -2087,7 +3320,6 @@ export const boards: Board[] = [
|
|
|
2087
3320
|
image: 'genuino-uno.png',
|
|
2088
3321
|
class: 'arduino-genuino-uno',
|
|
2089
3322
|
name: 'Uno Rev. 3',
|
|
2090
|
-
groupName: 'Uno Rev. 3',
|
|
2091
3323
|
company: 'Arduino',
|
|
2092
3324
|
htmlValue: '',
|
|
2093
3325
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -2112,7 +3344,6 @@ export const boards: Board[] = [
|
|
|
2112
3344
|
image: 'genuino-mega.png',
|
|
2113
3345
|
class: 'arduino-genuino-mega',
|
|
2114
3346
|
name: 'Mega 2560',
|
|
2115
|
-
groupName: 'Mega 2560',
|
|
2116
3347
|
company: 'Arduino',
|
|
2117
3348
|
htmlValue: '',
|
|
2118
3349
|
compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
|
|
@@ -2137,7 +3368,6 @@ export const boards: Board[] = [
|
|
|
2137
3368
|
image: 'makeblock-mbot.png',
|
|
2138
3369
|
class: 'makeblock-mbot',
|
|
2139
3370
|
name: 'Mbot',
|
|
2140
|
-
groupName: 'Mbot',
|
|
2141
3371
|
company: 'Makeblock',
|
|
2142
3372
|
htmlValue: '',
|
|
2143
3373
|
compilerBoard: 'arduino:avr:uno',
|
|
@@ -2162,7 +3392,6 @@ export const boards: Board[] = [
|
|
|
2162
3392
|
image: 'robobloq-qoopers.png',
|
|
2163
3393
|
class: 'robobloq-qoopers',
|
|
2164
3394
|
name: 'Qoopers',
|
|
2165
|
-
groupName: 'Qoopers',
|
|
2166
3395
|
company: 'Robobloq',
|
|
2167
3396
|
htmlValue: '',
|
|
2168
3397
|
compilerBoard: 'arduino:avr:uno',
|