pxt-ev3/docs/maker.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2017-10-27 07:19:16 +02:00
# Maker Activites
These six activities require the [LEGO® MINDSTORMS® Education EV3 Core Set (45544)](https://education.lego.com/en-us/products/lego-mindstorms-education-ev3-core-set-/5003400). Supporting materials for teachers and middle school students are provided, offering everything teachers and students need to explore their inner makers as they follow the design process to solve open-ended, themed challenges...
2017-10-27 07:19:16 +02:00
* [Download Curriculum Materials](https://education.lego.com/en-us/downloads/mindstorms-ev3/curriculum)
2017-10-27 07:19:16 +02:00
## Activites
```codecard
[
{
"name": "Make A Sound Machine",
"description": "Make a Sound Machine that can play a rhythm, music or just noise!",
2017-10-27 07:19:16 +02:00
"url":"/maker/sound-machine",
"cardType": "example",
2018-02-27 20:48:50 +01:00
"imageUrl": "/static/lessons/make-a-sound-machine.png",
"cardType": "side"
},
{
"name": "Make A Security Gadget",
"description": "Invent a Security Gadget that will protect your belongings by warning you!",
2018-02-27 20:48:50 +01:00
"url":"/maker/security-gadget",
"cardType": "example",
"imageUrl": "/static/lessons/make-a-security-device.png",
"cardType": "side"
2017-10-27 07:19:16 +02:00
}
]
```