Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf4adf8

Browse files
committedJul 26, 2024·
Update content.md
1 parent 988d28f commit cf4adf8

File tree

1 file changed

+10
-18
lines changed
  • content/arduino-cloud/10.education/02.templates

1 file changed

+10
-18
lines changed
 

‎content/arduino-cloud/10.education/02.templates/content.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The template page will open, where you will find the description of what the pro
7272

7373
## Importing a Template
7474

75-
Templates can be imported easily by clicking on the import button from the template description page. The process is similar to that of uploading a sketch to the Arduino board. Once the device is plugged in the USB port, click on **IMPORT TEMPLATE** to import the chosen IoT template.
75+
Templates can be imported easily by clicking on the import button from the template description page. The process is similar to that of uploading a sketch to the Arduino board. Once the device is plugged in the USB port, click on **IMPORT TEMPLATE** to import the chosen template.
7676

7777
***Note: If this is your first time using the Arduino Cloud, you will be prompted to install the Create Agent. This software facilitates communication between your browser and Arduino board. Simply install it as you would any other program. For detailed instructions on installing the Create Agent, click [here](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent).***
7878

@@ -127,27 +127,19 @@ If you have already worked with Arduino IoT projects, you can go ahead and start
127127

128128
### Effective Classroom Learning with Templates
129129

130-
Integrating Arduino IoT templates into a course curriculum offers a tangible way to teach concepts like sensor data collection, cloud computing, and Internet of Things principles across various disciplines such as physics, chemistry, biology and computer science. Here are some innovative ways a teacher can use these templates in their course.
130+
Integrating Arduino Templates into a course curriculum offers a tangible way to teach concepts like sensor data collection, cloud computing, and Internet of Things principles across various disciplines such as physics, chemistry, biology and computer science. Here are some innovative ways a teacher can use these templates in their course.
131131

132-
| Subject / Project | Physics | Chemistry | Biology | Comp. Science | Arts and Design |
133-
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
134-
| [Remote LED Control](https://app.arduino.cc/templates/cloud-blink) | Electricity & Circuits Light and optics | | | Basic concepts of IoT | |
135-
| [Greenhouse Monitoring](https://app.arduino.cc/templates/watering) | [Thermodynamics](https://app.arduino.cc/templates/ventilation) | [Soil properties](https://app.arduino.cc/templates/soil-moist) | [Photosynthesis and respiration](https://app.arduino.cc/templates/photosynthesis) | Application of Data collection and analyses | [UI Design of industrial systems](https://app.arduino.cc/templates/smart-garden) |
136-
| Home Automations | | [Monitoring indoor air quality](https://app.arduino.cc/templates/thermostat-control) | [Studying indoor plant growth](https://app.arduino.cc/templates/natural-and-artificial-light) | [Introducing Sensor technology](https://app.arduino.cc/templates/remote-controlled-lights) | [Ideation and prototyping easy to use home projects](https://app.arduino.cc/templates/plant-watering-kit) |
137-
| [Weather Stations](https://app.arduino.cc/templates/personal-weather-station) | [Pressure, temperature and light](https://app.arduino.cc/templates/humidity-and-temperature) | Gas Laws and atmospheric properties | | [Basics of structuring data](https://app.arduino.cc/templates/sparkfun-weather-station) | |
138-
| [Fun and Games](https://app.arduino.cc/templates/pavlovs-cat) | | | | [Loops, Pointers, Arrays and Functions](https://app.arduino.cc/templates/puzzle-box) | [Emotional expressions through technology](https://app.arduino.cc/templates/thinking-about-you) |
139-
140-
As you can see some templates can be used across various disciplines and it totally depends on how you interpret them too. Creativity together with your subject matter can open up new avenues for experimentation and fun exploration for your students:
141-
142-
* **Group Projects** - Encourage students to work in groups, fostering collaboration and problem-solving skills. For advanced students, these templates can serve as the basis for capstone projects where they design and implement a complete IoT system to solve a real-world problem.
143-
144-
* **Experimenting** - Discuss how the principles learned through these projects can be applied to real-world scenarios, enhancing their understanding of IoT's impact. After mastering the basics, challenge students to modify the templates or come up with their own IoT project ideas.
145-
146-
* **Hackathons or Competitions** - Organize a hackathon where students use the templates as a starting point to innovate and create new projects or improvements. This encourages creativity, teamwork, and practical problem-solving skills.
132+
| Subject / Project | Physics | Chemistry | Biology | Comp. Science | Arts and Design |
133+
| ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
134+
| | | | | [Remote LED Control](https://app.arduino.cc/templates/cloud-blink) | [Fun and Games](https://app.arduino.cc/templates/pavlovs-cat) |
135+
| | [Thermodynamics](https://app.arduino.cc/templates/ventilation) | [Soil properties](https://app.arduino.cc/templates/soil-moist) | [Photosynthesis and respiration](https://app.arduino.cc/templates/photosynthesis) | [Greenhouse Monitoring](https://app.arduino.cc/templates/watering) | [UI Design of industrial systems](https://app.arduino.cc/templates/smart-garden) |
136+
| | | [Monitoring indoor air quality](https://app.arduino.cc/templates/thermostat-control) | [Studying indoor plant growth](https://app.arduino.cc/templates/natural-and-artificial-light) | [Introducing Sensor technology](https://app.arduino.cc/templates/remote-controlled-lights) | [Ideation and prototyping easy to use home projects](https://app.arduino.cc/templates/plant-watering-kit) |
137+
| | [Pressure, temperature and light](https://app.arduino.cc/templates/humidity-and-temperature) | | [Weather Stations](https://app.arduino.cc/templates/personal-weather-station) | [Basics of structuring data](https://app.arduino.cc/templates/sparkfun-weather-station) | |
138+
| | | | | [Loops, Pointers, Arrays and Functions](https://app.arduino.cc/templates/puzzle-box) | [Emotional expressions through technology](https://app.arduino.cc/templates/thinking-about-you) |
147139

148140
## Conclusion
149141

150-
Arduino IoT Templates offer a practical and engaging way to introduce students to IoT technology. By guiding them through setting up, programming, and deploying IoT projects, educators can provide a hands-on learning experience that emphasizes the importance of IoT in today's technology-driven world. Encourage your students to explore, experiment, and innovate as they embark on their IoT learning journey.
142+
Arduino Templates offer a practical and engaging way to introduce students to IoT technology. By guiding them through setting up, programming, and deploying IoT projects, educators can provide a hands-on learning experience that emphasizes the importance of IoT in today's technology-driven world. Encourage your students to explore, experiment, and innovate as they embark on their IoT learning journey.
151143

152144

153145

0 commit comments

Comments
 (0)
Please sign in to comment.