2017-06-29 16:47:26 +02:00
|
|
|
# Projects
|
|
|
|
|
2019-10-09 06:57:55 +02:00
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Getting Started",
|
|
|
|
"url": "/getting-started",
|
|
|
|
"imageUrl": "/static/lessons/firmware.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Brick Tutorials",
|
|
|
|
"url": "/tutorials/brick",
|
|
|
|
"imageUrl": "/static/tutorials/wake-up.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Motor Tutorials",
|
|
|
|
"url": "/tutorials/motors",
|
|
|
|
"imageUrl": "/static/tutorials/run-motors.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Touch Sensor Tutorials",
|
|
|
|
"url": "/tutorials/touch-sensor",
|
|
|
|
"imageUrl": "/static/tutorials/touch-to-run.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Color Sensor Tutorials",
|
|
|
|
"url": "/tutorials/color-sensor",
|
|
|
|
"imageUrl": "/static/tutorials/what-color.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Ultrasonic Sensor Tutorials",
|
|
|
|
"url": "/tutorials/ultrasonic-sensor",
|
|
|
|
"imageUrl": "/static/tutorials/object-near.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gyro Tutorials",
|
|
|
|
"url": "/tutorials/gyro",
|
|
|
|
"imageUrl": "/static/tutorials/calibrate-gyro.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Infrared Sensor Tutorials",
|
|
|
|
"url": "/tutorials/infrared-sensor",
|
|
|
|
"imageUrl": "/static/tutorials/security-alert.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "FLL / City Shaper",
|
|
|
|
"url": "/tutorials/city-shaper",
|
|
|
|
"imageUrl": "/static/tutorials/city-shaper/robot1.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Design Engineering",
|
|
|
|
"url": "/design-engineering",
|
|
|
|
"imageUrl": "/static/lessons/make-it-move-without-wheels.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Coding",
|
|
|
|
"url": "/coding",
|
|
|
|
"imageUrl": "/static/lessons/autonomous-parking.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Maker",
|
|
|
|
"url": "/maker",
|
|
|
|
"imageUrl": "/static/lessons/make-a-sound-machine.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tutorial Videos",
|
|
|
|
"url": "/videos",
|
|
|
|
"imageUrl": "https://legoeducation.videomarketingplatform.co/27288170/35719444/5d009e5f93fbf479c2e5ed2bf87a7990/thumbnail.png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|
2017-06-29 16:47:26 +02:00
|
|
|
|
2019-10-09 06:57:55 +02:00
|
|
|
## See Also
|
2017-06-29 16:47:26 +02:00
|
|
|
|
2019-10-09 06:57:55 +02:00
|
|
|
[Getting Started](/getting-started),
|
|
|
|
[Brick Tutorials](/tutorials/brick),
|
|
|
|
[Motor Tutorials](/tutorials/motors),
|
|
|
|
[Touch Sensor Tutorials](/tutorials/touch-sensor),
|
|
|
|
[Color Sensor Tutorials](/tutorials/color-sensor),
|
|
|
|
[Ultrasonic Sensor Tutorials](/tutorials/ultrasonic-sensor),
|
|
|
|
[Gyro Tutorials](/tutorials/gyro),
|
|
|
|
[Infrared Sensor Tutorials](/tutorials/infrared-sensor),
|
|
|
|
[FLL / City Shaper](/tutorials/city-shaper),
|
|
|
|
[Design Engineering](/design-engineering),
|
|
|
|
[Coding](/coding),
|
|
|
|
[Maker](/maker),
|
|
|
|
[Tutorial Videos](/videos)
|
2017-06-29 16:47:26 +02:00
|
|
|
|