This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:practical:hardware:sut:esp32:emb3_1 [2024/04/22 17:05] – [FAQ] ktokarz | en:iot-open:practical:hardware:sut:esp32:emb3_1 [2024/06/29 15:54] (current) – [Prerequisites] pczekalski | ||
---|---|---|---|
Line 6: | Line 6: | ||
<code ini> | <code ini> | ||
lib_deps = | lib_deps = | ||
- | | + | |
| | ||
</ | </ | ||
Line 13: | Line 13: | ||
* [[en: | * [[en: | ||
* [[en: | * [[en: | ||
- | * [[en: | + | * [[en: |
+ | |||
+ | It is also possible to present the temperature as the LED colour changes with a PWM-controlled LED or LED stripe. Their usage is described here: | ||
+ | * [[en: | ||
* [[en: | * [[en: | ||
Line 25: | Line 28: | ||
In this scenario, we only focus on reading the sensor (temperature and humidity). Information on how to display measurements is part of other scenarios that you should refer to to create a fully functional solution (see links above). | In this scenario, we only focus on reading the sensor (temperature and humidity). Information on how to display measurements is part of other scenarios that you should refer to to create a fully functional solution (see links above). | ||
==== Task to be implemented ==== | ==== Task to be implemented ==== | ||
- | //Describe a task to be implemented by the scenario user.// | + | Present |
==== Start ==== | ==== Start ==== |