# Online Training

## Online Training

## Coursera, Introduction to the Internet of Things and Embedded Systems

> The explosive growth of the “Internet of Things” is changing our world and the rapid drop in price for typical IoT components is allowing people to innovate new designs and products at home. In this first class in the specialization you will learn the importance of IoT in society, the current components of typical IoT devices and trends for the future. IoT design considerations, constraints and interfacing between the physical world and your device will also be covered. You will also learn how to make design trade-offs between hardware and software. We'll also cover key components of networking to ensure that students understand how to connect their device to the Internet. [Introduction to the Internet of Things and Embedded Systems](https://www.coursera.org/learn/iot/home/welcome)

Section [Internet of Things](https://theiotlearninginitiative.gitbooks.io/internetofthings101/content/documentation/InternetOfThings.html)

**Instruction** Complete all "Introduction to the Internet of Things and Embedded Systems"

* Module 1 What Is the Internet of Things (IoT)?
  * Lesson 1: Definition of the Internet of Things (IoT)
  * Lesson 2: Trends in the Adoption of the Internet of Things (IoT)
  * Lesson 3: The Importance of the Internet of Things (IoT) in Society
* Module 2 Embedded Systems
  * Lesson 1: Features and Constraints of Embedded Systems
  * Lesson 2: Components of Embedded Systems
  * Lesson 3: Interacting with the Physical World
* Module 3 Hardware and Software
  * Lesson 1: Hardware Components
  * Lesson 2: Microcontrollers and Software
  * Lesson 3: Operating Systems
* Module 4 Networking and the Internet
  * Lesson 1: Networking Basics
  * Lesson 2: Internet Protocol
  * Lesson 3: Network Layers and MANETS


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/internetofthings101/wrap-up/online-training.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
