110 lines
3.5 KiB
Markdown
110 lines
3.5 KiB
Markdown
|
# Projects
|
|||
|
|
|||
|
Here are some cool tutorials to get you started with your @boardname@!
|
|||
|
|
|||
|
## Basic
|
|||
|
|
|||
|
```codecard
|
|||
|
[
|
|||
|
{
|
|||
|
"name": "Get Ready",
|
|||
|
"url":"/calliope/firststeps/firstSteps",
|
|||
|
"description": "Find out how to start working with the Calliope mini",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/connecting.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/firstSteps.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "Never seen a mini? Start Here!",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "The 5x5 LED matrix",
|
|||
|
"url":"/calliope/firststeps/5x5LED",
|
|||
|
"description": "Learn how to create and show images, numbers or letters on the LED matrix",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/5x5LED.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/5x5LED_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "New? Start Here!",
|
|||
|
"labelClass": "yellow small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Radio",
|
|||
|
"url":"/calliope/firststeps/Radio",
|
|||
|
"description": "Find out how to use the radion function and how to send messages from one Calliope mini to another one",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Radio.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Radio_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "orange small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Loops",
|
|||
|
"url":"/calliope/firststeps/Loops",
|
|||
|
"description": "Loops are important to be able to execute program instructions multiple times",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Loops.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Loops_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Mathematics",
|
|||
|
"url":"/calliope/firststeps/Mathematics",
|
|||
|
"description": "The Calliope mini can become your little math helper",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Mathematics.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Mathematics_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Inputs",
|
|||
|
"url":"/calliope/firststeps/Inputs",
|
|||
|
"description": "Use conditions for different actions",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Inputs.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Inputs_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Sensors",
|
|||
|
"url":"/calliope/firststeps/Sensors",
|
|||
|
"description": "Measure temperature, light and orientation",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Sensors.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Sensors_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Output",
|
|||
|
"url":"/calliope/firststeps/Output",
|
|||
|
"description": "Audio, light and motion",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Output.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Output_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Decisions",
|
|||
|
"url":"/calliope/firststeps/Decisions",
|
|||
|
"description": "If..., then it happens... or it happens...",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Decisions.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Decisions_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Variables",
|
|||
|
"url":"/calliope/firststeps/Variables",
|
|||
|
"description": "A variable is not a static value, it’s what you determine it to be.",
|
|||
|
"imageUrl": "/docs/calliope/firststeps/Variables.jpg",
|
|||
|
"largeImageUrl": "/docs/calliope/firststeps/Variables_L.jpg",
|
|||
|
"cardType": "tutorial",
|
|||
|
"label": "",
|
|||
|
"labelClass": "green small ribbon"
|
|||
|
}
|
|||
|
]
|
|||
|
```
|