@educabot/educablocks-boards 0.2.31 → 0.2.33

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.
@@ -10,7 +10,6 @@ exports.boards = [
10
10
  image: 'zonda.png',
11
11
  class: 'educablocks-uno',
12
12
  name: 'Zonda',
13
- groupName: 'Zonda',
14
13
  company: 'Educabot',
15
14
  htmlValue: '',
16
15
  compilerBoard: 'arduino:avr:uno',
@@ -35,7 +34,6 @@ exports.boards = [
35
34
  image: 'bhoot.png',
36
35
  class: 'educabot-bhoot',
37
36
  name: 'Buty',
38
- groupName: 'Buty',
39
37
  company: 'Educabot',
40
38
  compilerBoard: 'arduino:avr:uno',
41
39
  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"',
@@ -54,6 +52,8 @@ exports.boards = [
54
52
  pins: pins_1.BHOOT,
55
53
  simulator: 1,
56
54
  },
55
+ //// MACHINE LEARNING BOARDS ////
56
+ // ------------ Hands pose detection ------------ //
57
57
  {
58
58
  id: 43,
59
59
  type: 'machineLearning',
@@ -61,7 +61,8 @@ exports.boards = [
61
61
  class: 'robot-ia',
62
62
  groupClass: 'robot-ia',
63
63
  name: 'Buty',
64
- groupName: 'Poses de manos',
64
+ groupImage: 'ai.png',
65
+ groupPath: ['Poses de manos'],
65
66
  company: 'Educabot',
66
67
  htmlValue: '',
67
68
  compilerBoard: 'arduino:avr:uno',
@@ -89,7 +90,8 @@ exports.boards = [
89
90
  class: 'robot-ia',
90
91
  groupClass: 'robot-ia',
91
92
  name: 'IAco',
92
- groupName: 'Poses de manos',
93
+ groupImage: 'ai.png',
94
+ groupPath: ['Poses de manos'],
93
95
  company: 'Educabot',
94
96
  htmlValue: '',
95
97
  compilerBoard: 'arduino:avr:uno',
@@ -97,7 +99,914 @@ exports.boards = [
97
99
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
98
100
  use1200bpsTouch: false,
99
101
  fileExtension: 'hex',
100
- profile: 'iaco',
102
+ profile: 'iacoAi',
103
+ lang: 'Arduino',
104
+ show: 1,
105
+ showOnAula: 0,
106
+ enabled: 1,
107
+ enabledForCode: 0,
108
+ premium: 0,
109
+ toolboxLayout: 'vertical',
110
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
111
+ pins: pins_1.BHOOT_IACO,
112
+ bluetooth: 1,
113
+ iaModel: types_1.IA_MODEL.HANDS,
114
+ },
115
+ {
116
+ id: 58,
117
+ type: 'machineLearning',
118
+ image: 'creabotsMovement.png',
119
+ class: 'robot-ia',
120
+ groupClass: 'robot-ia',
121
+ name: 'Conducción',
122
+ groupImage: 'ai.png',
123
+ groupPath: ['Poses de manos'],
124
+ company: 'Creabots',
125
+ compilerBoard: 'arduino:avr:uno',
126
+ 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"',
127
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
128
+ use1200bpsTouch: false,
129
+ fileExtension: 'hex',
130
+ profile: 'creabotsMovementAi',
131
+ lang: 'Arduino',
132
+ show: 1,
133
+ showOnAula: 0,
134
+ enabled: 1,
135
+ enabledForCode: 0,
136
+ premium: 0,
137
+ toolboxLayout: 'vertical',
138
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
139
+ pins: pins_1.CREABOTS,
140
+ bluetooth: 1,
141
+ iaModel: types_1.IA_MODEL.HANDS,
142
+ },
143
+ {
144
+ id: 66,
145
+ type: 'machineLearning',
146
+ image: 'smart-team-3.png',
147
+ class: 'smart-team-3-cap-1',
148
+ groupClass: 'smart-team',
149
+ name: 'Libro 3',
150
+ groupImage: 'smart-team-3.png',
151
+ groupPath: ['Poses de manos', 'Smart Team'],
152
+ company: 'Smart Team',
153
+ compilerBoard: 'arduino:avr:uno',
154
+ 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"',
155
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
156
+ use1200bpsTouch: false,
157
+ fileExtension: 'hex',
158
+ profile: 'smartTeamLibro3Capitulo1Ai',
159
+ lang: 'Arduino',
160
+ show: 1,
161
+ showOnAula: 1,
162
+ enabled: 1,
163
+ enabledForCode: 0,
164
+ premium: 0,
165
+ toolboxLayout: 'vertical',
166
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
167
+ pins: pins_1.BHOOT,
168
+ bluetooth: 1,
169
+ iaModel: types_1.IA_MODEL.HANDS,
170
+ },
171
+ {
172
+ id: 67,
173
+ type: 'machineLearning',
174
+ image: 'smart-team-4.png',
175
+ class: 'smart-team-4-cap-1',
176
+ groupClass: 'smart-team',
177
+ name: 'Libro 4',
178
+ groupImage: 'smart-team-3.png',
179
+ groupPath: ['Poses de manos', 'Smart Team'],
180
+ company: 'Smart Team',
181
+ compilerBoard: 'arduino:avr:uno',
182
+ 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"',
183
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
184
+ use1200bpsTouch: false,
185
+ fileExtension: 'hex',
186
+ profile: 'smartTeamLibro4Capitulo1Ai',
187
+ lang: 'Arduino',
188
+ show: 1,
189
+ showOnAula: 1,
190
+ enabled: 1,
191
+ enabledForCode: 0,
192
+ premium: 0,
193
+ toolboxLayout: 'vertical',
194
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
195
+ pins: pins_1.BHOOT,
196
+ bluetooth: 1,
197
+ iaModel: types_1.IA_MODEL.HANDS,
198
+ },
199
+ {
200
+ id: 68,
201
+ type: 'machineLearning',
202
+ image: 'smart-team-5.png',
203
+ class: 'smart-team-5-cap-1',
204
+ groupClass: 'smart-team',
205
+ name: 'Libro 5',
206
+ groupImage: 'smart-team-3.png',
207
+ groupPath: ['Poses de manos', 'Smart Team'],
208
+ company: 'Smart Team',
209
+ compilerBoard: 'arduino:avr:uno',
210
+ 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"',
211
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
212
+ use1200bpsTouch: false,
213
+ fileExtension: 'hex',
214
+ profile: 'smartTeamLibro5Capitulo1Ai',
215
+ lang: 'Arduino',
216
+ show: 1,
217
+ showOnAula: 1,
218
+ enabled: 1,
219
+ enabledForCode: 0,
220
+ premium: 0,
221
+ toolboxLayout: 'vertical',
222
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
223
+ pins: pins_1.BHOOT,
224
+ bluetooth: 1,
225
+ iaModel: types_1.IA_MODEL.HANDS,
226
+ },
227
+ {
228
+ id: 69,
229
+ type: 'machineLearning',
230
+ image: 'smart-team-6.png',
231
+ class: 'smart-team-6-cap-1',
232
+ groupClass: 'smart-team',
233
+ name: 'Libro 6',
234
+ groupImage: 'smart-team-3.png',
235
+ groupPath: ['Poses de manos', 'Smart Team'],
236
+ company: 'Smart Team',
237
+ compilerBoard: 'arduino:avr:uno',
238
+ 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"',
239
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
240
+ use1200bpsTouch: false,
241
+ fileExtension: 'hex',
242
+ profile: 'smartTeamLibro6Capitulo1Ai',
243
+ lang: 'Arduino',
244
+ show: 1,
245
+ showOnAula: 1,
246
+ enabled: 1,
247
+ enabledForCode: 0,
248
+ premium: 0,
249
+ toolboxLayout: 'vertical',
250
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
251
+ pins: pins_1.BHOOT,
252
+ bluetooth: 1,
253
+ iaModel: types_1.IA_MODEL.HANDS,
254
+ },
255
+ {
256
+ id: 70,
257
+ type: 'machineLearning',
258
+ image: 'smart-team-7.png',
259
+ class: 'smart-team-7-cap-1',
260
+ groupClass: 'smart-team',
261
+ name: 'Libro 7',
262
+ groupImage: 'smart-team-3.png',
263
+ groupPath: ['Poses de manos', 'Smart Team'],
264
+ company: 'Smart Team',
265
+ compilerBoard: 'arduino:avr:uno',
266
+ 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"',
267
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
268
+ use1200bpsTouch: false,
269
+ fileExtension: 'hex',
270
+ profile: 'bhootAi',
271
+ lang: 'Arduino',
272
+ show: 1,
273
+ showOnAula: 1,
274
+ enabled: 1,
275
+ enabledForCode: 0,
276
+ premium: 0,
277
+ toolboxLayout: 'vertical',
278
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
279
+ pins: pins_1.BHOOT,
280
+ bluetooth: 1,
281
+ iaModel: types_1.IA_MODEL.HANDS,
282
+ },
283
+ {
284
+ id: 71,
285
+ type: 'machineLearning',
286
+ image: 'smart-team-8.png',
287
+ class: 'smart-team-8-cap-1',
288
+ groupClass: 'smart-team',
289
+ name: 'Libro 8',
290
+ groupImage: 'smart-team-3.png',
291
+ groupPath: ['Poses de manos', 'Smart Team'],
292
+ company: 'Smart Team',
293
+ compilerBoard: 'arduino:avr:uno',
294
+ 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"',
295
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
296
+ use1200bpsTouch: false,
297
+ fileExtension: 'hex',
298
+ profile: 'bhootAi',
299
+ lang: 'Arduino',
300
+ show: 1,
301
+ showOnAula: 1,
302
+ enabled: 1,
303
+ enabledForCode: 0,
304
+ premium: 0,
305
+ toolboxLayout: 'vertical',
306
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
307
+ pins: pins_1.BHOOT,
308
+ bluetooth: 1,
309
+ iaModel: types_1.IA_MODEL.HANDS,
310
+ },
311
+ {
312
+ id: 72,
313
+ type: 'machineLearning',
314
+ image: 'smart-team-9.png',
315
+ class: 'smart-team-9-cap-1',
316
+ groupClass: 'smart-team',
317
+ name: 'Libro 9',
318
+ groupImage: 'smart-team-3.png',
319
+ groupPath: ['Poses de manos', 'Smart Team'],
320
+ company: 'Smart Team',
321
+ compilerBoard: 'arduino:avr:uno',
322
+ 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"',
323
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
324
+ use1200bpsTouch: false,
325
+ fileExtension: 'hex',
326
+ profile: 'bhootAi',
327
+ lang: 'Arduino',
328
+ show: 1,
329
+ showOnAula: 1,
330
+ enabled: 1,
331
+ enabledForCode: 1,
332
+ premium: 0,
333
+ toolboxLayout: 'vertical',
334
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
335
+ pins: pins_1.BHOOT,
336
+ bluetooth: 1,
337
+ iaModel: types_1.IA_MODEL.HANDS,
338
+ },
339
+ // ------------ Image classification ------------ //
340
+ {
341
+ id: 44,
342
+ type: 'machineLearning',
343
+ image: 'bhoot.png',
344
+ class: 'robot-ia',
345
+ groupClass: 'robot-ia',
346
+ name: 'Buty',
347
+ groupImage: 'ai.png',
348
+ groupPath: ['Clasificador de imágenes'],
349
+ company: 'Educabot',
350
+ htmlValue: '',
351
+ compilerBoard: 'arduino:avr:uno',
352
+ 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"',
353
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
354
+ use1200bpsTouch: false,
355
+ fileExtension: 'hex',
356
+ profile: 'bhootAi',
357
+ lang: 'Arduino',
358
+ show: 1,
359
+ showOnAula: 0,
360
+ enabled: 1,
361
+ enabledForCode: 0,
362
+ premium: 0,
363
+ toolboxLayout: 'vertical',
364
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
365
+ pins: pins_1.BHOOT,
366
+ bluetooth: 1,
367
+ iaModel: types_1.IA_MODEL.IMAGES,
368
+ },
369
+ {
370
+ id: 49,
371
+ type: 'machineLearning',
372
+ image: 'iaco.png',
373
+ class: 'robot-ia',
374
+ groupClass: 'robot-ia',
375
+ name: 'IAco',
376
+ groupImage: 'ai.png',
377
+ groupPath: ['Clasificador de imágenes'],
378
+ company: 'Educabot',
379
+ htmlValue: '',
380
+ compilerBoard: 'arduino:avr:uno',
381
+ 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"',
382
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
383
+ use1200bpsTouch: false,
384
+ fileExtension: 'hex',
385
+ profile: 'iacoAi',
386
+ lang: 'Arduino',
387
+ show: 1,
388
+ showOnAula: 0,
389
+ enabled: 1,
390
+ enabledForCode: 0,
391
+ premium: 0,
392
+ toolboxLayout: 'vertical',
393
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
394
+ pins: pins_1.BHOOT_IACO,
395
+ bluetooth: 1,
396
+ iaModel: types_1.IA_MODEL.IMAGES,
397
+ },
398
+ {
399
+ id: 59,
400
+ type: 'machineLearning',
401
+ image: 'creabotsMovement.png',
402
+ class: 'robot-ia',
403
+ groupClass: 'robot-ia',
404
+ name: 'Conducción',
405
+ groupImage: 'ai.png',
406
+ groupPath: ['Clasificador de imágenes'],
407
+ company: 'Creabots',
408
+ compilerBoard: 'arduino:avr:uno',
409
+ 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"',
410
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
411
+ use1200bpsTouch: false,
412
+ fileExtension: 'hex',
413
+ profile: 'creabotsMovementAi',
414
+ lang: 'Arduino',
415
+ show: 1,
416
+ showOnAula: 0,
417
+ enabled: 1,
418
+ enabledForCode: 0,
419
+ premium: 0,
420
+ toolboxLayout: 'vertical',
421
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
422
+ pins: pins_1.CREABOTS,
423
+ bluetooth: 1,
424
+ iaModel: types_1.IA_MODEL.IMAGES,
425
+ },
426
+ {
427
+ id: 73,
428
+ type: 'machineLearning',
429
+ image: 'smart-team-3.png',
430
+ class: 'smart-team-3-cap-1',
431
+ groupClass: 'smart-team',
432
+ name: 'Libro 3',
433
+ groupImage: 'smart-team-3.png',
434
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
435
+ company: 'Smart Team',
436
+ compilerBoard: 'arduino:avr:uno',
437
+ 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"',
438
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
439
+ use1200bpsTouch: false,
440
+ fileExtension: 'hex',
441
+ profile: 'smartTeamLibro3Capitulo1Ai',
442
+ lang: 'Arduino',
443
+ show: 1,
444
+ showOnAula: 1,
445
+ enabled: 1,
446
+ enabledForCode: 0,
447
+ premium: 0,
448
+ toolboxLayout: 'vertical',
449
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
450
+ pins: pins_1.BHOOT,
451
+ bluetooth: 1,
452
+ iaModel: types_1.IA_MODEL.IMAGES,
453
+ },
454
+ {
455
+ id: 74,
456
+ type: 'machineLearning',
457
+ image: 'smart-team-4.png',
458
+ class: 'smart-team-4-cap-1',
459
+ groupClass: 'smart-team',
460
+ name: 'Libro 4',
461
+ groupImage: 'smart-team-3.png',
462
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
463
+ company: 'Smart Team',
464
+ compilerBoard: 'arduino:avr:uno',
465
+ 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"',
466
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
467
+ use1200bpsTouch: false,
468
+ fileExtension: 'hex',
469
+ profile: 'smartTeamLibro4Capitulo1Ai',
470
+ lang: 'Arduino',
471
+ show: 1,
472
+ showOnAula: 1,
473
+ enabled: 1,
474
+ enabledForCode: 0,
475
+ premium: 0,
476
+ toolboxLayout: 'vertical',
477
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
478
+ pins: pins_1.BHOOT,
479
+ bluetooth: 1,
480
+ iaModel: types_1.IA_MODEL.IMAGES,
481
+ },
482
+ {
483
+ id: 75,
484
+ type: 'machineLearning',
485
+ image: 'smart-team-5.png',
486
+ class: 'smart-team-5-cap-1',
487
+ groupClass: 'smart-team',
488
+ name: 'Libro 5',
489
+ groupImage: 'smart-team-3.png',
490
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
491
+ company: 'Smart Team',
492
+ compilerBoard: 'arduino:avr:uno',
493
+ 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"',
494
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
495
+ use1200bpsTouch: false,
496
+ fileExtension: 'hex',
497
+ profile: 'smartTeamLibro5Capitulo1Ai',
498
+ lang: 'Arduino',
499
+ show: 1,
500
+ showOnAula: 1,
501
+ enabled: 1,
502
+ enabledForCode: 0,
503
+ premium: 0,
504
+ toolboxLayout: 'vertical',
505
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
506
+ pins: pins_1.BHOOT,
507
+ bluetooth: 1,
508
+ iaModel: types_1.IA_MODEL.IMAGES,
509
+ },
510
+ {
511
+ id: 76,
512
+ type: 'machineLearning',
513
+ image: 'smart-team-6.png',
514
+ class: 'smart-team-6-cap-1',
515
+ groupClass: 'smart-team',
516
+ name: 'Libro 6',
517
+ groupImage: 'smart-team-3.png',
518
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
519
+ company: 'Smart Team',
520
+ compilerBoard: 'arduino:avr:uno',
521
+ 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"',
522
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
523
+ use1200bpsTouch: false,
524
+ fileExtension: 'hex',
525
+ profile: 'smartTeamLibro6Capitulo1Ai',
526
+ lang: 'Arduino',
527
+ show: 1,
528
+ showOnAula: 1,
529
+ enabled: 1,
530
+ enabledForCode: 0,
531
+ premium: 0,
532
+ toolboxLayout: 'vertical',
533
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
534
+ pins: pins_1.BHOOT,
535
+ bluetooth: 1,
536
+ iaModel: types_1.IA_MODEL.IMAGES,
537
+ },
538
+ {
539
+ id: 77,
540
+ type: 'machineLearning',
541
+ image: 'smart-team-7.png',
542
+ class: 'smart-team-7-cap-1',
543
+ groupClass: 'smart-team',
544
+ name: 'Libro 7',
545
+ groupImage: 'smart-team-3.png',
546
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
547
+ company: 'Smart Team',
548
+ compilerBoard: 'arduino:avr:uno',
549
+ 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"',
550
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
551
+ use1200bpsTouch: false,
552
+ fileExtension: 'hex',
553
+ profile: 'bhootAi',
554
+ lang: 'Arduino',
555
+ show: 1,
556
+ showOnAula: 1,
557
+ enabled: 1,
558
+ enabledForCode: 0,
559
+ premium: 0,
560
+ toolboxLayout: 'vertical',
561
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
562
+ pins: pins_1.BHOOT,
563
+ bluetooth: 1,
564
+ iaModel: types_1.IA_MODEL.IMAGES,
565
+ },
566
+ {
567
+ id: 78,
568
+ type: 'machineLearning',
569
+ image: 'smart-team-8.png',
570
+ class: 'smart-team-8-cap-1',
571
+ groupClass: 'smart-team',
572
+ name: 'Libro 8',
573
+ groupImage: 'smart-team-3.png',
574
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
575
+ company: 'Smart Team',
576
+ compilerBoard: 'arduino:avr:uno',
577
+ 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"',
578
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
579
+ use1200bpsTouch: false,
580
+ fileExtension: 'hex',
581
+ profile: 'bhootAi',
582
+ lang: 'Arduino',
583
+ show: 1,
584
+ showOnAula: 1,
585
+ enabled: 1,
586
+ enabledForCode: 0,
587
+ premium: 0,
588
+ toolboxLayout: 'vertical',
589
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
590
+ pins: pins_1.BHOOT,
591
+ bluetooth: 1,
592
+ iaModel: types_1.IA_MODEL.IMAGES,
593
+ },
594
+ {
595
+ id: 79,
596
+ type: 'machineLearning',
597
+ image: 'smart-team-9.png',
598
+ class: 'smart-team-9-cap-1',
599
+ groupClass: 'smart-team',
600
+ name: 'Libro 9',
601
+ groupImage: 'smart-team-3.png',
602
+ groupPath: ['Clasificador de imágenes', 'Smart Team'],
603
+ company: 'Smart Team',
604
+ compilerBoard: 'arduino:avr:uno',
605
+ 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"',
606
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
607
+ use1200bpsTouch: false,
608
+ fileExtension: 'hex',
609
+ profile: 'bhootAi',
610
+ lang: 'Arduino',
611
+ show: 1,
612
+ showOnAula: 1,
613
+ enabled: 1,
614
+ enabledForCode: 1,
615
+ premium: 0,
616
+ toolboxLayout: 'vertical',
617
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
618
+ pins: pins_1.BHOOT,
619
+ bluetooth: 1,
620
+ iaModel: types_1.IA_MODEL.IMAGES,
621
+ },
622
+ // ------------ Objects Detection ------------ //
623
+ {
624
+ id: 45,
625
+ type: 'machineLearning',
626
+ image: 'bhoot.png',
627
+ class: 'robot-ia',
628
+ groupClass: 'robot-ia',
629
+ name: 'Buty',
630
+ groupImage: 'ai.png',
631
+ groupPath: ['Detección de objetos'],
632
+ company: 'Educabot',
633
+ htmlValue: '',
634
+ compilerBoard: 'arduino:avr:uno',
635
+ 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"',
636
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
637
+ use1200bpsTouch: false,
638
+ fileExtension: 'hex',
639
+ profile: 'bhootAi',
640
+ lang: 'Arduino',
641
+ show: 0,
642
+ showOnAula: 0,
643
+ enabled: 1,
644
+ enabledForCode: 0,
645
+ premium: 0,
646
+ toolboxLayout: 'vertical',
647
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
648
+ pins: pins_1.BHOOT,
649
+ bluetooth: 1,
650
+ iaModel: types_1.IA_MODEL.OBJECTS,
651
+ },
652
+ {
653
+ id: 50,
654
+ type: 'machineLearning',
655
+ image: 'iaco.png',
656
+ class: 'robot-ia',
657
+ groupClass: 'robot-ia',
658
+ name: 'IAco',
659
+ groupImage: 'ai.png',
660
+ groupPath: ['Detección de objetos'],
661
+ company: 'Educabot',
662
+ htmlValue: '',
663
+ compilerBoard: 'arduino:avr:uno',
664
+ 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"',
665
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
666
+ use1200bpsTouch: false,
667
+ fileExtension: 'hex',
668
+ profile: 'iacoAi',
669
+ lang: 'Arduino',
670
+ show: 0,
671
+ showOnAula: 0,
672
+ enabled: 1,
673
+ enabledForCode: 0,
674
+ premium: 0,
675
+ toolboxLayout: 'vertical',
676
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
677
+ pins: pins_1.BHOOT_IACO,
678
+ bluetooth: 1,
679
+ iaModel: types_1.IA_MODEL.OBJECTS,
680
+ },
681
+ {
682
+ id: 60,
683
+ type: 'machineLearning',
684
+ image: 'creabotsMovement.png',
685
+ class: 'robot-ia',
686
+ groupClass: 'robot-ia',
687
+ name: 'Conducción',
688
+ groupImage: 'ai.png',
689
+ groupPath: ['Detección de objetos'],
690
+ company: 'Creabots',
691
+ compilerBoard: 'arduino:avr:uno',
692
+ 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"',
693
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
694
+ use1200bpsTouch: false,
695
+ fileExtension: 'hex',
696
+ profile: 'creabotsMovementAi',
697
+ lang: 'Arduino',
698
+ show: 0,
699
+ showOnAula: 0,
700
+ enabled: 1,
701
+ enabledForCode: 0,
702
+ premium: 0,
703
+ toolboxLayout: 'vertical',
704
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
705
+ pins: pins_1.CREABOTS,
706
+ bluetooth: 1,
707
+ iaModel: types_1.IA_MODEL.OBJECTS,
708
+ },
709
+ // ------------ Sounds classification ------------ //
710
+ {
711
+ id: 47,
712
+ type: 'machineLearning',
713
+ image: 'bhoot.png',
714
+ class: 'robot-ia',
715
+ groupClass: 'robot-ia',
716
+ name: 'Buty',
717
+ groupImage: 'ai.png',
718
+ groupPath: ['Clasificador de sonidos'],
719
+ company: 'Educabot',
720
+ htmlValue: '',
721
+ compilerBoard: 'arduino:avr:uno',
722
+ 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"',
723
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
724
+ use1200bpsTouch: false,
725
+ fileExtension: 'hex',
726
+ profile: 'bhootAi',
727
+ lang: 'Arduino',
728
+ show: 1,
729
+ showOnAula: 0,
730
+ enabled: 1,
731
+ enabledForCode: 0,
732
+ premium: 0,
733
+ toolboxLayout: 'vertical',
734
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
735
+ pins: pins_1.BHOOT,
736
+ bluetooth: 1,
737
+ iaModel: types_1.IA_MODEL.SOUNDS,
738
+ },
739
+ {
740
+ id: 51,
741
+ type: 'machineLearning',
742
+ image: 'iaco.png',
743
+ class: 'robot-ia',
744
+ groupClass: 'robot-ia',
745
+ name: 'IAco',
746
+ groupImage: 'ai.png',
747
+ groupPath: ['Clasificador de sonidos'],
748
+ company: 'Educabot',
749
+ htmlValue: '',
750
+ compilerBoard: 'arduino:avr:uno',
751
+ 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"',
752
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
753
+ use1200bpsTouch: false,
754
+ fileExtension: 'hex',
755
+ profile: 'iacoAi',
756
+ lang: 'Arduino',
757
+ show: 1,
758
+ showOnAula: 0,
759
+ enabled: 1,
760
+ enabledForCode: 0,
761
+ premium: 0,
762
+ toolboxLayout: 'vertical',
763
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
764
+ pins: pins_1.BHOOT_IACO,
765
+ bluetooth: 1,
766
+ iaModel: types_1.IA_MODEL.SOUNDS,
767
+ },
768
+ {
769
+ id: 61,
770
+ type: 'machineLearning',
771
+ image: 'creabotsMovement.png',
772
+ class: 'robot-ia',
773
+ groupClass: 'robot-ia',
774
+ name: 'Conducción',
775
+ groupImage: 'ai.png',
776
+ groupPath: ['Clasificador de sonidos'],
777
+ company: 'Creabots',
778
+ compilerBoard: 'arduino:avr:uno',
779
+ 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"',
780
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
781
+ use1200bpsTouch: false,
782
+ fileExtension: 'hex',
783
+ profile: 'creabotsMovementAi',
784
+ lang: 'Arduino',
785
+ show: 1,
786
+ showOnAula: 0,
787
+ enabled: 1,
788
+ enabledForCode: 0,
789
+ premium: 0,
790
+ toolboxLayout: 'vertical',
791
+ elementType: types_1.BOARD_ITEM_TYPE.MODEL,
792
+ pins: pins_1.CREABOTS,
793
+ bluetooth: 1,
794
+ iaModel: types_1.IA_MODEL.SOUNDS,
795
+ },
796
+ {
797
+ id: 80,
798
+ type: 'machineLearning',
799
+ image: 'smart-team-3.png',
800
+ class: 'smart-team-3-cap-1',
801
+ groupClass: 'smart-team',
802
+ name: 'Libro 3',
803
+ groupImage: 'smart-team-3.png',
804
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
805
+ company: 'Smart Team',
806
+ compilerBoard: 'arduino:avr:uno',
807
+ 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"',
808
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
809
+ use1200bpsTouch: false,
810
+ fileExtension: 'hex',
811
+ profile: 'smartTeamLibro3Capitulo1Ai',
812
+ lang: 'Arduino',
813
+ show: 1,
814
+ showOnAula: 1,
815
+ enabled: 1,
816
+ enabledForCode: 0,
817
+ premium: 0,
818
+ toolboxLayout: 'vertical',
819
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
820
+ pins: pins_1.BHOOT,
821
+ bluetooth: 1,
822
+ iaModel: types_1.IA_MODEL.SOUNDS,
823
+ },
824
+ {
825
+ id: 81,
826
+ type: 'machineLearning',
827
+ image: 'smart-team-4.png',
828
+ class: 'smart-team-4-cap-1',
829
+ groupClass: 'smart-team',
830
+ name: 'Libro 4',
831
+ groupImage: 'smart-team-3.png',
832
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
833
+ company: 'Smart Team',
834
+ compilerBoard: 'arduino:avr:uno',
835
+ 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"',
836
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
837
+ use1200bpsTouch: false,
838
+ fileExtension: 'hex',
839
+ profile: 'smartTeamLibro4Capitulo1Ai',
840
+ lang: 'Arduino',
841
+ show: 1,
842
+ showOnAula: 1,
843
+ enabled: 1,
844
+ enabledForCode: 0,
845
+ premium: 0,
846
+ toolboxLayout: 'vertical',
847
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
848
+ pins: pins_1.BHOOT,
849
+ bluetooth: 1,
850
+ iaModel: types_1.IA_MODEL.SOUNDS,
851
+ },
852
+ {
853
+ id: 82,
854
+ type: 'machineLearning',
855
+ image: 'smart-team-5.png',
856
+ class: 'smart-team-5-cap-1',
857
+ groupClass: 'smart-team',
858
+ name: 'Libro 5',
859
+ groupImage: 'smart-team-3.png',
860
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
861
+ company: 'Smart Team',
862
+ compilerBoard: 'arduino:avr:uno',
863
+ 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"',
864
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
865
+ use1200bpsTouch: false,
866
+ fileExtension: 'hex',
867
+ profile: 'smartTeamLibro5Capitulo1Ai',
868
+ lang: 'Arduino',
869
+ show: 1,
870
+ showOnAula: 1,
871
+ enabled: 1,
872
+ enabledForCode: 0,
873
+ premium: 0,
874
+ toolboxLayout: 'vertical',
875
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
876
+ pins: pins_1.BHOOT,
877
+ bluetooth: 1,
878
+ iaModel: types_1.IA_MODEL.SOUNDS,
879
+ },
880
+ {
881
+ id: 83,
882
+ type: 'machineLearning',
883
+ image: 'smart-team-6.png',
884
+ class: 'smart-team-6-cap-1',
885
+ groupClass: 'smart-team',
886
+ name: 'Libro 6',
887
+ groupImage: 'smart-team-3.png',
888
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
889
+ company: 'Smart Team',
890
+ compilerBoard: 'arduino:avr:uno',
891
+ 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"',
892
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
893
+ use1200bpsTouch: false,
894
+ fileExtension: 'hex',
895
+ profile: 'smartTeamLibro6Capitulo1Ai',
896
+ lang: 'Arduino',
897
+ show: 1,
898
+ showOnAula: 1,
899
+ enabled: 1,
900
+ enabledForCode: 0,
901
+ premium: 0,
902
+ toolboxLayout: 'vertical',
903
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
904
+ pins: pins_1.BHOOT,
905
+ bluetooth: 1,
906
+ iaModel: types_1.IA_MODEL.SOUNDS,
907
+ },
908
+ {
909
+ id: 84,
910
+ type: 'machineLearning',
911
+ image: 'smart-team-7.png',
912
+ class: 'smart-team-7-cap-1',
913
+ groupClass: 'smart-team',
914
+ name: 'Libro 7',
915
+ groupImage: 'smart-team-3.png',
916
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
917
+ company: 'Smart Team',
918
+ compilerBoard: 'arduino:avr:uno',
919
+ 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"',
920
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
921
+ use1200bpsTouch: false,
922
+ fileExtension: 'hex',
923
+ profile: 'bhootAi',
924
+ lang: 'Arduino',
925
+ show: 1,
926
+ showOnAula: 1,
927
+ enabled: 1,
928
+ enabledForCode: 0,
929
+ premium: 0,
930
+ toolboxLayout: 'vertical',
931
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
932
+ pins: pins_1.BHOOT,
933
+ bluetooth: 1,
934
+ iaModel: types_1.IA_MODEL.SOUNDS,
935
+ },
936
+ {
937
+ id: 85,
938
+ type: 'machineLearning',
939
+ image: 'smart-team-8.png',
940
+ class: 'smart-team-8-cap-1',
941
+ groupClass: 'smart-team',
942
+ name: 'Libro 8',
943
+ groupImage: 'smart-team-3.png',
944
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
945
+ company: 'Smart Team',
946
+ compilerBoard: 'arduino:avr:uno',
947
+ 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"',
948
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
949
+ use1200bpsTouch: false,
950
+ fileExtension: 'hex',
951
+ profile: 'bhootAi',
952
+ lang: 'Arduino',
953
+ show: 1,
954
+ showOnAula: 1,
955
+ enabled: 1,
956
+ enabledForCode: 0,
957
+ premium: 0,
958
+ toolboxLayout: 'vertical',
959
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
960
+ pins: pins_1.BHOOT,
961
+ bluetooth: 1,
962
+ iaModel: types_1.IA_MODEL.SOUNDS,
963
+ },
964
+ {
965
+ id: 86,
966
+ type: 'machineLearning',
967
+ image: 'smart-team-9.png',
968
+ class: 'smart-team-9-cap-1',
969
+ groupClass: 'smart-team',
970
+ name: 'Libro 9',
971
+ groupImage: 'smart-team-3.png',
972
+ groupPath: ['Clasificador de sonidos', 'Smart Team'],
973
+ company: 'Smart Team',
974
+ compilerBoard: 'arduino:avr:uno',
975
+ 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"',
976
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
977
+ use1200bpsTouch: false,
978
+ fileExtension: 'hex',
979
+ profile: 'bhootAi',
980
+ lang: 'Arduino',
981
+ show: 1,
982
+ showOnAula: 1,
983
+ enabled: 1,
984
+ enabledForCode: 1,
985
+ premium: 0,
986
+ toolboxLayout: 'vertical',
987
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
988
+ pins: pins_1.BHOOT,
989
+ bluetooth: 1,
990
+ iaModel: types_1.IA_MODEL.SOUNDS,
991
+ },
992
+ // ------------ Text classification ------------ //
993
+ {
994
+ id: 52,
995
+ type: 'machineLearning',
996
+ image: 'bhoot.png',
997
+ class: 'robot-ia',
998
+ groupClass: 'robot-ia',
999
+ name: 'Buty',
1000
+ groupImage: 'ai.png',
1001
+ groupPath: ['Clasificador de textos'],
1002
+ company: 'Educabot',
1003
+ htmlValue: '',
1004
+ compilerBoard: 'arduino:avr:uno',
1005
+ 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"',
1006
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1007
+ use1200bpsTouch: false,
1008
+ fileExtension: 'hex',
1009
+ profile: 'bhootAi',
101
1010
  lang: 'Arduino',
102
1011
  show: 1,
103
1012
  showOnAula: 0,
@@ -108,16 +1017,17 @@ exports.boards = [
108
1017
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
109
1018
  pins: pins_1.BHOOT,
110
1019
  bluetooth: 1,
111
- iaModel: types_1.IA_MODEL.HANDS,
1020
+ iaModel: types_1.IA_MODEL.TEXTS,
112
1021
  },
113
1022
  {
114
- id: 44,
1023
+ id: 53,
115
1024
  type: 'machineLearning',
116
- image: 'bhoot.png',
1025
+ image: 'iaco.png',
117
1026
  class: 'robot-ia',
118
1027
  groupClass: 'robot-ia',
119
- name: 'Buty',
120
- groupName: 'Clasificador de imágenes',
1028
+ name: 'IAco',
1029
+ groupImage: 'ai.png',
1030
+ groupPath: ['Clasificador de textos'],
121
1031
  company: 'Educabot',
122
1032
  htmlValue: '',
123
1033
  compilerBoard: 'arduino:avr:uno',
@@ -125,7 +1035,7 @@ exports.boards = [
125
1035
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
126
1036
  use1200bpsTouch: false,
127
1037
  fileExtension: 'hex',
128
- profile: 'bhootAi',
1038
+ profile: 'iacoAi',
129
1039
  lang: 'Arduino',
130
1040
  show: 1,
131
1041
  showOnAula: 0,
@@ -134,26 +1044,26 @@ exports.boards = [
134
1044
  premium: 0,
135
1045
  toolboxLayout: 'vertical',
136
1046
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
137
- pins: pins_1.BHOOT,
1047
+ pins: pins_1.BHOOT_IACO,
138
1048
  bluetooth: 1,
139
- iaModel: types_1.IA_MODEL.IMAGES,
1049
+ iaModel: types_1.IA_MODEL.TEXTS,
140
1050
  },
141
1051
  {
142
- id: 49,
1052
+ id: 62,
143
1053
  type: 'machineLearning',
144
- image: 'iaco.png',
1054
+ image: 'creabotsMovement.png',
145
1055
  class: 'robot-ia',
146
1056
  groupClass: 'robot-ia',
147
- name: 'IAco',
148
- groupName: 'Clasificador de imágenes',
149
- company: 'Educabot',
150
- htmlValue: '',
1057
+ name: 'Conducción',
1058
+ groupImage: 'ai.png',
1059
+ groupPath: ['Clasificador de textos'],
1060
+ company: 'Creabots',
151
1061
  compilerBoard: 'arduino:avr:uno',
152
1062
  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"',
153
1063
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
154
1064
  use1200bpsTouch: false,
155
1065
  fileExtension: 'hex',
156
- profile: 'iaco',
1066
+ profile: 'creabotsMovementAi',
157
1067
  lang: 'Arduino',
158
1068
  show: 1,
159
1069
  showOnAula: 0,
@@ -162,18 +1072,216 @@ exports.boards = [
162
1072
  premium: 0,
163
1073
  toolboxLayout: 'vertical',
164
1074
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1075
+ pins: pins_1.CREABOTS,
1076
+ bluetooth: 1,
1077
+ iaModel: types_1.IA_MODEL.TEXTS,
1078
+ },
1079
+ {
1080
+ id: 87,
1081
+ type: 'machineLearning',
1082
+ image: 'smart-team-3.png',
1083
+ class: 'smart-team-3-cap-1',
1084
+ groupClass: 'smart-team',
1085
+ name: 'Libro 3',
1086
+ groupImage: 'smart-team-3.png',
1087
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1088
+ company: 'Smart Team',
1089
+ compilerBoard: 'arduino:avr:uno',
1090
+ 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"',
1091
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1092
+ use1200bpsTouch: false,
1093
+ fileExtension: 'hex',
1094
+ profile: 'smartTeamLibro3Capitulo1Ai',
1095
+ lang: 'Arduino',
1096
+ show: 1,
1097
+ showOnAula: 1,
1098
+ enabled: 1,
1099
+ enabledForCode: 0,
1100
+ premium: 0,
1101
+ toolboxLayout: 'vertical',
1102
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
165
1103
  pins: pins_1.BHOOT,
166
1104
  bluetooth: 1,
167
- iaModel: types_1.IA_MODEL.IMAGES,
1105
+ iaModel: types_1.IA_MODEL.TEXTS,
168
1106
  },
169
1107
  {
170
- id: 45,
1108
+ id: 88,
1109
+ type: 'machineLearning',
1110
+ image: 'smart-team-4.png',
1111
+ class: 'smart-team-4-cap-1',
1112
+ groupClass: 'smart-team',
1113
+ name: 'Libro 4',
1114
+ groupImage: 'smart-team-3.png',
1115
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1116
+ company: 'Smart Team',
1117
+ compilerBoard: 'arduino:avr:uno',
1118
+ 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"',
1119
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1120
+ use1200bpsTouch: false,
1121
+ fileExtension: 'hex',
1122
+ profile: 'smartTeamLibro4Capitulo1Ai',
1123
+ lang: 'Arduino',
1124
+ show: 1,
1125
+ showOnAula: 1,
1126
+ enabled: 1,
1127
+ enabledForCode: 0,
1128
+ premium: 0,
1129
+ toolboxLayout: 'vertical',
1130
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1131
+ pins: pins_1.BHOOT,
1132
+ bluetooth: 1,
1133
+ iaModel: types_1.IA_MODEL.TEXTS,
1134
+ },
1135
+ {
1136
+ id: 89,
1137
+ type: 'machineLearning',
1138
+ image: 'smart-team-5.png',
1139
+ class: 'smart-team-5-cap-1',
1140
+ groupClass: 'smart-team',
1141
+ name: 'Libro 5',
1142
+ groupImage: 'smart-team-3.png',
1143
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1144
+ company: 'Smart Team',
1145
+ compilerBoard: 'arduino:avr:uno',
1146
+ 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"',
1147
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1148
+ use1200bpsTouch: false,
1149
+ fileExtension: 'hex',
1150
+ profile: 'smartTeamLibro5Capitulo1Ai',
1151
+ lang: 'Arduino',
1152
+ show: 1,
1153
+ showOnAula: 1,
1154
+ enabled: 1,
1155
+ enabledForCode: 0,
1156
+ premium: 0,
1157
+ toolboxLayout: 'vertical',
1158
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1159
+ pins: pins_1.BHOOT,
1160
+ bluetooth: 1,
1161
+ iaModel: types_1.IA_MODEL.TEXTS,
1162
+ },
1163
+ {
1164
+ id: 90,
1165
+ type: 'machineLearning',
1166
+ image: 'smart-team-6.png',
1167
+ class: 'smart-team-6-cap-1',
1168
+ groupClass: 'smart-team',
1169
+ name: 'Libro 6',
1170
+ groupImage: 'smart-team-3.png',
1171
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1172
+ company: 'Smart Team',
1173
+ compilerBoard: 'arduino:avr:uno',
1174
+ 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"',
1175
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1176
+ use1200bpsTouch: false,
1177
+ fileExtension: 'hex',
1178
+ profile: 'smartTeamLibro6Capitulo1Ai',
1179
+ lang: 'Arduino',
1180
+ show: 1,
1181
+ showOnAula: 1,
1182
+ enabled: 1,
1183
+ enabledForCode: 0,
1184
+ premium: 0,
1185
+ toolboxLayout: 'vertical',
1186
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1187
+ pins: pins_1.BHOOT,
1188
+ bluetooth: 1,
1189
+ iaModel: types_1.IA_MODEL.TEXTS,
1190
+ },
1191
+ {
1192
+ id: 91,
1193
+ type: 'machineLearning',
1194
+ image: 'smart-team-7.png',
1195
+ class: 'smart-team-7-cap-1',
1196
+ groupClass: 'smart-team',
1197
+ name: 'Libro 7',
1198
+ groupImage: 'smart-team-3.png',
1199
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1200
+ company: 'Smart Team',
1201
+ compilerBoard: 'arduino:avr:uno',
1202
+ 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"',
1203
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1204
+ use1200bpsTouch: false,
1205
+ fileExtension: 'hex',
1206
+ profile: 'bhootAi',
1207
+ lang: 'Arduino',
1208
+ show: 1,
1209
+ showOnAula: 1,
1210
+ enabled: 1,
1211
+ enabledForCode: 0,
1212
+ premium: 0,
1213
+ toolboxLayout: 'vertical',
1214
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1215
+ pins: pins_1.BHOOT,
1216
+ bluetooth: 1,
1217
+ iaModel: types_1.IA_MODEL.TEXTS,
1218
+ },
1219
+ {
1220
+ id: 92,
1221
+ type: 'machineLearning',
1222
+ image: 'smart-team-8.png',
1223
+ class: 'smart-team-8-cap-1',
1224
+ groupClass: 'smart-team',
1225
+ name: 'Libro 8',
1226
+ groupImage: 'smart-team-3.png',
1227
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1228
+ company: 'Smart Team',
1229
+ compilerBoard: 'arduino:avr:uno',
1230
+ 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"',
1231
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1232
+ use1200bpsTouch: false,
1233
+ fileExtension: 'hex',
1234
+ profile: 'bhootAi',
1235
+ lang: 'Arduino',
1236
+ show: 1,
1237
+ showOnAula: 1,
1238
+ enabled: 1,
1239
+ enabledForCode: 0,
1240
+ premium: 0,
1241
+ toolboxLayout: 'vertical',
1242
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1243
+ pins: pins_1.BHOOT,
1244
+ bluetooth: 1,
1245
+ iaModel: types_1.IA_MODEL.TEXTS,
1246
+ },
1247
+ {
1248
+ id: 93,
1249
+ type: 'machineLearning',
1250
+ image: 'smart-team-9.png',
1251
+ class: 'smart-team-9-cap-1',
1252
+ groupClass: 'smart-team',
1253
+ name: 'Libro 9',
1254
+ groupImage: 'smart-team-3.png',
1255
+ groupPath: ['Clasificador de textos', 'Smart Team'],
1256
+ company: 'Smart Team',
1257
+ compilerBoard: 'arduino:avr:uno',
1258
+ 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"',
1259
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1260
+ use1200bpsTouch: false,
1261
+ fileExtension: 'hex',
1262
+ profile: 'bhootAi',
1263
+ lang: 'Arduino',
1264
+ show: 1,
1265
+ showOnAula: 1,
1266
+ enabled: 1,
1267
+ enabledForCode: 1,
1268
+ premium: 0,
1269
+ toolboxLayout: 'vertical',
1270
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1271
+ pins: pins_1.BHOOT,
1272
+ bluetooth: 1,
1273
+ iaModel: types_1.IA_MODEL.TEXTS,
1274
+ },
1275
+ // ------------ Body pose detection ------------ //
1276
+ {
1277
+ id: 54,
171
1278
  type: 'machineLearning',
172
1279
  image: 'bhoot.png',
173
1280
  class: 'robot-ia',
174
1281
  groupClass: 'robot-ia',
175
1282
  name: 'Buty',
176
- groupName: 'Detección de objetos',
1283
+ groupImage: 'ai.png',
1284
+ groupPath: ['Poses del cuerpo'],
177
1285
  company: 'Educabot',
178
1286
  htmlValue: '',
179
1287
  compilerBoard: 'arduino:avr:uno',
@@ -183,7 +1291,7 @@ exports.boards = [
183
1291
  fileExtension: 'hex',
184
1292
  profile: 'bhootAi',
185
1293
  lang: 'Arduino',
186
- show: 0,
1294
+ show: 1,
187
1295
  showOnAula: 0,
188
1296
  enabled: 1,
189
1297
  enabledForCode: 0,
@@ -192,16 +1300,17 @@ exports.boards = [
192
1300
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
193
1301
  pins: pins_1.BHOOT,
194
1302
  bluetooth: 1,
195
- iaModel: types_1.IA_MODEL.OBJECTS,
1303
+ iaModel: types_1.IA_MODEL.POSES,
196
1304
  },
197
1305
  {
198
- id: 50,
1306
+ id: 55,
199
1307
  type: 'machineLearning',
200
1308
  image: 'iaco.png',
201
1309
  class: 'robot-ia',
202
1310
  groupClass: 'robot-ia',
203
1311
  name: 'IAco',
204
- groupName: 'Detección de objetos',
1312
+ groupImage: 'ai.png',
1313
+ groupPath: ['Poses del cuerpo'],
205
1314
  company: 'Educabot',
206
1315
  htmlValue: '',
207
1316
  compilerBoard: 'arduino:avr:uno',
@@ -209,35 +1318,35 @@ exports.boards = [
209
1318
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
210
1319
  use1200bpsTouch: false,
211
1320
  fileExtension: 'hex',
212
- profile: 'iaco',
1321
+ profile: 'iacoAi',
213
1322
  lang: 'Arduino',
214
- show: 0,
1323
+ show: 1,
215
1324
  showOnAula: 0,
216
1325
  enabled: 1,
217
1326
  enabledForCode: 0,
218
1327
  premium: 0,
219
1328
  toolboxLayout: 'vertical',
220
1329
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
221
- pins: pins_1.BHOOT,
1330
+ pins: pins_1.BHOOT_IACO,
222
1331
  bluetooth: 1,
223
- iaModel: types_1.IA_MODEL.OBJECTS,
1332
+ iaModel: types_1.IA_MODEL.POSES,
224
1333
  },
225
1334
  {
226
- id: 47,
1335
+ id: 63,
227
1336
  type: 'machineLearning',
228
- image: 'bhoot.png',
1337
+ image: 'creabotsMovement.png',
229
1338
  class: 'robot-ia',
230
1339
  groupClass: 'robot-ia',
231
- name: 'Buty',
232
- groupName: 'Clasificador de sonidos',
233
- company: 'Educabot',
234
- htmlValue: '',
1340
+ name: 'Conducción',
1341
+ groupImage: 'ai.png',
1342
+ groupPath: ['Poses del cuerpo'],
1343
+ company: 'Creabots',
235
1344
  compilerBoard: 'arduino:avr:uno',
236
1345
  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"',
237
1346
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
238
1347
  use1200bpsTouch: false,
239
1348
  fileExtension: 'hex',
240
- profile: 'bhootAi',
1349
+ profile: 'creabotsMovementAi',
241
1350
  lang: 'Arduino',
242
1351
  show: 1,
243
1352
  showOnAula: 0,
@@ -246,104 +1355,160 @@ exports.boards = [
246
1355
  premium: 0,
247
1356
  toolboxLayout: 'vertical',
248
1357
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1358
+ pins: pins_1.CREABOTS,
1359
+ bluetooth: 1,
1360
+ iaModel: types_1.IA_MODEL.POSES,
1361
+ },
1362
+ {
1363
+ id: 94,
1364
+ type: 'machineLearning',
1365
+ image: 'smart-team-3.png',
1366
+ class: 'smart-team-3-cap-1',
1367
+ groupClass: 'smart-team',
1368
+ name: 'Libro 3',
1369
+ groupImage: 'smart-team-3.png',
1370
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1371
+ company: 'Smart Team',
1372
+ compilerBoard: 'arduino:avr:uno',
1373
+ 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"',
1374
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1375
+ use1200bpsTouch: false,
1376
+ fileExtension: 'hex',
1377
+ profile: 'smartTeamLibro3Capitulo1Ai',
1378
+ lang: 'Arduino',
1379
+ show: 1,
1380
+ showOnAula: 1,
1381
+ enabled: 1,
1382
+ enabledForCode: 0,
1383
+ premium: 0,
1384
+ toolboxLayout: 'vertical',
1385
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
249
1386
  pins: pins_1.BHOOT,
250
1387
  bluetooth: 1,
251
- iaModel: types_1.IA_MODEL.SOUNDS,
1388
+ iaModel: types_1.IA_MODEL.POSES,
1389
+ },
1390
+ {
1391
+ id: 95,
1392
+ type: 'machineLearning',
1393
+ image: 'smart-team-4.png',
1394
+ class: 'smart-team-4-cap-1',
1395
+ groupClass: 'smart-team',
1396
+ name: 'Libro 4',
1397
+ groupImage: 'smart-team-3.png',
1398
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1399
+ company: 'Smart Team',
1400
+ compilerBoard: 'arduino:avr:uno',
1401
+ 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"',
1402
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1403
+ use1200bpsTouch: false,
1404
+ fileExtension: 'hex',
1405
+ profile: 'smartTeamLibro4Capitulo1Ai',
1406
+ lang: 'Arduino',
1407
+ show: 1,
1408
+ showOnAula: 1,
1409
+ enabled: 1,
1410
+ enabledForCode: 0,
1411
+ premium: 0,
1412
+ toolboxLayout: 'vertical',
1413
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1414
+ pins: pins_1.BHOOT,
1415
+ bluetooth: 1,
1416
+ iaModel: types_1.IA_MODEL.POSES,
252
1417
  },
253
1418
  {
254
- id: 51,
1419
+ id: 96,
255
1420
  type: 'machineLearning',
256
- image: 'iaco.png',
257
- class: 'robot-ia',
258
- groupClass: 'robot-ia',
259
- name: 'IAco',
260
- groupName: 'Clasificador de sonidos',
261
- company: 'Educabot',
262
- htmlValue: '',
1421
+ image: 'smart-team-5.png',
1422
+ class: 'smart-team-5-cap-1',
1423
+ groupClass: 'smart-team',
1424
+ name: 'Libro 5',
1425
+ groupImage: 'smart-team-3.png',
1426
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1427
+ company: 'Smart Team',
263
1428
  compilerBoard: 'arduino:avr:uno',
264
1429
  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"',
265
1430
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
266
1431
  use1200bpsTouch: false,
267
1432
  fileExtension: 'hex',
268
- profile: 'iaco',
1433
+ profile: 'smartTeamLibro5Capitulo1Ai',
269
1434
  lang: 'Arduino',
270
1435
  show: 1,
271
- showOnAula: 0,
1436
+ showOnAula: 1,
272
1437
  enabled: 1,
273
1438
  enabledForCode: 0,
274
1439
  premium: 0,
275
1440
  toolboxLayout: 'vertical',
276
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1441
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
277
1442
  pins: pins_1.BHOOT,
278
1443
  bluetooth: 1,
279
- iaModel: types_1.IA_MODEL.SOUNDS,
1444
+ iaModel: types_1.IA_MODEL.POSES,
280
1445
  },
281
1446
  {
282
- id: 52,
1447
+ id: 97,
283
1448
  type: 'machineLearning',
284
- image: 'bhoot.png',
285
- class: 'robot-ia',
286
- groupClass: 'robot-ia',
287
- name: 'Buty',
288
- groupName: 'Clasificador de textos',
289
- company: 'Educabot',
290
- htmlValue: '',
1449
+ image: 'smart-team-6.png',
1450
+ class: 'smart-team-6-cap-1',
1451
+ groupClass: 'smart-team',
1452
+ name: 'Libro 6',
1453
+ groupImage: 'smart-team-3.png',
1454
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1455
+ company: 'Smart Team',
291
1456
  compilerBoard: 'arduino:avr:uno',
292
1457
  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"',
293
1458
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
294
1459
  use1200bpsTouch: false,
295
1460
  fileExtension: 'hex',
296
- profile: 'bhootAi',
1461
+ profile: 'smartTeamLibro6Capitulo1Ai',
297
1462
  lang: 'Arduino',
298
1463
  show: 1,
299
- showOnAula: 0,
1464
+ showOnAula: 1,
300
1465
  enabled: 1,
301
1466
  enabledForCode: 0,
302
1467
  premium: 0,
303
1468
  toolboxLayout: 'vertical',
304
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1469
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
305
1470
  pins: pins_1.BHOOT,
306
1471
  bluetooth: 1,
307
- iaModel: types_1.IA_MODEL.TEXTS,
1472
+ iaModel: types_1.IA_MODEL.POSES,
308
1473
  },
309
1474
  {
310
- id: 53,
1475
+ id: 98,
311
1476
  type: 'machineLearning',
312
- image: 'iaco.png',
313
- class: 'robot-ia',
314
- groupClass: 'robot-ia',
315
- name: 'IAco',
316
- groupName: 'Clasificador de textos',
317
- company: 'Educabot',
318
- htmlValue: '',
1477
+ image: 'smart-team-7.png',
1478
+ class: 'smart-team-7-cap-1',
1479
+ groupClass: 'smart-team',
1480
+ name: 'Libro 7',
1481
+ groupImage: 'smart-team-3.png',
1482
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1483
+ company: 'Smart Team',
319
1484
  compilerBoard: 'arduino:avr:uno',
320
1485
  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"',
321
1486
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
322
1487
  use1200bpsTouch: false,
323
1488
  fileExtension: 'hex',
324
- profile: 'iaco',
1489
+ profile: 'bhootAi',
325
1490
  lang: 'Arduino',
326
1491
  show: 1,
327
- showOnAula: 0,
1492
+ showOnAula: 1,
328
1493
  enabled: 1,
329
1494
  enabledForCode: 0,
330
1495
  premium: 0,
331
1496
  toolboxLayout: 'vertical',
332
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1497
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
333
1498
  pins: pins_1.BHOOT,
334
1499
  bluetooth: 1,
335
- iaModel: types_1.IA_MODEL.TEXTS,
1500
+ iaModel: types_1.IA_MODEL.POSES,
336
1501
  },
337
1502
  {
338
- id: 54,
1503
+ id: 200,
339
1504
  type: 'machineLearning',
340
- image: 'bhoot.png',
341
- class: 'robot-ia',
342
- groupClass: 'robot-ia',
343
- name: 'Buty',
344
- groupName: 'Poses del cuerpo',
345
- company: 'Educabot',
346
- htmlValue: '',
1505
+ image: 'smart-team-8.png',
1506
+ class: 'smart-team-8-cap-1',
1507
+ groupClass: 'smart-team',
1508
+ name: 'Libro 8',
1509
+ groupImage: 'smart-team-3.png',
1510
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1511
+ company: 'Smart Team',
347
1512
  compilerBoard: 'arduino:avr:uno',
348
1513
  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"',
349
1514
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
@@ -352,44 +1517,45 @@ exports.boards = [
352
1517
  profile: 'bhootAi',
353
1518
  lang: 'Arduino',
354
1519
  show: 1,
355
- showOnAula: 0,
1520
+ showOnAula: 1,
356
1521
  enabled: 1,
357
1522
  enabledForCode: 0,
358
1523
  premium: 0,
359
1524
  toolboxLayout: 'vertical',
360
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1525
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
361
1526
  pins: pins_1.BHOOT,
362
1527
  bluetooth: 1,
363
1528
  iaModel: types_1.IA_MODEL.POSES,
364
1529
  },
365
1530
  {
366
- id: 55,
1531
+ id: 201,
367
1532
  type: 'machineLearning',
368
- image: 'iaco.png',
369
- class: 'robot-ia',
370
- groupClass: 'robot-ia',
371
- name: 'IAco',
372
- groupName: 'Poses del cuerpo',
373
- company: 'Educabot',
374
- htmlValue: '',
1533
+ image: 'smart-team-9.png',
1534
+ class: 'smart-team-9-cap-1',
1535
+ groupClass: 'smart-team',
1536
+ name: 'Libro 9',
1537
+ groupImage: 'smart-team-3.png',
1538
+ groupPath: ['Poses del cuerpo', 'Smart Team'],
1539
+ company: 'Smart Team',
375
1540
  compilerBoard: 'arduino:avr:uno',
376
1541
  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"',
377
1542
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
378
1543
  use1200bpsTouch: false,
379
1544
  fileExtension: 'hex',
380
- profile: 'iaco',
1545
+ profile: 'bhootAi',
381
1546
  lang: 'Arduino',
382
1547
  show: 1,
383
- showOnAula: 0,
1548
+ showOnAula: 1,
384
1549
  enabled: 1,
385
- enabledForCode: 0,
1550
+ enabledForCode: 1,
386
1551
  premium: 0,
387
1552
  toolboxLayout: 'vertical',
388
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
1553
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
389
1554
  pins: pins_1.BHOOT,
390
1555
  bluetooth: 1,
391
1556
  iaModel: types_1.IA_MODEL.POSES,
392
1557
  },
1558
+ // ------------ Face gestures detection ------------ //
393
1559
  {
394
1560
  id: 56,
395
1561
  type: 'machineLearning',
@@ -397,7 +1563,8 @@ exports.boards = [
397
1563
  class: 'robot-ia',
398
1564
  groupClass: 'robot-ia',
399
1565
  name: 'Buty',
400
- groupName: 'Gestos de la cara',
1566
+ groupImage: 'ai.png',
1567
+ groupPath: ['Gestos de la cara'],
401
1568
  company: 'Educabot',
402
1569
  htmlValue: '',
403
1570
  compilerBoard: 'arduino:avr:uno',
@@ -425,7 +1592,8 @@ exports.boards = [
425
1592
  class: 'robot-ia',
426
1593
  groupClass: 'robot-ia',
427
1594
  name: 'IAco',
428
- groupName: 'Gestos de la cara',
1595
+ groupImage: 'ai.png',
1596
+ groupPath: ['Gestos de la cara'],
429
1597
  company: 'Educabot',
430
1598
  htmlValue: '',
431
1599
  compilerBoard: 'arduino:avr:uno',
@@ -433,7 +1601,7 @@ exports.boards = [
433
1601
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
434
1602
  use1200bpsTouch: false,
435
1603
  fileExtension: 'hex',
436
- profile: 'iaco',
1604
+ profile: 'iacoAi',
437
1605
  lang: 'Arduino',
438
1606
  show: 1,
439
1607
  showOnAula: 0,
@@ -442,18 +1610,19 @@ exports.boards = [
442
1610
  premium: 0,
443
1611
  toolboxLayout: 'vertical',
444
1612
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
445
- pins: pins_1.BHOOT,
1613
+ pins: pins_1.BHOOT_IACO,
446
1614
  bluetooth: 1,
447
1615
  iaModel: types_1.IA_MODEL.FACES,
448
1616
  },
449
1617
  {
450
- id: 58,
1618
+ id: 64,
451
1619
  type: 'machineLearning',
452
1620
  image: 'creabotsMovement.png',
453
1621
  class: 'robot-ia',
454
1622
  groupClass: 'robot-ia',
455
1623
  name: 'Conducción',
456
- groupName: 'Poses de manos',
1624
+ groupImage: 'ai.png',
1625
+ groupPath: ['Gestos de la cara'],
457
1626
  company: 'Creabots',
458
1627
  compilerBoard: 'arduino:avr:uno',
459
1628
  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"',
@@ -471,177 +1640,211 @@ exports.boards = [
471
1640
  elementType: types_1.BOARD_ITEM_TYPE.MODEL,
472
1641
  pins: pins_1.CREABOTS,
473
1642
  bluetooth: 1,
474
- iaModel: types_1.IA_MODEL.HANDS,
1643
+ iaModel: types_1.IA_MODEL.FACES,
475
1644
  },
476
1645
  {
477
- id: 59,
1646
+ id: 202,
478
1647
  type: 'machineLearning',
479
- image: 'creabotsMovement.png',
480
- class: 'robot-ia',
481
- groupClass: 'robot-ia',
482
- name: 'Conducción',
483
- groupName: 'Clasificador de imágenes',
484
- company: 'Creabots',
1648
+ image: 'smart-team-3.png',
1649
+ class: 'smart-team-3-cap-1',
1650
+ groupClass: 'smart-team',
1651
+ name: 'Libro 3',
1652
+ groupImage: 'smart-team-3.png',
1653
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1654
+ company: 'Smart Team',
485
1655
  compilerBoard: 'arduino:avr:uno',
486
1656
  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"',
487
1657
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
488
1658
  use1200bpsTouch: false,
489
1659
  fileExtension: 'hex',
490
- profile: 'creabotsMovementAi',
1660
+ profile: 'smartTeamLibro3Capitulo1Ai',
491
1661
  lang: 'Arduino',
492
1662
  show: 1,
493
- showOnAula: 0,
1663
+ showOnAula: 1,
494
1664
  enabled: 1,
495
1665
  enabledForCode: 0,
496
1666
  premium: 0,
497
1667
  toolboxLayout: 'vertical',
498
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
499
- pins: pins_1.CREABOTS,
1668
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1669
+ pins: pins_1.BHOOT,
500
1670
  bluetooth: 1,
501
- iaModel: types_1.IA_MODEL.IMAGES,
1671
+ iaModel: types_1.IA_MODEL.FACES,
502
1672
  },
503
1673
  {
504
- id: 60,
1674
+ id: 203,
505
1675
  type: 'machineLearning',
506
- image: 'creabotsMovement.png',
507
- class: 'robot-ia',
508
- groupClass: 'robot-ia',
509
- name: 'Conducción',
510
- groupName: 'Detección de objetos',
511
- company: 'Creabots',
1676
+ image: 'smart-team-4.png',
1677
+ class: 'smart-team-4-cap-1',
1678
+ groupClass: 'smart-team',
1679
+ name: 'Libro 4',
1680
+ groupImage: 'smart-team-3.png',
1681
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1682
+ company: 'Smart Team',
512
1683
  compilerBoard: 'arduino:avr:uno',
513
1684
  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"',
514
1685
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
515
1686
  use1200bpsTouch: false,
516
1687
  fileExtension: 'hex',
517
- profile: 'creabotsMovementAi',
1688
+ profile: 'smartTeamLibro4Capitulo1Ai',
518
1689
  lang: 'Arduino',
519
- show: 0,
520
- showOnAula: 0,
1690
+ show: 1,
1691
+ showOnAula: 1,
521
1692
  enabled: 1,
522
1693
  enabledForCode: 0,
523
1694
  premium: 0,
524
1695
  toolboxLayout: 'vertical',
525
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
526
- pins: pins_1.CREABOTS,
1696
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1697
+ pins: pins_1.BHOOT,
527
1698
  bluetooth: 1,
528
- iaModel: types_1.IA_MODEL.OBJECTS,
1699
+ iaModel: types_1.IA_MODEL.FACES,
529
1700
  },
530
1701
  {
531
- id: 61,
1702
+ id: 204,
532
1703
  type: 'machineLearning',
533
- image: 'creabotsMovement.png',
534
- class: 'robot-ia',
535
- groupClass: 'robot-ia',
536
- name: 'Conducción',
537
- groupName: 'Clasificador de sonidos',
538
- company: 'Creabots',
1704
+ image: 'smart-team-5.png',
1705
+ class: 'smart-team-5-cap-1',
1706
+ groupClass: 'smart-team',
1707
+ name: 'Libro 5',
1708
+ groupImage: 'smart-team-3.png',
1709
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1710
+ company: 'Smart Team',
539
1711
  compilerBoard: 'arduino:avr:uno',
540
1712
  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"',
541
1713
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
542
1714
  use1200bpsTouch: false,
543
1715
  fileExtension: 'hex',
544
- profile: 'creabotsMovementAi',
1716
+ profile: 'smartTeamLibro5Capitulo1Ai',
545
1717
  lang: 'Arduino',
546
1718
  show: 1,
547
- showOnAula: 0,
1719
+ showOnAula: 1,
548
1720
  enabled: 1,
549
1721
  enabledForCode: 0,
550
1722
  premium: 0,
551
1723
  toolboxLayout: 'vertical',
552
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
553
- pins: pins_1.CREABOTS,
1724
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1725
+ pins: pins_1.BHOOT,
554
1726
  bluetooth: 1,
555
- iaModel: types_1.IA_MODEL.SOUNDS,
1727
+ iaModel: types_1.IA_MODEL.FACES,
556
1728
  },
557
1729
  {
558
- id: 62,
1730
+ id: 205,
559
1731
  type: 'machineLearning',
560
- image: 'creabotsMovement.png',
561
- class: 'robot-ia',
562
- groupClass: 'robot-ia',
563
- name: 'Conducción',
564
- groupName: 'Clasificador de textos',
565
- company: 'Creabots',
1732
+ image: 'smart-team-6.png',
1733
+ class: 'smart-team-6-cap-1',
1734
+ groupClass: 'smart-team',
1735
+ name: 'Libro 6',
1736
+ groupImage: 'smart-team-3.png',
1737
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1738
+ company: 'Smart Team',
566
1739
  compilerBoard: 'arduino:avr:uno',
567
1740
  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"',
568
1741
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
569
1742
  use1200bpsTouch: false,
570
1743
  fileExtension: 'hex',
571
- profile: 'creabotsMovementAi',
1744
+ profile: 'smartTeamLibro6Capitulo1Ai',
572
1745
  lang: 'Arduino',
573
1746
  show: 1,
574
- showOnAula: 0,
1747
+ showOnAula: 1,
575
1748
  enabled: 1,
576
1749
  enabledForCode: 0,
577
1750
  premium: 0,
578
1751
  toolboxLayout: 'vertical',
579
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
580
- pins: pins_1.CREABOTS,
1752
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1753
+ pins: pins_1.BHOOT,
581
1754
  bluetooth: 1,
582
- iaModel: types_1.IA_MODEL.TEXTS,
1755
+ iaModel: types_1.IA_MODEL.FACES,
583
1756
  },
584
1757
  {
585
- id: 63,
1758
+ id: 206,
586
1759
  type: 'machineLearning',
587
- image: 'creabotsMovement.png',
588
- class: 'robot-ia',
589
- groupClass: 'robot-ia',
590
- name: 'Conducción',
591
- groupName: 'Poses del cuerpo',
592
- company: 'Creabots',
1760
+ image: 'smart-team-7.png',
1761
+ class: 'smart-team-7-cap-1',
1762
+ groupClass: 'smart-team',
1763
+ name: 'Libro 7',
1764
+ groupImage: 'smart-team-3.png',
1765
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1766
+ company: 'Smart Team',
593
1767
  compilerBoard: 'arduino:avr:uno',
594
1768
  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"',
595
1769
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
596
1770
  use1200bpsTouch: false,
597
1771
  fileExtension: 'hex',
598
- profile: 'creabotsMovementAi',
1772
+ profile: 'bhootAi',
599
1773
  lang: 'Arduino',
600
1774
  show: 1,
601
- showOnAula: 0,
1775
+ showOnAula: 1,
602
1776
  enabled: 1,
603
1777
  enabledForCode: 0,
604
1778
  premium: 0,
605
1779
  toolboxLayout: 'vertical',
606
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
607
- pins: pins_1.CREABOTS,
1780
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1781
+ pins: pins_1.BHOOT,
608
1782
  bluetooth: 1,
609
- iaModel: types_1.IA_MODEL.POSES,
1783
+ iaModel: types_1.IA_MODEL.FACES,
610
1784
  },
611
1785
  {
612
- id: 64,
1786
+ id: 207,
613
1787
  type: 'machineLearning',
614
- image: 'creabotsMovement.png',
615
- class: 'robot-ia',
616
- groupClass: 'robot-ia',
617
- name: 'Conducción',
618
- groupName: 'Gestos de la cara',
619
- company: 'Creabots',
1788
+ image: 'smart-team-8.png',
1789
+ class: 'smart-team-8-cap-1',
1790
+ groupClass: 'smart-team',
1791
+ name: 'Libro 8',
1792
+ groupImage: 'smart-team-3.png',
1793
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1794
+ company: 'Smart Team',
620
1795
  compilerBoard: 'arduino:avr:uno',
621
1796
  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"',
622
1797
  agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
623
1798
  use1200bpsTouch: false,
624
1799
  fileExtension: 'hex',
625
- profile: 'creabotsMovementAi',
1800
+ profile: 'bhootAi',
626
1801
  lang: 'Arduino',
627
1802
  show: 1,
628
- showOnAula: 0,
1803
+ showOnAula: 1,
629
1804
  enabled: 1,
630
1805
  enabledForCode: 0,
631
1806
  premium: 0,
632
1807
  toolboxLayout: 'vertical',
633
- elementType: types_1.BOARD_ITEM_TYPE.MODEL,
634
- pins: pins_1.CREABOTS,
1808
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1809
+ pins: pins_1.BHOOT,
1810
+ bluetooth: 1,
1811
+ iaModel: types_1.IA_MODEL.FACES,
1812
+ },
1813
+ {
1814
+ id: 208,
1815
+ type: 'machineLearning',
1816
+ image: 'smart-team-9.png',
1817
+ class: 'smart-team-9-cap-1',
1818
+ groupClass: 'smart-team',
1819
+ name: 'Libro 9',
1820
+ groupImage: 'smart-team-3.png',
1821
+ groupPath: ['Gestos de la cara', 'Smart Team'],
1822
+ company: 'Smart Team',
1823
+ compilerBoard: 'arduino:avr:uno',
1824
+ 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"',
1825
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
1826
+ use1200bpsTouch: false,
1827
+ fileExtension: 'hex',
1828
+ profile: 'bhootAi',
1829
+ lang: 'Arduino',
1830
+ show: 1,
1831
+ showOnAula: 1,
1832
+ enabled: 1,
1833
+ enabledForCode: 1,
1834
+ premium: 0,
1835
+ toolboxLayout: 'vertical',
1836
+ elementType: types_1.BOARD_ITEM_TYPE.BOOK,
1837
+ pins: pins_1.BHOOT,
635
1838
  bluetooth: 1,
636
1839
  iaModel: types_1.IA_MODEL.FACES,
637
1840
  },
1841
+ //// END OF MACHINE LEARNING BOARDS ////
638
1842
  {
639
1843
  id: 2,
640
1844
  type: 'senior',
641
1845
  image: 'genuino-uno.png',
642
1846
  class: 'arduino-genuino-uno',
643
1847
  name: 'Uno Rev. 3',
644
- groupName: 'Uno Rev. 3',
645
1848
  company: 'Arduino',
646
1849
  htmlValue: '',
647
1850
  compilerBoard: 'arduino:avr:uno',
@@ -666,7 +1869,6 @@ exports.boards = [
666
1869
  image: 'genuino-mega.png',
667
1870
  class: 'arduino-genuino-mega',
668
1871
  name: 'Mega 2560',
669
- groupName: 'Mega 2560',
670
1872
  company: 'Arduino',
671
1873
  htmlValue: '',
672
1874
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -691,7 +1893,6 @@ exports.boards = [
691
1893
  image: 'microbit.png',
692
1894
  class: 'microbit',
693
1895
  name: 'micro:bit',
694
- groupName: 'micro:bit',
695
1896
  company: 'Microsoft',
696
1897
  htmlValue: '',
697
1898
  compilerBoard: 'microbit',
@@ -724,7 +1925,6 @@ exports.boards = [
724
1925
  image: 'microbit_expansion.png',
725
1926
  class: 'microbit',
726
1927
  name: 'Microbit expansion',
727
- groupName: 'micro:bit 2',
728
1928
  company: 'Educabot',
729
1929
  htmlValue: '',
730
1930
  compilerBoard: 'microbit',
@@ -750,7 +1950,8 @@ exports.boards = [
750
1950
  class: 'maqueta-semaforo',
751
1951
  groupClass: 'maqueta',
752
1952
  name: 'Semáforos',
753
- groupName: 'Maqueta Buenos Aires',
1953
+ groupImage: 'maqueta_bsas_semaforo.png',
1954
+ groupPath: ['Maqueta Buenos Aires'],
754
1955
  company: 'Educabot',
755
1956
  htmlValue: '',
756
1957
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -776,7 +1977,8 @@ exports.boards = [
776
1977
  class: 'maqueta-luces',
777
1978
  groupClass: 'maqueta',
778
1979
  name: 'Luces',
779
- groupName: 'Maqueta Buenos Aires',
1980
+ groupImage: 'maqueta_bsas_semaforo.png',
1981
+ groupPath: ['Maqueta Buenos Aires'],
780
1982
  company: 'Educabot',
781
1983
  htmlValue: '',
782
1984
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -802,7 +2004,8 @@ exports.boards = [
802
2004
  class: 'maqueta-flor',
803
2005
  groupClass: 'maqueta',
804
2006
  name: 'Flor',
805
- groupName: 'Maqueta Buenos Aires',
2007
+ groupImage: 'maqueta_bsas_semaforo.png',
2008
+ groupPath: ['Maqueta Buenos Aires'],
806
2009
  company: 'Educabot',
807
2010
  htmlValue: '',
808
2011
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -828,7 +2031,8 @@ exports.boards = [
828
2031
  class: 'maqueta-tren',
829
2032
  groupClass: 'maqueta',
830
2033
  name: 'Tren',
831
- groupName: 'Maqueta Buenos Aires',
2034
+ groupImage: 'maqueta_bsas_semaforo.png',
2035
+ groupPath: ['Maqueta Buenos Aires'],
832
2036
  company: 'Educabot',
833
2037
  htmlValue: '',
834
2038
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -854,7 +2058,8 @@ exports.boards = [
854
2058
  class: 'maqueta-planetario',
855
2059
  groupClass: 'maqueta',
856
2060
  name: 'Planetario',
857
- groupName: 'Maqueta Buenos Aires',
2061
+ groupImage: 'maqueta_bsas_semaforo.png',
2062
+ groupPath: ['Maqueta Buenos Aires'],
858
2063
  company: 'Educabot',
859
2064
  htmlValue: '',
860
2065
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -880,7 +2085,6 @@ exports.boards = [
880
2085
  class: 'drone',
881
2086
  groupClass: 'drone',
882
2087
  name: 'Tello EDU',
883
- groupName: 'Tello EDU',
884
2088
  company: 'DJI',
885
2089
  htmlValue: '',
886
2090
  compilerBoard: '',
@@ -905,7 +2109,6 @@ exports.boards = [
905
2109
  class: 'drone',
906
2110
  groupClass: 'drone',
907
2111
  name: 'Tello',
908
- groupName: 'Tello',
909
2112
  company: 'DJI',
910
2113
  htmlValue: '',
911
2114
  compilerBoard: '',
@@ -929,7 +2132,6 @@ exports.boards = [
929
2132
  image: 'nano.png',
930
2133
  class: 'arduino-nano',
931
2134
  name: 'Nano',
932
- groupName: 'Nano',
933
2135
  company: 'Arduino',
934
2136
  htmlValue: '',
935
2137
  compilerBoard: 'arduino:avr:nano',
@@ -954,7 +2156,6 @@ exports.boards = [
954
2156
  image: 'genuino-micro.png',
955
2157
  class: 'arduino-genuino-micro',
956
2158
  name: 'Pro Micro',
957
- groupName: 'Pro Micro',
958
2159
  company: 'Arduino',
959
2160
  htmlValue: '',
960
2161
  compilerBoard: 'arduino:avr:micro',
@@ -979,7 +2180,6 @@ exports.boards = [
979
2180
  image: 'arduino-leonardo.png',
980
2181
  class: 'arduino-leonardo',
981
2182
  name: 'Leonardo',
982
- groupName: 'Leonardo',
983
2183
  company: 'Arduino',
984
2184
  htmlValue: '',
985
2185
  compilerBoard: 'arduino:avr:leonardo',
@@ -998,13 +2198,38 @@ exports.boards = [
998
2198
  elementType: types_1.BOARD_ITEM_TYPE.BOARD,
999
2199
  pins: pins_1.ARDUINO_LEONARDO,
1000
2200
  },
2201
+ {
2202
+ id: 65,
2203
+ type: 'senior',
2204
+ image: 'iaco.png',
2205
+ class: 'educabot-iaco',
2206
+ name: 'IAco',
2207
+ company: 'Educabot',
2208
+ compilerBoard: 'arduino:avr:uno',
2209
+ 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"',
2210
+ agentSignature: '2d3a6a438825c52155909e71a71b7f850bac6c98e2b7c57fa5c9c0479c80a1f048f9224f4ab63e5686e4d9f41e7f9368ffe4e0bedc4e144496cbcd1b1370af7825a37dd8900b3c671bbcc1809108857c93ea9e8d4d3fe1f9bd55104d60bdcfa40c236d2d5300a26b1c07835c0ef6343e09912f1b011dd435e2c0dc170e43b7ea7234e1f2a8698b2a231f5e1de9c1ccab32a95fdf1918c64efcabd8b92a1f0027f5a8ed69309060eef32a61eccbf20eb822245fe299d7a3aef25900bbe4e70a9c650a0ba0bae1ea8d5fae4484ee4da480542593537bd2f2b5bb726c056cf85d7008c7eaf6f3d9167a261eff89ccac5c04aacf1c0479f55ad4c7bfee78830fea44',
2211
+ use1200bpsTouch: false,
2212
+ fileExtension: 'hex',
2213
+ profile: 'iaco',
2214
+ lang: 'Arduino',
2215
+ show: 1,
2216
+ showOnAula: 0,
2217
+ enabled: 1,
2218
+ enabledForCode: 1,
2219
+ premium: 0,
2220
+ toolboxLayout: 'vertical',
2221
+ elementType: types_1.BOARD_ITEM_TYPE.ROBOT,
2222
+ pins: pins_1.BHOOT_IACO,
2223
+ },
1001
2224
  {
1002
2225
  id: 39,
1003
2226
  type: 'senior',
1004
2227
  image: 'creabotsInitiation.png',
1005
2228
  class: 'educabot-bhoot',
2229
+ groupClass: 'creabots',
1006
2230
  name: 'Iniciación',
1007
- groupName: 'Iniciación',
2231
+ groupImage: 'creabotsInitiation.png',
2232
+ groupPath: ['Creabots'],
1008
2233
  company: 'Creabots',
1009
2234
  compilerBoard: 'arduino:avr:uno',
1010
2235
  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"',
@@ -1019,7 +2244,7 @@ exports.boards = [
1019
2244
  enabledForCode: 1,
1020
2245
  premium: 0,
1021
2246
  toolboxLayout: 'vertical',
1022
- elementType: types_1.BOARD_ITEM_TYPE.ROBOT,
2247
+ elementType: types_1.BOARD_ITEM_TYPE.BOARD,
1023
2248
  pins: pins_1.CREABOTS,
1024
2249
  simulator: 0,
1025
2250
  },
@@ -1028,8 +2253,10 @@ exports.boards = [
1028
2253
  type: 'senior',
1029
2254
  image: 'creabotsAutomation.png',
1030
2255
  class: 'educabot-bhoot',
2256
+ groupClass: 'creabots',
1031
2257
  name: 'Automatización',
1032
- groupName: 'Automatización',
2258
+ groupImage: 'creabotsInitiation.png',
2259
+ groupPath: ['Creabots'],
1033
2260
  company: 'Creabots',
1034
2261
  compilerBoard: 'arduino:avr:uno',
1035
2262
  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"',
@@ -1044,7 +2271,7 @@ exports.boards = [
1044
2271
  enabledForCode: 1,
1045
2272
  premium: 0,
1046
2273
  toolboxLayout: 'vertical',
1047
- elementType: types_1.BOARD_ITEM_TYPE.ROBOT,
2274
+ elementType: types_1.BOARD_ITEM_TYPE.BOARD,
1048
2275
  pins: pins_1.CREABOTS,
1049
2276
  simulator: 0,
1050
2277
  },
@@ -1053,8 +2280,10 @@ exports.boards = [
1053
2280
  type: 'senior',
1054
2281
  image: 'creabotsMovement.png',
1055
2282
  class: 'educabot-bhoot',
2283
+ groupClass: 'creabots',
1056
2284
  name: 'Conducción',
1057
- groupName: 'Conducción',
2285
+ groupImage: 'creabotsInitiation.png',
2286
+ groupPath: ['Creabots'],
1058
2287
  company: 'Creabots',
1059
2288
  compilerBoard: 'arduino:avr:uno',
1060
2289
  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"',
@@ -1069,7 +2298,7 @@ exports.boards = [
1069
2298
  enabledForCode: 1,
1070
2299
  premium: 0,
1071
2300
  toolboxLayout: 'vertical',
1072
- elementType: types_1.BOARD_ITEM_TYPE.ROBOT,
2301
+ elementType: types_1.BOARD_ITEM_TYPE.BOARD,
1073
2302
  pins: pins_1.CREABOTS,
1074
2303
  simulator: 0,
1075
2304
  },
@@ -1079,7 +2308,6 @@ exports.boards = [
1079
2308
  image: 'lgo20.png',
1080
2309
  class: 'educabot-lgo20',
1081
2310
  name: 'LGO 2.0',
1082
- groupName: 'LGO20',
1083
2311
  company: 'Educabot',
1084
2312
  compilerBoard: 'arduino:avr:uno',
1085
2313
  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"',
@@ -1103,8 +2331,10 @@ exports.boards = [
1103
2331
  type: 'senior',
1104
2332
  image: 'smart-team-3.png',
1105
2333
  class: 'smart-team-3-cap-1',
1106
- name: 'Capítulo 1',
1107
- groupName: 'Libro 3',
2334
+ groupClass: 'smart-team',
2335
+ name: 'Libro 3',
2336
+ groupImage: 'smart-team-3.png',
2337
+ groupPath: ['Smart Team'],
1108
2338
  company: 'Smart Team',
1109
2339
  compilerBoard: 'arduino:avr:uno',
1110
2340
  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"',
@@ -1127,8 +2357,10 @@ exports.boards = [
1127
2357
  type: 'senior',
1128
2358
  image: 'smart-team-4.png',
1129
2359
  class: 'smart-team-4-cap-1',
1130
- name: 'Capítulo 1',
1131
- groupName: 'Libro 4',
2360
+ groupClass: 'smart-team',
2361
+ name: 'Libro 4',
2362
+ groupImage: 'smart-team-3.png',
2363
+ groupPath: ['Smart Team'],
1132
2364
  company: 'Smart Team',
1133
2365
  compilerBoard: 'arduino:avr:uno',
1134
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"',
@@ -1151,8 +2383,10 @@ exports.boards = [
1151
2383
  type: 'senior',
1152
2384
  image: 'smart-team-5.png',
1153
2385
  class: 'smart-team-5-cap-1',
1154
- name: 'Capítulo 1',
1155
- groupName: 'Libro 5',
2386
+ groupClass: 'smart-team',
2387
+ name: 'Libro 5',
2388
+ groupImage: 'smart-team-3.png',
2389
+ groupPath: ['Smart Team'],
1156
2390
  company: 'Smart Team',
1157
2391
  compilerBoard: 'arduino:avr:uno',
1158
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"',
@@ -1176,8 +2410,10 @@ exports.boards = [
1176
2410
  type: 'senior',
1177
2411
  image: 'smart-team-6.png',
1178
2412
  class: 'smart-team-6-cap-1',
1179
- name: 'Capítulo 1',
1180
- groupName: 'Libro 6',
2413
+ groupClass: 'smart-team',
2414
+ name: 'Libro 6',
2415
+ groupImage: 'smart-team-3.png',
2416
+ groupPath: ['Smart Team'],
1181
2417
  company: 'Smart Team',
1182
2418
  compilerBoard: 'arduino:avr:uno',
1183
2419
  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"',
@@ -1201,8 +2437,10 @@ exports.boards = [
1201
2437
  type: 'senior',
1202
2438
  image: 'smart-team-7.png',
1203
2439
  class: 'smart-team-7-cap-1',
1204
- name: 'Capítulo 1',
1205
- groupName: 'Libro 7',
2440
+ groupClass: 'smart-team',
2441
+ name: 'Libro 7',
2442
+ groupImage: 'smart-team-3.png',
2443
+ groupPath: ['Smart Team'],
1206
2444
  company: 'Smart Team',
1207
2445
  compilerBoard: 'arduino:avr:uno',
1208
2446
  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"',
@@ -1226,8 +2464,10 @@ exports.boards = [
1226
2464
  type: 'senior',
1227
2465
  image: 'smart-team-8.png',
1228
2466
  class: 'smart-team-8-cap-1',
1229
- name: 'Capítulo 1',
1230
- groupName: 'Libro 8',
2467
+ groupClass: 'smart-team',
2468
+ name: 'Libro 8',
2469
+ groupImage: 'smart-team-3.png',
2470
+ groupPath: ['Smart Team'],
1231
2471
  company: 'Smart Team',
1232
2472
  compilerBoard: 'arduino:avr:uno',
1233
2473
  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"',
@@ -1251,8 +2491,10 @@ exports.boards = [
1251
2491
  type: 'senior',
1252
2492
  image: 'smart-team-9.png',
1253
2493
  class: 'smart-team-9-cap-1',
1254
- name: 'Capítulo 1',
1255
- groupName: 'Libro 9',
2494
+ groupClass: 'smart-team',
2495
+ name: 'Libro 9',
2496
+ groupImage: 'smart-team-3.png',
2497
+ groupPath: ['Smart Team'],
1256
2498
  company: 'Smart Team',
1257
2499
  compilerBoard: 'arduino:avr:uno',
1258
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"',
@@ -1278,7 +2520,8 @@ exports.boards = [
1278
2520
  class: 'copa-robotica',
1279
2521
  groupClass: 'copa-robotica',
1280
2522
  name: 'Sistema Inmunológico',
1281
- groupName: 'Copa Robótica',
2523
+ groupImage: 'coparobotica.png',
2524
+ groupPath: ['Copa Robótica'],
1282
2525
  company: 'Educabot',
1283
2526
  htmlValue: '',
1284
2527
  compilerBoard: 'arduino:avr:uno',
@@ -1304,7 +2547,8 @@ exports.boards = [
1304
2547
  class: 'copa-robotica',
1305
2548
  groupClass: 'copa-robotica',
1306
2549
  name: 'Código Genético',
1307
- groupName: 'Copa Robótica',
2550
+ groupImage: 'coparobotica.png',
2551
+ groupPath: ['Copa Robótica'],
1308
2552
  company: 'Educabot',
1309
2553
  htmlValue: '',
1310
2554
  compilerBoard: 'arduino:avr:uno',
@@ -1330,7 +2574,8 @@ exports.boards = [
1330
2574
  class: 'maqueta-createc-planetario',
1331
2575
  groupClass: 'maqueta-createc',
1332
2576
  name: 'Planetario Galileo Galilei',
1333
- groupName: 'Maqueta Createc',
2577
+ groupImage: 'maqueta-createc-planetario.png',
2578
+ groupPath: ['Maqueta Createc'],
1334
2579
  company: 'Createc',
1335
2580
  htmlValue: '',
1336
2581
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -1356,7 +2601,8 @@ exports.boards = [
1356
2601
  class: 'maqueta-createc-obelisco',
1357
2602
  groupClass: 'maqueta-createc',
1358
2603
  name: 'Obelisco',
1359
- groupName: 'Maqueta Createc',
2604
+ groupImage: 'maqueta-createc-planetario.png',
2605
+ groupPath: ['Maqueta Createc'],
1360
2606
  company: 'Createc',
1361
2607
  htmlValue: '',
1362
2608
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -1382,7 +2628,8 @@ exports.boards = [
1382
2628
  class: 'maqueta-createc-retiro',
1383
2629
  groupClass: 'maqueta-createc',
1384
2630
  name: 'Estación Retiro',
1385
- groupName: 'Maqueta Createc',
2631
+ groupImage: 'maqueta-createc-planetario.png',
2632
+ groupPath: ['Maqueta Createc'],
1386
2633
  company: 'Createc',
1387
2634
  htmlValue: '',
1388
2635
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -1408,7 +2655,8 @@ exports.boards = [
1408
2655
  class: 'maqueta-createc-madero',
1409
2656
  groupClass: 'maqueta-createc',
1410
2657
  name: 'Puerto Madero',
1411
- groupName: 'Maqueta Createc',
2658
+ groupImage: 'maqueta-createc-planetario.png',
2659
+ groupPath: ['Maqueta Createc'],
1412
2660
  company: 'Createc',
1413
2661
  htmlValue: '',
1414
2662
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -1434,7 +2682,8 @@ exports.boards = [
1434
2682
  class: 'maqueta-createc-floralis',
1435
2683
  groupClass: 'maqueta-createc',
1436
2684
  name: 'Floralis genérica',
1437
- groupName: 'Maqueta Createc',
2685
+ groupImage: 'maqueta-createc-planetario.png',
2686
+ groupPath: ['Maqueta Createc'],
1438
2687
  company: 'Createc',
1439
2688
  htmlValue: '',
1440
2689
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -1459,7 +2708,6 @@ exports.boards = [
1459
2708
  image: 'educabot-pampero.jpg',
1460
2709
  class: 'educabot-pampero',
1461
2710
  name: 'Pampero',
1462
- groupName: 'Pampero',
1463
2711
  company: 'Educabot',
1464
2712
  htmlValue: '',
1465
2713
  compilerBoard: 'arduino:avr:uno',
@@ -1484,7 +2732,6 @@ exports.boards = [
1484
2732
  image: 'makeblock-mbot.png',
1485
2733
  class: 'makeblock-mbot',
1486
2734
  name: 'Mbot',
1487
- groupName: 'Mbot',
1488
2735
  company: 'Makeblock',
1489
2736
  htmlValue: '',
1490
2737
  compilerBoard: 'arduino:avr:uno',
@@ -1509,7 +2756,6 @@ exports.boards = [
1509
2756
  image: 'makeblock-mbot-ranger.png',
1510
2757
  class: 'makeblock-mbot-ranger',
1511
2758
  name: 'Mbot Ranger',
1512
- groupName: 'Mbot Ranger',
1513
2759
  company: 'Makeblock',
1514
2760
  htmlValue: '',
1515
2761
  compilerBoard: 'arduino:avr:uno',
@@ -1534,7 +2780,6 @@ exports.boards = [
1534
2780
  image: 'makeblock-ultimate-20.png',
1535
2781
  class: 'makeblock-ultimate-20',
1536
2782
  name: 'Ultimate 2.0',
1537
- groupName: 'Ultimate 2.0',
1538
2783
  company: 'Makeblock',
1539
2784
  htmlValue: '',
1540
2785
  compilerBoard: 'arduino:avr:uno',
@@ -1559,7 +2804,6 @@ exports.boards = [
1559
2804
  image: 'robobloq-q-scout.png',
1560
2805
  class: 'robobloq-q-scout',
1561
2806
  name: 'Q-Scout',
1562
- groupName: 'Q-Scout',
1563
2807
  company: 'Robobloq',
1564
2808
  htmlValue: '',
1565
2809
  compilerBoard: 'arduino:avr:uno',
@@ -1584,7 +2828,6 @@ exports.boards = [
1584
2828
  image: 'robobloq-qoopers.png',
1585
2829
  class: 'robobloq-qoopers',
1586
2830
  name: 'Qoopers',
1587
- groupName: 'Qoopers',
1588
2831
  company: 'Robobloq',
1589
2832
  htmlValue: '',
1590
2833
  compilerBoard: 'arduino:avr:uno',
@@ -1609,7 +2852,6 @@ exports.boards = [
1609
2852
  image: 'mis-ladrillos-r502.jpg',
1610
2853
  class: 'mis-ladrillos-r502',
1611
2854
  name: 'R502',
1612
- groupName: 'R502',
1613
2855
  company: 'Mis Ladrillos',
1614
2856
  htmlValue: '',
1615
2857
  compilerBoard: 'arduino:avr:uno',
@@ -1634,7 +2876,6 @@ exports.boards = [
1634
2876
  image: 'rasti-oki-2.jpg',
1635
2877
  class: 'rasti-oki-2',
1636
2878
  name: 'Oki 2',
1637
- groupName: 'Oki 2',
1638
2879
  company: 'Rasti',
1639
2880
  htmlValue: '',
1640
2881
  compilerBoard: 'arduino:avr:uno',
@@ -1659,7 +2900,6 @@ exports.boards = [
1659
2900
  image: '',
1660
2901
  class: 'arduino-due',
1661
2902
  name: 'DUE (Programming port)',
1662
- groupName: 'DUE (Programming port)',
1663
2903
  company: 'Arduino',
1664
2904
  htmlValue: '',
1665
2905
  compilerBoard: 'arduino:sam:arduino_due_x_dbg',
@@ -1684,7 +2924,6 @@ exports.boards = [
1684
2924
  image: '',
1685
2925
  class: 'arduino-due',
1686
2926
  name: 'DUE (Native USB)',
1687
- groupName: 'DUE (Native USB)',
1688
2927
  company: 'Arduino',
1689
2928
  htmlValue: '',
1690
2929
  compilerBoard: 'arduino:sam:arduino_due_x',
@@ -1703,13 +2942,13 @@ exports.boards = [
1703
2942
  elementType: types_1.BOARD_ITEM_TYPE.BOARD,
1704
2943
  pins: {},
1705
2944
  },
2945
+ /////////////////// JUNIOR BOARDS ///////////////
1706
2946
  {
1707
2947
  id: 100,
1708
2948
  type: 'junior',
1709
2949
  image: 'microbit.png',
1710
2950
  class: 'microbit',
1711
2951
  name: 'micro:bit',
1712
- groupName: 'micro:bit',
1713
2952
  company: 'MakeCode',
1714
2953
  htmlValue: '',
1715
2954
  compilerBoard: 'microbit',
@@ -1742,7 +2981,6 @@ exports.boards = [
1742
2981
  image: 'bhoot.png',
1743
2982
  class: 'educabot-bhoot',
1744
2983
  name: 'Buty',
1745
- groupName: 'Buty',
1746
2984
  company: 'Educabot',
1747
2985
  compilerBoard: 'arduino:avr:uno',
1748
2986
  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"',
@@ -1767,7 +3005,8 @@ exports.boards = [
1767
3005
  class: 'smart-team-1-cap-1',
1768
3006
  groupClass: 'smart-team-1',
1769
3007
  name: 'Capítulo 1',
1770
- groupName: 'Libro 1',
3008
+ groupImage: 'smart-team-1.png',
3009
+ groupPath: ['Smart Team 1'],
1771
3010
  company: 'Smart Team',
1772
3011
  compilerBoard: 'arduino:avr:uno',
1773
3012
  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"',
@@ -1792,7 +3031,8 @@ exports.boards = [
1792
3031
  class: 'smart-team-1-cap-1',
1793
3032
  groupClass: 'smart-team-1',
1794
3033
  name: 'Capítulo 2',
1795
- groupName: 'Libro 1',
3034
+ groupImage: 'smart-team-1.png',
3035
+ groupPath: ['Smart Team 1'],
1796
3036
  company: 'Smart Team',
1797
3037
  compilerBoard: 'arduino:avr:uno',
1798
3038
  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"',
@@ -1817,7 +3057,8 @@ exports.boards = [
1817
3057
  class: 'smart-team-1-cap-1',
1818
3058
  groupClass: 'smart-team-1',
1819
3059
  name: 'Capítulo 3',
1820
- groupName: 'Libro 1',
3060
+ groupImage: 'smart-team-1.png',
3061
+ groupPath: ['Smart Team 1'],
1821
3062
  company: 'Smart Team',
1822
3063
  compilerBoard: 'arduino:avr:uno',
1823
3064
  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"',
@@ -1842,7 +3083,8 @@ exports.boards = [
1842
3083
  class: 'smart-team-1-cap-1',
1843
3084
  groupClass: 'smart-team-1',
1844
3085
  name: 'Capítulo 4',
1845
- groupName: 'Libro 1',
3086
+ groupImage: 'smart-team-1.png',
3087
+ groupPath: ['Smart Team 1'],
1846
3088
  company: 'Smart Team',
1847
3089
  compilerBoard: 'arduino:avr:uno',
1848
3090
  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"',
@@ -1867,7 +3109,8 @@ exports.boards = [
1867
3109
  class: 'smart-team-1-cap-1',
1868
3110
  groupClass: 'smart-team-1',
1869
3111
  name: 'Capítulo 5',
1870
- groupName: 'Libro 1',
3112
+ groupImage: 'smart-team-1.png',
3113
+ groupPath: ['Smart Team 1'],
1871
3114
  company: 'Smart Team',
1872
3115
  compilerBoard: 'arduino:avr:uno',
1873
3116
  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"',
@@ -1892,7 +3135,8 @@ exports.boards = [
1892
3135
  class: 'smart-team-2-cap-1',
1893
3136
  groupClass: 'smart-team-2',
1894
3137
  name: 'Capítulo 1',
1895
- groupName: 'Libro 2',
3138
+ groupImage: 'smart-team-2.png',
3139
+ groupPath: ['Smart Team 2'],
1896
3140
  company: 'Smart Team',
1897
3141
  compilerBoard: 'arduino:avr:uno',
1898
3142
  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"',
@@ -1917,7 +3161,8 @@ exports.boards = [
1917
3161
  class: 'smart-team-2-cap-1',
1918
3162
  groupClass: 'smart-team-2',
1919
3163
  name: 'Capítulo 2',
1920
- groupName: 'Libro 2',
3164
+ groupImage: 'smart-team-2.png',
3165
+ groupPath: ['Smart Team 2'],
1921
3166
  company: 'Smart Team',
1922
3167
  compilerBoard: 'arduino:avr:uno',
1923
3168
  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"',
@@ -1942,7 +3187,8 @@ exports.boards = [
1942
3187
  class: 'smart-team-2-cap-1',
1943
3188
  groupClass: 'smart-team-2',
1944
3189
  name: 'Capítulo 3',
1945
- groupName: 'Libro 2',
3190
+ groupImage: 'smart-team-2.png',
3191
+ groupPath: ['Smart Team 2'],
1946
3192
  company: 'Smart Team',
1947
3193
  compilerBoard: 'arduino:avr:uno',
1948
3194
  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"',
@@ -1967,7 +3213,8 @@ exports.boards = [
1967
3213
  class: 'smart-team-2-cap-1',
1968
3214
  groupClass: 'smart-team-2',
1969
3215
  name: 'Capítulo 4',
1970
- groupName: 'Libro 2',
3216
+ groupImage: 'smart-team-2.png',
3217
+ groupPath: ['Smart Team 2'],
1971
3218
  company: 'Smart Team',
1972
3219
  compilerBoard: 'arduino:avr:uno',
1973
3220
  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"',
@@ -1992,7 +3239,8 @@ exports.boards = [
1992
3239
  class: 'smart-team-2-cap-1',
1993
3240
  groupClass: 'smart-team-2',
1994
3241
  name: 'Capítulo 5',
1995
- groupName: 'Libro 2',
3242
+ groupImage: 'smart-team-2.png',
3243
+ groupPath: ['Smart Team 2'],
1996
3244
  company: 'Smart Team',
1997
3245
  compilerBoard: 'arduino:avr:uno',
1998
3246
  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"',
@@ -2017,7 +3265,6 @@ exports.boards = [
2017
3265
  class: 'codit',
2018
3266
  groupClass: 'codit',
2019
3267
  name: 'Codit',
2020
- groupName: 'Codit',
2021
3268
  company: 'Educabot',
2022
3269
  htmlValue: '',
2023
3270
  compilerBoard: '',
@@ -2041,7 +3288,6 @@ exports.boards = [
2041
3288
  image: 'genuino-uno.png',
2042
3289
  class: 'arduino-genuino-uno',
2043
3290
  name: 'Uno Rev. 3',
2044
- groupName: 'Uno Rev. 3',
2045
3291
  company: 'Arduino',
2046
3292
  htmlValue: '',
2047
3293
  compilerBoard: 'arduino:avr:uno',
@@ -2066,7 +3312,6 @@ exports.boards = [
2066
3312
  image: 'genuino-mega.png',
2067
3313
  class: 'arduino-genuino-mega',
2068
3314
  name: 'Mega 2560',
2069
- groupName: 'Mega 2560',
2070
3315
  company: 'Arduino',
2071
3316
  htmlValue: '',
2072
3317
  compilerBoard: 'arduino:avr:mega:cpu=atmega2560',
@@ -2091,7 +3336,6 @@ exports.boards = [
2091
3336
  image: 'makeblock-mbot.png',
2092
3337
  class: 'makeblock-mbot',
2093
3338
  name: 'Mbot',
2094
- groupName: 'Mbot',
2095
3339
  company: 'Makeblock',
2096
3340
  htmlValue: '',
2097
3341
  compilerBoard: 'arduino:avr:uno',
@@ -2116,7 +3360,6 @@ exports.boards = [
2116
3360
  image: 'robobloq-qoopers.png',
2117
3361
  class: 'robobloq-qoopers',
2118
3362
  name: 'Qoopers',
2119
- groupName: 'Qoopers',
2120
3363
  company: 'Robobloq',
2121
3364
  htmlValue: '',
2122
3365
  compilerBoard: 'arduino:avr:uno',