Difference between revisions of "LMU PEM2 20 21"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
This is the course [https://www.um.informatik.uni-muenchen.de/studium_lehre/ws2021/pem2/index.html PEM2] at LMU in Winter Term 2020/21.
 
This is the course [https://www.um.informatik.uni-muenchen.de/studium_lehre/ws2021/pem2/index.html PEM2] at LMU in Winter Term 2020/21.
 +
 +
= Tasks & Schedule =
 +
 +
=== Current Tasks ===
 +
* Work on your milestones
 +
* Use the Wiki to update this process
 +
 +
=== Schedule ===
 +
* 29.01. and 12.02.: PEM2 session (Update on milestones, Q&A)
 +
* 26.02.: PEM2 session (Q&A and updates on projects)
 +
* 12.03. 4pm: Final presentations
  
 
= Projects =
 
= Projects =
 
<br/><b>[[Project: SP, JP, JL]]</b>
 
<br/><b>[[Project: SP, JP, JL]]</b>
<br/>System Description:
 
<br/> A small gadget with a display. The system tracks a users activity at his own workplace through multiple sensors and if considered necessary, changes the working environment by increasing the desk height. All proceeded actions can be seen in the display. Further, an Avatar gives feedback concerning the air quality and suggests to open or close a window for a certain time.
 
 
  
 
<br/><b>[[Project: JW, YS]]</b>
 
<br/><b>[[Project: JW, YS]]</b>
  
 
<br/><b>[[Project: CR, HW]]</b>
 
<br/><b>[[Project: CR, HW]]</b>
<br/>System Description:
 
<br/> The system measures the air quality and muscle activity of the user to prevent the development of headaches. An air quality sensor is used to measure the quality of the air.
 
An EMG measures the activity of the muscles in the shoulders and/or neck area.
 
If the air quality becomes too poor (for example, falls below a certain level or deteriorates continuously over some time) or the user has not moved sufficiently over a longer period of time, they are alerted.
 
In this case, an LED strip starts to light up.
 
 
The user can then decide to open the window, change his sitting position, or do muscle relaxation exercises.
 
Alternatively, he can simply ignore the strip and continue working without changing anything about the situation.
 
If the user moves again, or if the air quality improves, the LED strip stops glowing.
 
Alternatively, it could switch between green and red (or more colors) to indicate the different states.
 
  
The data on air quality and muscle movement is collected to detect changes.
+
= Ressources =
An overview display visualizes the data and shows the current state in the form of a human head that gets headaches.
+
* https://www.sketching-with-hardware.org/wiki/Raspberry_Pi
The space around the head reflects the air quality.  
+
* Remote variable sharing: https://www.sketching-with-hardware.org/wiki/Tutorial_Network
The head is used to display too little movement.
+
* Git basics in under 10 minutes: https://www.freecodecamp.org/news/learn-the-basics-of-git-in-under-10-minutes-da548267cc91/
The exact visualization is still to be worked on.
+
* Using Jenkins for creating a CI/CD pipeline: https://pimylifeup.com/jenkins-raspberry-pi/

Latest revision as of 17:59, 12 February 2021

This is the course PEM2 at LMU in Winter Term 2020/21.

Tasks & Schedule[edit]

Current Tasks[edit]

  • Work on your milestones
  • Use the Wiki to update this process

Schedule[edit]

  • 29.01. and 12.02.: PEM2 session (Update on milestones, Q&A)
  • 26.02.: PEM2 session (Q&A and updates on projects)
  • 12.03. 4pm: Final presentations

Projects[edit]


Project: SP, JP, JL


Project: JW, YS


Project: CR, HW

Ressources[edit]