This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:remotelab:sut:generalpurpose:b2 [2019/01/02 22:19] – gdrabik | en:iot-open:remotelab:sut:generalpurpose:b2 [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Controling flap position using servo ==== | + | ==== B2: ==== |
| - | //Easy scenario. | + | //Give few words about this scenario. |
| === Target group === | === Target group === | ||
| - | //This hands-on lab guide is intended for the Beginners.// | + | //This hands-on lab guide is intended for the Beginners/ |
| === Prerequisites === | === Prerequisites === | ||
| - | //Generally students need skill using servo. For realising scenario, students need access to documentation | + | //Provide prerequisite readings/ |
| === Scenario === | === Scenario === | ||
| - | // - using schematic, check servo connection, | + | //Describe scenario to let the user understand its idea and process. Write information about the approach, algorithm, etc. (depends on the lab). Provide useful information about protocols, assumptions, |
| - | - using ESP documentation check registers with PWM controling, | + | |
| - | - write the program which: | + | |
| - | * send value 0 as duty of PWM, | + | |
| - | * wait 15 seconds, | + | |
| - | * send value 50 as duty of PWM, | + | |
| - | * wait 15 seconds, | + | |
| - | * send value 100 as duty of PWM. | + | |
| - | - using the camera observe display flap position. | + | |
| - | - You can use other wait time and value of duty, but wait time should allow observe effect by camera | + | |
| === Result === | === Result === | ||
| + | //Describe expected result when scenario is finished.// | ||
| + | === Start === | ||
| + | //Write starting conditions, i.e. what to do at the beginning, what to pay attention before beginning, how the mechanical part should look like, etc.// | ||
| - | //On display should be visible flap closed, middle position, full open.// | + | === Steps === |
| + | // Write some extra information if i.e. some steps are optional otherwise cancel this paragraph (but do not remove header).// | ||
| + | == Step 1 == | ||
| + | //Describe activities done in Step 1.// | ||
| - | == === Start === == | + | ... |
| - | + | ||
| - | //Check the start flap position.// | + | |
| - | + | ||
| - | === Steps === | + | |
| + | == Step n == | ||
| + | //Describe activities done in Step n.// | ||
| === Result validation === | === Result validation === | ||
| - | Only way for validation | + | //Provide some result |
| === FAQ === | === FAQ === | ||