2017-06-23 20:36:24 +02:00
|
|
|
# Courses
|
|
|
|
|
2017-09-27 14:19:56 +02:00
|
|
|
A collection of courses and tutorials built for the @boardname@.
|
2017-06-23 20:36:24 +02:00
|
|
|
|
2017-12-06 22:50:35 +01:00
|
|
|
## Classroom
|
|
|
|
|
2018-02-14 23:37:50 +01:00
|
|
|
Structured courses for teaching science and technology in the classroom.
|
2017-06-23 20:36:24 +02:00
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2017-07-11 22:19:20 +02:00
|
|
|
"name": "Intro to CS",
|
|
|
|
"description": "14 week computer science course for middle school grades 6-8",
|
2017-06-23 21:28:30 +02:00
|
|
|
"url":"/courses/csintro",
|
|
|
|
"imageUrl": "/static/courses/csintro.jpg"
|
2018-02-14 23:37:50 +01:00
|
|
|
}, {
|
|
|
|
"name": "micro:bit Science Experiments",
|
|
|
|
"description": "Science experiment lessons with measurements and data analysis activites",
|
|
|
|
"url":"/courses/ucp-science",
|
|
|
|
"imageUrl": "/static/courses/plonk.jpg"
|
2017-12-06 22:50:35 +01:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Computers and programming
|
|
|
|
|
|
|
|
Tutorials, lessons, and mini-courses about programming and computing.
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2017-06-25 04:50:00 +02:00
|
|
|
"name": "Start Coding",
|
|
|
|
"description": "11 lessons with five minute plans, teacher notes and program files",
|
2017-08-25 18:50:09 +02:00
|
|
|
"url":"https://microbit.org/en/2017-03-07-javascript-block-resources/",
|
|
|
|
"imageUrl": "https://microbit.org/assets/posts/2017-03-07-rock%20paper%20scissors.png"
|
2017-12-06 22:50:35 +01:00
|
|
|
}, {
|
|
|
|
"name": "Networking with the micro:bit",
|
|
|
|
"description": "A series of activities to teach the basics of computer networks.",
|
|
|
|
"url": "https://microbit.nominetresearch.uk/networking-book/",
|
|
|
|
"imageUrl": "https://microbit.nominetresearch.uk/networking-book/cover_v02.png"
|
2017-08-25 18:50:09 +02:00
|
|
|
}, {
|
|
|
|
"name": "SparkFun Videos",
|
|
|
|
"description": "YouTube video tutorials produced by the SparkFun team!",
|
|
|
|
"url": "https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk",
|
|
|
|
"imageUrl": "https://i.ytimg.com/vi/kaNtg1HGXbY/hqdefault.jpg"
|
2017-12-06 22:50:35 +01:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
## Experimenting
|
|
|
|
|
|
|
|
Fun project courses - make and experiment while learning about science and programming.
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2017-09-27 14:19:56 +02:00
|
|
|
"name": "Kitronik University",
|
|
|
|
"description": "Kits, projects and tutorials",
|
|
|
|
"url": "https://www.kitronik.co.uk/blog/bbc-microbit-kitronik-university/",
|
|
|
|
"imageUrl": "https://www.kitronik.co.uk/wp/wp-content/uploads/2015/03/2150_KIT01_banner-kitronikuniversity_002_v1.png"
|
|
|
|
}, {
|
|
|
|
"name": "Kitronik Inventory Kit",
|
|
|
|
"description": "11 experiments based on the Kitronik Inventor Kit",
|
|
|
|
"url": "https://www.kitronik.co.uk/blog/inventors-kit-experiment-1-help",
|
|
|
|
"imageUrl": "https://www.kitronik.co.uk/wp/wp-content/uploads/2016/10/inventors-kit-experiment-1-further-help-870.jpg"
|
2017-12-06 22:50:35 +01:00
|
|
|
}, {
|
2017-07-11 22:19:20 +02:00
|
|
|
"name": "micro:bit of Things",
|
|
|
|
"description": "A hands-on course about the micro:bit and what you can do with it.",
|
|
|
|
"url":"https://sites.google.com/view/microbitofthings",
|
2017-08-02 22:36:02 +02:00
|
|
|
"imageUrl": "/static/courses/microbit-of-things.jpg"
|
2017-06-23 20:36:24 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
2017-09-27 14:19:56 +02:00
|
|
|
[Intro to CS](/courses/csintro)
|