41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Maker Activites
|
|
|
|
These six activities require the LEGO® MINDSTORMS® Education EV3 Core Set (45544). 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...
|
|
|
|
* [Download Curriculum Materials](https://education.lego.com/en-us/downloads/mindstorms-ev3)
|
|
|
|
## Activites
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Sound Machine",
|
|
"description": "Create instruments with your EV3 Brick!",
|
|
"url":"/maker/sound-machine",
|
|
"cardType": "example",
|
|
"imageUrl": "/static/maker/sound-machine.png"
|
|
},
|
|
{
|
|
"name": "Sound Of Color",
|
|
"description": "Play different sounds based on the color",
|
|
"url":"/maker/sound-of-color",
|
|
"cardType": "example",
|
|
"imageUrl": "/static/maker/sound-of-color.png"
|
|
},
|
|
{
|
|
"name": "Security Gadget",
|
|
"description": "Raise the alarm when your brick is lifted!",
|
|
"url":"/maker/security-gadget",
|
|
"cardType": "example",
|
|
"imageUrl": "/static/maker/security-gadget.png"
|
|
},
|
|
{
|
|
"name": "Intruder Detector",
|
|
"description": "Raise the alarm when an intruder sneaks in",
|
|
"url":"/maker/intruder-detector",
|
|
"cardType": "example",
|
|
"imageUrl": "/static/maker/intruder-detector.png"
|
|
}
|
|
]
|
|
```
|