pxt-ev3/docs/maker.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2017-10-26 22:19:16 -07:00
# Maker Activites
2018-04-13 09:05:34 -07:00
These six activities require the [@boardname@ 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-26 22:19:16 -07:00
* [Download Curriculum Materials](https://education.lego.com/en-us/downloads/mindstorms-ev3/curriculum)
2017-10-26 22:19:16 -07:00
## Activites
```codecard
[
{
"name": "Make A Sound Machine",
"description": "Make a Sound Machine that can play a rhythm, music or just noise!",
2017-10-26 22:19:16 -07:00
"url":"/maker/sound-machine",
"cardType": "example",
2018-02-27 11:48:50 -08: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 11:48:50 -08:00
"url":"/maker/security-gadget",
"cardType": "example",
"imageUrl": "/static/lessons/make-a-security-device.png",
"cardType": "side"
2017-10-26 22:19:16 -07:00
}
]
```