Editing Main Page

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 1: Line 1:
= Latest News =
+
= Foreword to the Sketching With Hardware wiki =
The '''[[LMU SKWH 2020]]''' - LMU Sketching with Hardware course (Summer Term 2020) we have completed the Preparation phase (self-paced), and done the [[Tasks SoSe2020|Individual Tasks]].
+
TODO - basically what we had in the first live session
Please get organized in your group.
 
  
We will answer your questions in the discord server (links below).
+
= Video Tutorials =
 +
* [[Tutorial Basics]]
 +
* [[Tutorial Digital IO]]
 +
* [[Tutorial Analog IN]]
 +
 
 +
= Tasks and Requirements =
 +
The course includes several [[Tasks SoSe2020|tasks]]. First, there is a self-paced preparation phase with individual tasks. Then there is a group task to explore how connecting devices in different locations over the internet works. And finally, there is the group project. This is the main thing - you should make a fun hardaware sketch!
 +
 
 +
* [[Tasks SoSe2020|Individual tasks and group assignement]] in the preparation phase
 +
* [[Group Project SoSe2020]]
  
'''Todo'''s for you:
+
= List of Videos available =
* Please provide the planing (time, shopping, milestones, topic) for your group project - see https://www.sketching-with-hardware.org/wiki/Group_Project_SoSe2020#Requirements
+
* https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube]
* there is a [[Feedback]] page - if you encounter(ed) any issue with the information, kit, video - please let us know
+
* https://youtu.be/_TrKPDOReJc Flashing the MicroPython image onto the ESP32 and ESP8266 microcontroller [17:01, on Youtube]
 +
* https://youtu.be/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube]
 +
* https://youtu.be/e3No4wGGQas What is in the hardware box? [10:19, on Youtube]
 +
* https://youtu.be/0KGgYsEZcZM Digital Output - adding an LED to the controller [30:30 on Youtube]
 +
* https://youtu.be/G6HZ1etMRbM Digital Output - connecting an LED - WebREPL based[16:54 on Youtube]**
 +
* https://youtu.be/_4bXk8JjQSk PWM Output - connecting a servo - WebREPL based [14:40 on Youtube]**
 +
* https://youtu.be/va1beT6sxLs Digital Input - connecting a switch [30:31 on Youtube]**
 +
* https://youtu.be/gjj5KyK2qGI Analog Input - ADC - connecting a resistor, voltage divider [46:23 on Youtube]**
 +
* https://youtu.be/MXfj_gWf0z4 Uploading and running python files with uPyCraft IDE [6:48 on Youtube]
 +
* https://youtu.be/PJ3nQo_Hw3I  Connect the ESP32/ESP8266 to the Internet, IoT, netvars.py [8:52 on Youtube], https://www.sketching-with-hardware.org/files/netvars.py library
  
  
Here are some recent changes:
+
<h2 id="last-news">Last News:</h2>
* Introduction to the [[Workshop]] in Frauenlobstr.
+
<p>We are currently on the Preparation phase (self-paced), get your SWH kit ready and follow the Individual Tasks (6). We will answer your questions in the discord server (links below).</p>
* There is now more information about the [[RGB LED]] including a tutorial video: https://www.youtube.com/watch?v=K2m6ttZ1bJw
+
<p><b>The page describing the [[LED]] is now setup as example</b>
* There is an example of how to program the [[LED Ring NeoPixel]]
+
<p><b>The first tutorial pages are up: [[Tutorial Basics]] and [[Tutorial Digital IO]]</b>
* The page describing the [[LED]] is now setup as example
+
<p>Enjoy.</p>
* Tutorial pages are up: [[Tutorial Basics]], [[Tutorial Digital IO]], [[Tutorial Analog IN]], [[Tutorial Display]], and [[Tutorial Network]]
+
<p>Your SWH Team.</p>
* There are pages with the [[Tasks SoSe2020|Individual Tasks]] as well as for the [[Group Project SoSe2020]]
+
<hr>
* There is a description of the [[Tasks_SoSe2020]]
+
<h2 id="important-links">Important Links</h2>
 +
<ol>
 +
<li>
 +
<p>Wiki: [[Main Page]] or:</p>
 +
<ul>
 +
<li>[[Special:RequestAccount|Create a new account]]</li>
 +
</ul>
 +
</li>
 +
<li>
 +
<p>Discord Server:</p>
 +
<ul>
 +
<li>Invitation: [https://discord.com/invite/JhMs6jX] </li>
 +
</ul>
 +
</li>
 +
<li>
 +
<p>Micropython: [https://micropython.org/:https://micropython.org]</p>
 +
</li>
 +
<li>
 +
<p>Course page: [https://www.um.informatik.uni-muenchen.de/studium_lehre/ss20/swh/index.html]</p>
 +
</li>
 +
</ol>
 +
<hr>
 +
<h2 id="sketching-with-hw--sose2020">Sketching with HW – SoSe2020</h2>
 +
<p>Leaning Goals:</p>
 +
<ul>
 +
<li>Sketch with programmable Hardware</li>
 +
<li>Build basic circuits connected to the microcontroller
 +
<ul>
 +
<li>Output: LEDs, Servos, Motors, Speakers, Display</li>
 +
<li>Input: buttons, Dials, Light sensitive resistors, accelerometer, distance, I2C sensors</li>
 +
</ul>
 +
</li>
 +
<li>Program and Debug MicroPython on ESP32
 +
<ul>
 +
<li>Input, Output</li>
 +
<li>Networking</li>
 +
</ul>
 +
</li>
 +
<li>Envision a new interactive physical object and implement a functional prototype</li>
 +
</ul>
 +
<hr>
  
= Courses =
+
= Topic of this terms course: Connected objects =
At this point there is only one course (summer term 2020 at LMU) ... but we hope for more in the future.  
+
This term we ask you to invent and physically sketch connected objects.
  
Please go to the course page for details, timeline, and requirements:
+
The [[Project_Topic_SoSe2020|project topic]] is described in more detail at: '''[[Project_Topic_SoSe2020]]'''
* '''[[LMU SKWH 2020]]''' - LMU Sketching with Hardware, Summer Term 2020
 
* there is also a gallery with results from the last course: [[Gallery 2020]]
 
  
= Foreword and Introduction to Sketching With Hardware =
 
The course is part of our question of how to create functional prototypes for exploring interactive systems. There are some introductory slides (
 
[https://www.sketching-with-hardware.org/files/WhySKHW2020.pptx pptx], [https://www.sketching-with-hardware.org/files/WhySKHW2020.pdf pdf]) that are shown in the introductory video (https://youtu.be/Irxo9b5cexs).
 
  
In the article "Understanding and researching through making: a plea for functional prototypes" ([https://dl.acm.org/doi/10.1145/3058498 in the ACM DL] , [https://www.sketching-with-hardware.org/files/functional3058498.pdf as PDF]) we discuss three different approaches to create prototypes. In this course, we focusing custom hardware development for research and development in human-computer interaction.
+
= Timetable =
  
<youtube>Irxo9b5cexs</youtube>
+
== Kick-off Meeting  ==
 +
27.7.2020 at 17:00 (90 Minutes, Zoom) – life online event
 +
* Introduction of the topic and format
 +
* Showing examples of the hardware and tools
 +
* Talking about resources
 +
* Introducing participants and teachers
 +
* Building of groups of 3 or 4 students – groups will work remotely
 +
* Kits can be picked up (or shipped) to students individually.
  
== Learning Goals ==
+
== Preparation phase (self-paced) ==
The overall learning goal is the equip students with skills to '''Envision a new interactive physical object and implement it a functional prototype''', this includes:
+
10.8. to 28.8.2020
* understand why sketching with hardware is relevant
 
* understand the challenges in creating function prototypes
 
* being able to create basic hardware sketches
 
* being able to program and debug MicroPython on ESP32/ESP8266
 
* being able to build basic circuits connected to the microcontroller, including
 
** output: LEDs, servos, motors, speakers, display
 
** input: buttons, dials, sliders, LDR, accelerometer, distance, I2C sensors
 
* being able to program basic networking (network variables)
 
  
= Important Links =
+
The is a detailed description of the [[Tasks SoSe2020|tasks]] and requiements at: '''[[Tasks SoSe2020]]'''
* Wiki: https://www.sketching-with-hardware.org/wiki and please [[Special:RequestAccount|Create a new account]]
 
* Micropython: https://micropython.org/
 
* Discord Server for LMU students- Invitation: https://discord.com/invite/JhMs6jX
 
* Course page: https://www.um.informatik.uni-muenchen.de/studium_lehre/ss20/swh/index.html
 
* if you have questions, please email to [mailto:swh@um.ifi.lmu.de swh@um.ifi.lmu.de]
 
  
= Video Tutorials =
+
There are different video Tutorials available, e.g.
 
* [[Tutorial Basics]]
 
* [[Tutorial Basics]]
 
* [[Tutorial Digital IO]]
 
* [[Tutorial Digital IO]]
 
* [[Tutorial Analog IN]]
 
* [[Tutorial Analog IN]]
* [[Tutorial Display]]
 
* [[Tutorial Network]]
 
* [[Tutorial AutoRun]]
 
  
= List of Videos available =
+
We will have a Discord Server were you can log in when you are working on your project.
* https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube]
+
This way you can talk to the other students and help each other out and chat.
* https://youtu.be/_TrKPDOReJc Flashing the MicroPython image onto the ESP32 and ESP8266 microcontroller [17:01, on Youtube]
+
On workdays, there will be at least one knowledgeable person in the virtual lab so you can get help.
* https://youtu.be/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube]
+
 
* https://youtu.be/e3No4wGGQas What is in the hardware box? [10:19, on Youtube]
+
 
* https://youtu.be/0KGgYsEZcZM Digital Output - adding an LED to the controller [30:30 on Youtube]
+
== Intermediate Meeting ==
* https://youtu.be/G6HZ1etMRbM Digital Output - connecting an LED - WebREPL based[16:54 on Youtube]**
+
31.08.2020 at 17:00, (90 Minutes, Zoom) - live online event
* https://youtu.be/XovIHYo7s1A PWM Output - connecting a servo [45:38 on Youtube]**
+
 
* https://youtu.be/va1beT6sxLs Digital Input - connecting a switch [30:31 on Youtube]**
+
All group project proposals are presented (if you cannot make this date, you may submit a video recording of your idea)
* https://youtu.be/gjj5KyK2qGI Analog Input - ADC - connecting a resistor, voltage divider [46:23 on Youtube]**
+
 
* https://youtu.be/MXfj_gWf0z4 Uploading and running python files with uPyCraft IDE [6:48 on Youtube]
+
See [[Tasks SoSe2020]] and [[Group Project SoSe2020]] for details and requirements.
* https://youtu.be/PJ3nQo_Hw3I Connect the ESP32/ESP8266 to the Internet, IoT, netvars.py [8:52 on Youtube], https://www.sketching-with-hardware.org/files/netvars.py module
+
 
* https://youtu.be/UbxwePvgX-U Print to the OLED Display that is mounted to the ESP32 board [22:00 on Youtube], https://www.sketching-with-hardware.org/files/display.zip include the ssd1306.py module and examples to use it
+
== Getting started ==
* https://youtu.be/kzgUN_h1bqw Use main.py as entry point to start your MicroPython code [29:23 on Youtube]
+
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
* https://youtu.be/K2m6ttZ1bJw Connecting an RGB-LED and programming it with Micropython [31:11 on Youtube]
+
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
* https://youtu.be/HPQMvL1SP_c Connecting speakers and an amplifier, creating sounds ==
+
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
* https://youtu.be/3J3GbD2PrCs Connecting the analog Joystick
+
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* https://youtu.be/C0W-wI0qHIQ Connecting a PIR motion sensor
+
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
* https://youtu.be/EIwjeek5hnM Connecting a stepper motor (28BYJ-48) and driver (ULN2003)
 
* https://youtu.be/PJdDUZWeIDs Connecting the HC-SR04 distance sensor
 
* https://youtu.be/YFKACI_TfqA Connecting the MPU-6050 sensor (acceleration, gyro, temperature)
 

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)