Skip to content

Commit

Permalink
TOWER: Add STEM Education section
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Oct 9, 2024
1 parent 260d5e2 commit c51b16c
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sidebars-tower.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,19 @@ const sidebars = {
'hardware-interfaces/one-wire-bus'
],
},
{
type: 'category',
label: 'STEM Education',
link: {
type: 'doc',
id: 'stem-education/index',
},
collapsed: true,
items: [
'stem-education/target-group-and-students-profile',
'stem-education/expected-results-and-evaluation-method'
],
}
],
};

Expand Down
24 changes: 24 additions & 0 deletions tower/stem-education/expected-results-and-evaluation-method.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
slug: expected-results-and-evaluation-method
title: Expected Results and Evaluation Method
---

## Students will be able to:

- Explain the concept of the Internet of Things
- Use HARDWARIO IoT kit
- Program in Node-RED
- Create your own IoT project and present it

## Students will know:

- Benefits and risks of the Internet of Things
- MQTT protocol for the Internet of Things
- Transmission technologies for the Internet of Things
- How to work with IoT HARDWARIO kit

## Evaluation Method:

- Knowledge test (comparison of knowledge before and after the lesson)
- 3-2-1 Assessment
- Verbal evaluation of team projects by the whole group
29 changes: 29 additions & 0 deletions tower/stem-education/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Annotation of HARDWARIO Active STEM Education
---
import Image from '@theme/IdealImage';

Traditional education systems and pedagogies have, historically-speaking, been based upon passive, receptive learning, where educators depend upon the didactic method and direct instruction. The limitations of this passive approach have been exposed by the rapid technological advances of this century, particularly the internet, meaning that it is increasingly difficult to teach subjects in isolation: the classic teacher-textbook-test model simply cannot keep up with exponential information flows. With more and more everyday applications for the technology, learners need to be able to actively experiment with and apply new devices. Otherwise, we will not just have an education system in crisis but also an economy in crisis, due to the accelerating skills-deficit in STEM-related professions.

Numerous studies have been conducted on the need and benefits of teaching via the STEM approach. The results unambiguously favour this educational concept, whereby science, technology, engineering and mathematics are taught together to solve real problems. The importance of the STEM concept is demonstrated by the gradual development and implementation of national STEM education strategies. Many countries, led by the most advanced, are implementing their STEM strategies to maintain their competitiveness in a dynamically developing world of technology.

It is also undisputed that the best way to learn STEM is active learning. In this way, students are actively involved in solving a real problem. They read, write, experiment and discuss. They perform analysis, synthesis and evaluation. They do things and think about what they do, metacognitively. In active learning lessons, the question is always what problems should students solve and what tools they should use. To this end, HARDWARIO provides a unique system of active STEM learning in which students work on IoT projects.

IoT is one of today's growing phenomena. The advent of new technologies makes it possible to connect almost any physical device to the Internet, thus creating the possibility to control such a device and work with its data remotely. IoT is a multidisciplinary field in which not only STEM knowledge is applied, but also other fields such as economics and geography. This characteristic of IoT addresses one of the basic requirements of STEM learning, namely that the selected problems should be solved in a holistic fashion. Working on real IoT projects generates excellent content for active lessons, thus their attractiveness for students is enhanced by meaningful use of personal digital devices.

In cooperation with pedagogical experts from EDvisor Finland, HARDWARIO offers detailed STEM lessons using its research-based REALISE-EXPERIMENT-APPLY-REFLECT pedagogical framework.

<div class="container">
<div class="row">
<Image img={require('./stem-education-overview.png')}/>
</div>
</div>

Our pedagogical framework greatly facilitates the preparation, management and assessment of lesson content by constantly focusing upon its learning goals. The essential driver of HARDWARIO’s active STEM lessons is our Industrial IoT Kit, with which students can easily build IoT equipment for their projects. An equally important element of the HARDWARIO system is the technical and professional support of teachers in the form of detailed instructions, webinars, seminars and online chat.

The lessons deal with topics related to the school environment or current student interests, e.g.:

- Projects dealing with indoor climate quality in classrooms
- Projects addressing environmental challenges such as climate change and/or waste - management
- Projects related to student and teacher safety

Binary file added tower/stem-education/stem-education-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions tower/stem-education/target-group-and-students-profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
slug: target-group-and-students-profile
title: Target Group and Student's Profile
---

## Target Group:

- Secondary school students

## Entry prerequisites

- **The recommended number of students:** 9-15
- **Recommended age:** 12+

### Student:

- Is actively interested in new technologies and social issues
- Is able to control a computer and a smartphone

0 comments on commit c51b16c

Please sign in to comment.