Editing
Tasks WiSe2021
(section)
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.
Anti-spam check. Do
not
fill this in!
= Semesterplan and Tasks = * Regular Online Session on Thursday 18:00-19:00 * Tutors available in discord: ** 10.12.2020 (Thursday) from 17:00-21:00 ** 16.12.2020 (Wednesday) from 17:00-21:00 ** on request - please let us know when you want to work on it == 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 === * Watch the Introduction: https://youtu.be/Irxo9b5cexs * Go through [[Tutorial Basics]], [[Tutorial Digital IO]], [[Tutorial Analog IN]] * look at the following page: https://micropython-on-wemos-d1-mini.readthedocs.io/en/latest/basics.html === Tasks and Submission (Deadline 16th of Dec) === * 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: ** 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) ==Session 2: Sensors and Actuators (Thursday 17th Dec) == * Discussion of sensors, actuators, libraries * Organisation - check that teams of 2 people exist === Videos and Tutorials to watch === * Understand how to connect a servo and how to move it, see [[Tutorial Digital IO]] * learn at how to create sounds, see [[Piezo Speaker]] * look at how control a stepper motor [[Stepper Motor and ULN2003]] * get familiar with how to connect the [[Ultrasonic Sensor HC-SR04]] === Tasks and Submission (Deadline 13th of Jan) === * Task 1: Play a sound, PWM ** Connect the piezo speaker to an output pin ** Modify the example given in [[Piezo Speaker]] to play a part of a Xmas song * Task 2: Read the distance with HC-SR04 ** Connect the [[Ultrasonic Sensor HC-SR04]] ** Understand how to include a library in mycropython (see [[Tutorial Network]], [[Tutorial Display]]) ** use the hcsr04.py library and read out the distance ** write the distance to the serial line * Task 3: Implement Theremin-like instrument ** Connect the piezo speaker to an output pin (task 1) ** Connect the [[Ultrasonic Sensor HC-SR04]] (task 2) ** Change the tone (frequency) that is played based on the distance ** write the frequency you play to the serial line * Task 4: Stepper Motor ** Connect the stepper motor [[Stepper Motor and ULN2003]] ** Connect a button (see session 1) ** For a short press on the button move 45° and for a long press move 180° ** '''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 * 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 * Submission: ** Deadline: 13th 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 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 ** watch video: netvars, autostart, building a system ** hand in of reading sensor (distance or acceleration) and moving someting (servo or stepper) * 14th Jan: a system, ideation ** watch video: topic introduction, about ideation ** hand in the initial system that exchanges date over the internet (e.g. minimal slider/poti on one side and color chaning RGB LED on the other) ** ideation ** orga: make groups * 21th Jan: bigger system and idea presentations ** hand in the version 2 of the system - as a group (from 2 to 4) (improved, fixed) ** group idea presentation * 28th Jan: group project ** orga: fix groups, time plan, concept, and time plan To Check: * '''Thursday 18-19''' - handing in would Wed 23:59 - and Hiwis are available on Wed from 16-20? * or 17-18 on Mon OK? * When do we have a slot for Hiwis * First session with students for WS20/21 on the 7th of Dec - before the open lab day * Presentation of last terms course on Monday 7th as part of the open lab day - 3 Min video + 7 Min discussion -- giving out HW in week 7th to 11th --- Monday 17-18 * 07th Dec: Introduction ** watch videos: unpacking, flashing the sw-image, digital IO, analog in, RGB ** intro and telling about the hardware, tasks and planing ** orga: make groups of 2 * 14th Dec: IO, sensors and actuators ** watch videos: sensors (distance, acceleration), actuatos (stepper, servo) ** hand in basic chip working, digital IO and analog in ** orga: system design in groups of 2 * 21th Dec: networked system IoT ** watch video: netvars, autostart, building a system ** hand in of reading sensor (distance or acceleration) and moving someting (servo or stepper) * 11th Jan: a system, ideation ** watch video: topic introduction, about ideation ** hand in the initial system that exchanges date over the internet (e.g. minimal slider/poti on one side and color chaning RGB LED on the other) ** ideation ** orga: make groups * 18th Jan: bigger system and idea presentations ** hand in the version 2 of the system - as a group (from 2 to 4) (improved, fixed) ** group idea presentation * 25th Jan: group project ** orga: fix groups, time plan, concept, and time plan ---- -->
Summary:
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)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
All Videos
Special pages
Coursebook
Part I: Introduction
Edge ML class
UBISS2024
Previous Classes
Open Hardware Session 2022
Course page WS21/22
Course page SS21
Workshop August 2021
Course page WS20/21
PEM2 20/21
Course page 2020
Individual Tasks
Project Topic
Group Project
Tutorials
Tutorial Basics
Tutorial Digital IO
Tutorial Analog IN
Tutorial Display
Tutorial Network
Tutorial AutoRun
Tutorial Webserver
Example File IO
Various Resources
Workshop
Hardware List
Raspberry Pi
Known Issues
Gallery 2020
CircuitPython
Smart Watch Components
Smart Watch Component Tutorials
This MediaWiki
Feedback
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Page information