| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| en:iot-open:practical:hardware:sut:stm32:scenarios [2024/03/03 20:43] – [Know the hardware] pczekalski | en:iot-open:practical:hardware:sut:stm32:scenarios [2025/10/03 11:28] (current) – pczekalski |
|---|
| <note important>Note that video streaming has limitations, such as the number of frames per second, resolution, common use of many devices (dynamic video colours problem) and stream quality. That impacts how you write the software, e.g., using larger fonts and not changing display contents rapidly because you may be unable to observe those changes remotely.</note> | <note important>Note that video streaming has limitations, such as the number of frames per second, resolution, common use of many devices (dynamic video colours problem) and stream quality. That impacts how you write the software, e.g., using larger fonts and not changing display contents rapidly because you may be unable to observe those changes remotely.</note> |
| |
| * [[en:iot-open:practical:hardware:sut:labscenariotemplate]] Laboratory scenario template. To be removed in the final version | ** Know the hardware **\\ |
| | The following scenarios explain the use of hardware components and services that constitute the laboratory node. It is intended to seamlessly introduce users to IoT scenarios where using sensors and actuators is an intermediate step, and the main goal is to use networking and communication. Besides IoT, those scenarios can be utilised as part of the Embedded Systems Modules. |
| ===== Know the hardware ===== | |
| The following scenarios explain the use of hardware components and services that constitute the laboratory node. It is intended to seamlessly introduce users to IoT scenarios where using sensors and actuators is an intermediate step, and the main goal is to use networking and communication. Besides IoT, those scenarios can be utilised as a part of the Embedded Systems Modules. | |
| |
| * [[en:iot-open:practical:hardware:sut:stm32:emb5_1]] How do you use LCD (component 5)? | * [[en:iot-open:practical:hardware:sut:stm32:emb5_1]] How do you use LCD (component 5)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb7_1]] How do you use an OLED display (component 7)? | * [[en:iot-open:practical:hardware:sut:stm32:emb7_1]] How do you use an OLED display (component 7)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb8_1]] How do you use the Smart LED stripe (component 8)? | * [[en:iot-open:practical:hardware:sut:stm32:emb8_1]] How do you use the Smart LED stripe (component 8)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb9B_1]] How do you use RGB LED (component 9A)? | * [[en:iot-open:practical:hardware:sut:stm32:emb9A_1]] How do you use RGB LED (component 9A)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb10_1]] How do you control a standard miniature servo (component 10)? | * [[en:iot-open:practical:hardware:sut:stm32:emb10_1]] How do you control a standard miniature servo (component 10)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb1A_1]] How do you control a FAN (component 1A)? | * [[en:iot-open:practical:hardware:sut:stm32:emb1A_1]] How do you control a FAN (component 1A)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb1B_1]] How do you use pressure and environmental integrated sensor (component 1B)? | * [[en:iot-open:practical:hardware:sut:stm32:emb1B_1]] How do you use the pressure and environmental integrated sensor (component 1B)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb2_1]] How do you use a digital potentiometer (component 2)? | * [[en:iot-open:practical:hardware:sut:stm32:emb2_1]] How do you use a digital potentiometer (component 2)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb3_1]] How do you use temperature and humidity integrated sensors (component 3)? | * [[en:iot-open:practical:hardware:sut:stm32:emb3_1]] How do you use temperature and humidity integrated sensors (component 3)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb4_1]] How do you use a temperature-only sensor (component 4)? | * [[en:iot-open:practical:hardware:sut:stm32:emb4_1]] How do you use a temperature-only sensor (component 4)? |
| * [[en:iot-open:practical:hardware:sut:stm32:emb9A_1]] How do you use light and colour intensity sensors (component 9B)? | * [[en:iot-open:practical:hardware:sut:stm32:emb9B_1]] How do you use light and colour intensity sensors (component 9B)? |
| <todo @ktokarz>Prośba - zamień URLe do EMB9A i EMB9B żeby URL odpowiadał treści/tematowi zadania</todo> | ** IoT programming **\\ |
| ===== Advanced techniques ===== | In the following scenarios, you will write programs interacting with other devices, services, and networks, which are pure IoT applications. |
| In the following scenarios, we will focus on advanced programming techniques, such as asynchronous programming, timers, etc. | * [[en:iot-open:practical:hardware:sut:stm32:iot_1]] Presenting MAC address of the WiFi interface |
| | * [[en:iot-open:practical:hardware:sut:stm32:iot_2]] Connecting to the WiFi Access Point and presenting IP |
| | * [[en:iot-open:practical:hardware:sut:stm32:iot_3]] Connecting to the MQTT broker and publishing data |
| | * [[en:iot-open:practical:hardware:sut:stm32:iot_4]] Connecting to the MQTT broker and subscribing to the data |
| | * [[en:iot-open:practical:hardware:sut:stm32:iot_5]] Publishing a CoAP service |
| | * [[en:iot-open:practical:hardware:sut:stm32:iot_6]] Connecting to the CoAP service |
| | * [[en:iot-open:practical:hardware:sut:stm32:iot_7]] Setting-up BT Beacon |
| |