Difference between revisions of "Tasks WiSe2021"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
Line 27: Line 27:
  
 
==Session 2: Sensors and Actuators (Thursday 17th Dec) ==  
 
==Session 2: Sensors and Actuators (Thursday 17th Dec) ==  
 +
 +
<!--
  
 
* 17th Dec: IO, sensors and actuators
 
* 17th Dec: IO, sensors and actuators
Line 90: Line 92:
  
 
----
 
----
 +
-->

Revision as of 22:46, 7 December 2020

Semesterplan and Tasks

Online Session on Thursday 18:00-19:00

Session 1: Introduction (Monday 07th Dec)

  • Introduction to the course, presentation of the hardware.
  • Organisation - make teams of 2 people

Videos and Tutorials to watch

Tasks and Submission

  • Unpacking of the hardware
  • Install the software on your computer, put the software image onto the ESP8266 D1 mini, see Tutorial Basics
  • Task 1: Digital IO
    • Connect 3 external LEDs and let it blink in different speeds
    • Connect a button to a digital input, when the button is pressed all LEDs should be on
  • Task 2: Analog In, PWM Out
    • Connect 1 external LED
    • Connect a potentiometer to A0 and read the analog value
    • change the brightness of the LED with the analog value (PWM)
    • write the analog value to the serial line
  • Submission:
    • For each task submit a video of max 30 seconds (should show the setup, your code ond the screen, an the system functioning)

Session 2: Sensors and Actuators (Thursday 17th Dec)