Editing Tasks WiSe2021

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 31: Line 31:
  
 
==Session 2: Sensors and Actuators (Thursday 17th Dec) ==  
 
==Session 2: Sensors and Actuators (Thursday 17th Dec) ==  
* Discussion of sensors, actuators, libraries
+
* Introduction to the course, presentation of the hardware.
 
* Organisation - check that teams of 2 people exist
 
* Organisation - check that teams of 2 people exist
  
Line 40: Line 40:
 
* get familiar with how to connect the [[Ultrasonic Sensor HC-SR04]]
 
* get familiar with how to connect the [[Ultrasonic Sensor HC-SR04]]
  
=== Tasks and Submission (Deadline 13th of Jan) ===  
+
 
 +
=== Tasks and Submission (Deadline 16th of Dec) ===  
 
* Task 1: Play a sound, PWM
 
* Task 1: Play a sound, PWM
 
** Connect the piezo speaker to an output pin
 
** Connect the piezo speaker to an output pin
Line 57: Line 58:
 
** write the frequency you play to the serial line
 
** write the frequency you play to the serial line
  
* Task 4: Stepper Motor
+
* Task 4:  
 
** Connect the stepper motor [[Stepper Motor and ULN2003]]
 
** Connect the stepper motor [[Stepper Motor and ULN2003]]
** Connect a button (see session 1)
+
** Connect a p
** For a short press on the button move 45° and for a long press move 180°
+
** Connect the [[Ultrasonic Sensor HC-SR04]] (task 2)
** '''there may be a problem with power - see [[Stepper Motor and ULN2003]]''' - if this is the case just build up the setup and the program and document this
+
** Change the tone (frequency) that is played based on the distance
 
+
** write the frequency you play to the serial line
* Task 5:
 
** Connect the servo motor, see [[Tutorial Digital IO]] and [[SG90 Servo]]
 
** Connect a potentiometer to A0 and read the analog value
 
** Set the position (angle) of the servo based on the analog value
 
** '''there may be a problem with power - see [[SG90 Servo]]''' - if this is the case just build up the setup and the program and document this
 
  
 +
** 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
 
* Submission:
 
* Submission:
** Deadline: 13th of January 2021 latest 23:59 (Wednesday)
+
** Deadline: 16th of December 2020 latest 23:59 (Wednesday)
 
** For each task submit a video of max 30 seconds (should show the setup, your code on the screen, an the system functioning)
 
** For each task submit a video of max 30 seconds (should show the setup, your code on the screen, an the system functioning)
  
==Session 3: Networked IoT Systems (Thursday 14th Jan) ==
 
* Network library, Display, ES32, MPU6050
 
  
=== Videos and Tutorials to watch ===
 
* Understand the network library [[Tutorial Network]]
 
* Understand the display library [[Tutorial Display]] (requires coming to the lab for soldering/picking up ESP32)
 
* Understand the [[MPU 6050]] Sensor and I2C connection (requires coming to the lab for soldering)
 
 
=== Tasks and Submission (Deadline 20th of Jan) ===
 
* Task 1: Play a sound over the network, connected devices
 
** Connect a potentiometer to A0 and read the analog value
 
** Write the value to the network [[Tutorial Network]]
 
** Read the value from the network from your team colleague
 
** Play a sound based on the value you get from the network
 
 
* NOT POSSIBLE as we have no access to the lan: Task 2: Subtle communication, connected devices
 
** (requires coming to the lab for soldering)
 
** Solder the Pins onto the MPU 6050
 
** Connect the [[MPU 6050]] Sensor as I2C device
 
** When the sensor is moved, write a value to the network [[Tutorial Network]]
 
** When the device has not been moved for 10 seconds, write a different value to the network
 
** Read the movement value from the network from your team colleague
 
** Switch on the LED if the remote device has been moved
 
 
* Alternativ Task 2: Subtle communication, connected devices
 
** Connect a Sensor ([[LDR]], [[Ultrasonic Sensor HC-SR04]], [[PIR Sensor]], ...)
 
** If the sensor value changes, write a value to the network [[Tutorial Network]] (not more than every 5 seconds)
 
** Read the sensor value from the network from your team colleague
 
** Switch on the LED if the remote site is active (changing sensor values)
 
 
* Task 3: Quotes on the Display
 
** (requires coming to the lab for soldering/picking up ESP32)
 
** put the micropython image onto the ESP32, see [[Tutorial Basics]] and session 1
 
** Show every minute a random quote on the display (at least 3 different quotes) [[Tutorial Display]]
 
 
* Task 4: Ideation (for the group projects). Generate ideas within your team using the following process:
 
**First, before meeting your partner, everyone of you should independently think about 5-10 issues with remote connectedness (eating, dancing, etc.)
 
**Second, before meeting your partner, everyone of you should think independently about 5-10 hardware components (sensors, actuators, etc.)
 
**Third, together (!) randomly pick one issue and one hardware component and imagine a project. Save your solution! Create and describe at least five projects this way. So, person A picks both and describes a solution. Next, person B does the same, and so on.
 
 
* Submission:
 
** Deadline: 20th of January 2021 latest 23:59 (Wednesday)
 
** For each task submit a video of max 30 seconds (should show the setup, your code on the screen, an the system functioning)
 
 
==Session 4: Group projects (Thursday 21st Jan) ==
 
* Group project ideation: Presentation of ideas.
 
 
=== Tasks and Submission (Deadline 27th of Jan) ===
 
* Task 1: Describe your group project in detail
 
** Pick an idea that you want to implement
 
** Create a visual concept of how your system will work
 
** Describe what needs to be done
 
* Create a List:
 
** Team name
 
** Can all members can pick up hardware from Frauenlobstraße 7a (yes/no)
 
*** If not please add the address
 
** List the hardware components that you will need
 
*** Type (Pressure sensor)
 
*** Specific Name/Number
 
*** Quantity
 
*** Link to article in shop
 
**** https://www.sketching-with-hardware.org/wiki/List_of_shops
 
 
 
* Submission:
 
** Deadline: 27th of January 2021 latest 23:59 (Wednesday)
 
** A PDF for the group project description
 
 
 
<!--
 
 
* 7th Jan: networked system IoT
 
* 7th Jan: networked system IoT
 
** watch video: netvars, autostart, building a system
 
** watch video: netvars, autostart, building a system
Line 156: Line 86:
 
* 28th Jan: group project
 
* 28th Jan: group project
 
** orga: fix groups, time plan, concept, and time plan
 
** orga: fix groups, time plan, concept, and time plan
 +
 +
 +
 +
  
  

Please note that all contributions to Sketching with Hardware at LMU Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see My wiki:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)