Difference between revisions of "Main Page"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
Line 59: Line 59:
  
 
= List of Videos available =
 
= 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/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/_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/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube]
Line 68: Line 68:
 
* https://youtu.be/va1beT6sxLs Digital Input - connecting a switch [30:31 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/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/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 module
 
* 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
 
* 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

Revision as of 14:49, 14 June 2024

Latest News

The LMU SKWH 2020 - LMU Sketching with Hardware course (Summer Term 2020) we have completed the Preparation phase (self-paced), and done the Individual Tasks. Please get organized in your group.

We will answer your questions in the discord server (links below).

Todos for you:


Here are some recent changes:

Courses

At this point there is only one course (summer term 2020 at LMU) ... but we hope for more in the future.

Please go to the course page for details, timeline, and requirements:

  • 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 ( pptx, 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" (in the ACM DL , 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.

Learning Goals

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:

  • 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

List of Videos available