Difference between revisions of "Main Page"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
** input: buttons, dials, sliders, LDR, accelerometer, distance, I2C sensors
 
** input: buttons, dials, sliders, LDR, accelerometer, distance, I2C sensors
 
* being able to program basic networking (network variables)
 
* being able to program basic networking (network variables)
 +
 
= Important Links =
 
= Important Links =
 
* Wiki: https://www.sketching-with-hardware.org/wiki and please [[Special:RequestAccount|Create a new account]]
 
* Wiki: https://www.sketching-with-hardware.org/wiki and please [[Special:RequestAccount|Create a new account]]
Line 37: Line 38:
 
* [[Tasks SoSe2020|Individual tasks and group assignement]] in the preparation phase
 
* [[Tasks SoSe2020|Individual tasks and group assignement]] in the preparation phase
 
* [[Group Project SoSe2020]]
 
* [[Group Project SoSe2020]]
 
= List of Videos available =
 
* https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube]
 
* 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
 
 
  
 
= Topic of this terms course: Connected objects =
 
= Topic of this terms course: Connected objects =
Line 81: Line 68:
 
This way you can talk to the other students and help each other out and chat.
 
This way you can talk to the other students and help each other out and chat.
 
On workdays, there will be at least one knowledgeable person in the virtual lab so you can get help.
 
On workdays, there will be at least one knowledgeable person in the virtual lab so you can get help.
 
  
 
== Intermediate Meeting ==
 
== Intermediate Meeting ==
Line 90: Line 76:
 
See [[Tasks SoSe2020]] and [[Group Project SoSe2020]] for details and requirements.
 
See [[Tasks SoSe2020]] and [[Group Project SoSe2020]] for details and requirements.
  
== Getting started ==
+
= List of Videos available =
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
* https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
* https://youtu.be/_TrKPDOReJc Flashing the MicroPython image onto the ESP32 and ESP8266 microcontroller [17:01, on Youtube]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
* https://youtu.be/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
* https://youtu.be/e3No4wGGQas What is in the hardware box? [10:19, on Youtube]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
* 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

Revision as of 12:04, 13 August 2020

Latest News

We are currently on the Preparation phase (self-paced), get your SWH kit ready and follow the Individual Tasks. We will answer your questions in the discord server (links below).

Here are some recent changes:

Foreword to the Sketching With Hardware wiki

TODO - basically what we had in the first live session

Learning Goals

The overall learning goal is the equip students with skills to Envision a new interactive physical object and implements a functional prototype, this includes:

  • 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

Video Tutorials

Tasks and Requirements

The course includes several 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!

Topic of this terms course: Connected objects

This term we ask you to invent and physically sketch connected objects.

The project topic is described in more detail at: Project Topic SoSe2020

Timetable

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.

Preparation phase (self-paced)

10.8. to 28.8.2020

The is a detailed description of the tasks and requiements at: Tasks SoSe2020

There are different video Tutorials available, e.g.

We will have a Discord Server were you can log in when you are working on your project. This way you can talk to the other students and help each other out and chat. On workdays, there will be at least one knowledgeable person in the virtual lab so you can get help.

Intermediate Meeting

31.08.2020 at 17:00, (90 Minutes, Zoom) - live online event

All group project proposals are presented (if you cannot make this date, you may submit a video recording of your idea)

See Tasks SoSe2020 and Group Project SoSe2020 for details and requirements.

List of Videos available