| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| en:iot-open:practical:hardware:sut:esp32:scenarios [2024/03/25 20:54] – pczekalski | en:iot-open:practical:hardware:sut:esp32:scenarios [2025/10/03 11:28] (current) – pczekalski |
|---|
| <note>The remote access lab will not let you use the most common approach towards tracing, as you're physically away from the device and do not have access to, e.g. its serial port or debugger. For this reason, understanding actuators (mostly displays) is essential because the only way to monitor execution is to observe the results remotely via the video stream.</note> | <note>The remote access lab will not let you use the most common approach towards tracing, as you're physically away from the device and do not have access to, e.g. its serial port or debugger. For this reason, understanding actuators (mostly displays) is essential because the only way to monitor execution is to observe the results remotely via the video stream.</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> | <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 avoiding rapid changes to display contents, as you may be unable to observe those changes remotely.</note> |
| <WRAP noprint> | |
| <del> | |
| * [[en:iot-open:practical:hardware:sut:labscenariotemplate]] Laboratory scenario template. To be removed in the final version | |
| </del> | |
| </WRAP> | |
| **Know the hardware**\\ | **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. | 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. |
| <WRAP excludefrompdf> | <WRAP excludefrompdf> |
| * [[en:iot-open:practical:hardware:sut:esp32:emb5_1]] How do you use LCD (component 5)? | * [[en:iot-open:practical:hardware:sut:esp32:emb5_1]] How do you use LCD (component 5)? |
| * [[en:iot-open:practical:hardware:sut:esp32:emb10_1]] How do you control a standard miniature servo (component 10)? | * [[en:iot-open:practical:hardware:sut:esp32:emb10_1]] How do you control a standard miniature servo (component 10)? |
| * [[en:iot-open:practical:hardware:sut:esp32:emb1A_1]] How do you control a FAN (component 1A)? | * [[en:iot-open:practical:hardware:sut:esp32:emb1A_1]] How do you control a FAN (component 1A)? |
| * [[en:iot-open:practical:hardware:sut:esp32:emb1B_1]] How do you use pressure and environmental integrated sensor (component 1B)? | * [[en:iot-open:practical:hardware:sut:esp32:emb1B_1]] How do you use the pressure and environmental integrated sensor (component 1B)? |
| * [[en:iot-open:practical:hardware:sut:esp32:emb2_1]] How do you use a digital potentiometer (component 2)? | * [[en:iot-open:practical:hardware:sut:esp32:emb2_1]] How do you use a digital potentiometer (component 2)? |
| * [[en:iot-open:practical:hardware:sut:esp32:emb3_1]] How do you use temperature and humidity integrated sensors (component 3)? | * [[en:iot-open:practical:hardware:sut:esp32:emb3_1]] How do you use temperature and humidity integrated sensors (component 3)? |
| In the following scenarios, you will write programs interacting with other devices, services, and networks, which are pure IoT applications. | In the following scenarios, you will write programs interacting with other devices, services, and networks, which are pure IoT applications. |
| <WRAP excludefrompdf> | <WRAP excludefrompdf> |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_1]] Presenting MAC address of the WiFi interface | * [[en:iot-open:practical:hardware:sut:esp32:iot_1]] Presenting MAC address of the WiFi interface |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_2]] Connecting to the WiFi Access Point and presenting IP | * [[en:iot-open:practical:hardware:sut:esp32:iot_2]] Connecting to the WiFi Access Point and presenting IP |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_3]] Setting-up BT Beacon | * [[en:iot-open:practical:hardware:sut:esp32:iot_3]] Setting-up BT Beacon |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_4]] Scanning nearby BT devices | * [[en:iot-open:practical:hardware:sut:esp32:iot_4]] Scanning nearby BT devices |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_5]] Connecting to the MQTT broker and publishing data | * [[en:iot-open:practical:hardware:sut:esp32:iot_5]] Connecting to the MQTT broker and publishing data |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_6]] Connecting to the MQTT broker and subscribing to the data | * [[en:iot-open:practical:hardware:sut:esp32:iot_6]] Connecting to the MQTT broker and subscribing to the data |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_7]] Publishing a CoAP service | * [[en:iot-open:practical:hardware:sut:esp32:iot_7]] Publishing a CoAP service |
| * [[en:iot-open:practical:hardware:sut:esp32:IoT_8]] Connecting to the CoAP service | * [[en:iot-open:practical:hardware:sut:esp32:iot_8]] Connecting to the CoAP service |
| </WRAP> | </WRAP> |