Week 9: Reading Response

From these articles by Tom Igoe, it’s clear that physical computing offers immense creativity and excitement. The examples shared in the first article, “Physical Computing’s Greatest Hits (and misses,” introduced various creative possibilities that sensors and technologies offer in creating interactive projects. It was fascinating to see how simple touch, thermal, light, and sound sensors could be integrated into creative projects that evoke emotional responses in users. The concept of the “remote hugs” project was particularly intriguing. Although Igoe explained that the user didn’t quite feel hugged, this project succeeded in radiating positivity and satisfaction, aiming to engage users on an emotional level. I particularly appreciate the idea he raised that not everything has to be entirely original, but it can be improved upon and reimagined, which is inspiring. Therefore, I am more encouraged to explore projects that can bring positivity and emotion to users in innovative ways, even if they build on existing concepts.

The second article, “Making Interactive Art: Set the Stage, Then Shut Up and Listen,” explains interactive art’s interactivity and how it should be approached. In interactive art, the core message is to create a meaningful dialogue between the artist and the user. Allowing the user to explore and interpret the artwork without explicit guidance can lead to more satisfying experiences. I think this element of surprise and discovery is crucial in interactive art, enhancing user satisfaction. I also realized that open-ended interactive pieces are particularly suited to this approach, as users can uncover the artist’s intentions by exploring various features or come up with their interpretations. Also, one thing about interactive art is that the user feels engaged in creating something by interacting with the work, which makes the project much more fun and meaningful to the user. The article also touches upon user experience design (that we have learned from previous readings by Norman), such as providing interactivity hints. It is valuable advice as it ensures that users intuitively understand how to interact with the artwork.

Week 8 – Response

Maragret Hamilton’s Story

I think it’s really empowering to see historical figures (that not much of the public knows about) having made impact that, again, we sometimes don’t know well about or take for granted in some way.

I think as a person studying computer science, the question of what fields will rise and fall, and what impact I will be able to make in different fields is always daunting as much as it is exciting. It might be because I am still a student, but the decision to go into a field that’s not perferred or considered prospective would not have been easy. I think the burden would have also come from the fact that once such big projects go wrong, they may lose both a lot of money and individuals. Becoming pioneers under these pressure, and leading future generations follow the way is definitely ( in my opinion) something all future programmers dream of.

Emotions & Design

I’m very excited that this topic has been raised again. I remember that in one of the readings from the first half of the course, there was a question of how designs need to consider both the funcitons and the attractiveness.

I remember this as the discussion I had with my group in class was really interesting. It is without doubt that finding the right balance between function and design is important. However, it also becomes a question whether this applies to all cases.

For instance, maybe if it’s something that’s not that frequently used. Maybe in that case, it’s more important for the product to merge into the design of its environment and not be considered as a hideous object.

Or, in other cases, it might be that something is for such private use that there is no need for it to be attractive. Maybe people don’t care about how something looks, if they are just going to use it at homes, on their own.

I think it really shows that yes, it’s important to find a balance, but this question is even harder as ‘the right balance’ differs by every situation.

Switches

Concept

When I thought about a LED lighting up, I wondered what connotations or messages it could give. The red and blue lights are commonly used to let people know if something’s good to go or not. With this, I thought about simple ways to connect LED lights and safety.

 

Approach

I found a safety vest that had velcros on them. When one wears the vest, they need to close the velcros, which means the two sides will meet. This is the exact concept of switches, so I decided to use this action.

When you wear the safety vest, the blue light will turn on, signalling that you’re good to go outside and have fun! (or work, to be realistic)

Expansion

I only used blue light to show that things are good to go. I think a good feature to add is the red light, that shows that the vest is not worn properly. This action would be eliminating contact, so I would need to think about how I would use this action as a switch (as it’ll be different from the blue light’s logic).

Week 8 – Reading Reflections

Norman,“Emotion & Design: Attractive things work better”

I agree with the author’s ideas on balancing design and practicability when designing objects. From my personal experience, I know how frustrating it is when I am in a hurry and something doesn’t work. I was doing a group assignment and the final step was to finalize everything and put our final elements together and format them. However, the formatting software was extremely difficult to use. It wasn’t until I almost finished everything that it told me I needed to use paid methods to finish the export. I was so stressed that I did what they wanted and paid a subscription because the deadline was getting near. In the end, the task was finished. But it was after that I realized I didn’t use the paid method at all. It was only advising me to pay the subscription because it thought I might need the method. That is how I realized that in stressful situations, certain designs can serve different purposes and lead the user to do certain stuff they might not have done without the pressure. If there had been no pressure when I was exporting the project, I would have read what it said more carefully and thought about whether I needed the subscription. Therefore from my perspective, I agree with the author’s idea that emotions affect design, and for a design to be easy to use in stressful situations, all functions should have clear implications on how they should be used.

Her Code Got Humans on the Moon

After reading the article, I have great respect for Margaret Hamilton. At a time when men dominated the tech industry, Mrs Hamilton, as a working mother, achieved much that other men could have never thought of. Also, at the crime, coding was much harder than it is today. These days coding can be done with languages that have syntax pretty close to human language that’s easy for people to understand. However, at that time, coding was “punching holes in punchcards”. The difficulty and the stress of being responsible for developing a manned spacecraft are insane and unthinkable. Her achievements were outstanding enough, and the environments in which she got those achievements added to the greatness of her work. I have nothing but respect and awe for this woman.

Creative Switch

Concept

The main concept is to create a switch that isn’t necessarily a physical switch but a gate that returns true when a requirement is fulfilled. I created a switch that can provide an alert based on the water level of a specific environment. The circuit looks like this:

The two switches at the bottom part of the board indicate the water levels. Whatever the water level is, the rightmost LED always shines. If the water level is above a threshold, the second LED shines too. If another threshold is met, the third LED shines. This serves as an alert system for the water level of a specific environment. The actual functional circuit is shown below:This is what happens when there is no water in the cup.This is what happens when the water in the cup only reaches the first thresholdThis is what happens when the water level reaches the maximum value.This is what happens when I disconnect the second LED, because the power the red LED needs is more than the yellow one needs, so it might not be obvious that the red one is shining. This image is to show that the red one is shining when the water level is high.

Week 8: Reading response

Her Code Got Humans on the Moon—And Invented Software Itself:

I have heard about Margaret Hamilton several times before, but I have never actually read her story until now. I find it so inspiring how she managed to defeat all the stereotypes and the stigmas around her working in the field and managed to not only create a successful code that would allow people to go to the moon but she was also able to detect an error no one else had found and when she was told that it would never happen, she still didn’t give up on it and found a short term solution, telling astronauts not to choose P01, and a long term solution, the actual solution that saved the Apollo 8 when the astronaut chose P01. I believe that more people should take a page from her book and be persistent and consistent with their software projects and not brush off minor mistakes. Up until this reading most readings were focused on design and creativity, but I like that this reading invites us to think about the technical aspect of coding and interactive media, Additionally it highlights the fact that minor errors should be taken care of or else they might turn into major catastrophes.

 

Emotion & Design: Attractive things work better:

I have always underestimated the process of design, I have always thought of it as something very easy to master, but once again I have been proven wrong. I did not realize how complex design actually is. Having to understand how the human mind works so that you can design a product that would make the person feel better about themselves in positive situations and not induce extra stress and anxiety in extreme situations is a skill that unfortunately not all designers possess. At several points throughout the reading, I found myself nodding and agreeing with the author, i found myself thinking back to scenarios where an object that is poorly designed would annoy me more than i am already annoyed and ruin my whole day just because it wouldn’t function the way i want it to, or when I’m having a good day and everything just seems to make sense and work perfectly fine. I realize now that it is not a coincidence but rather a thing that designers take into account when designing everyday things to ensure that humans are satisfied with the product. The author described the concept of affect in such a way that makes it so clear and easy to understand without over complicating it. The example of walking, dancing and jumping on a plank got me wondering how our gut feeling and intuition have such a strong influence on our thoughts and our decisions which makes it even harder for designers to predict our feelings at a certain point and tailor their products accordingly.

Week 8: Reading reflection

As someone new to physical computing, finding inspiration in the idea that reusing existing concepts is a valuable part of the learning process is truly motivating. Throughout the works given, the work that inspired me the most is Scooby-doo paintings. The use of distance sensors and advanced camera technology in interactive art installations is captivating due to its ability to transform the viewer’s passive observation into an active and personalized experience. It blurs the lines between traditional artwork and audience participation, immersing viewers in the art’s narrative. As the artwork responds to the viewer’s presence or gaze, it becomes dynamic and engaging, fostering a deeper connection and sparking curiosity. Each interaction with the artwork is unique, creating a different emotional journey for every individual. This fusion of art and technology not only showcases creative expression but also represents a harmonious blend of the traditional and the contemporary, making it an innovative and intriguing form of artistic engagement.

In the blog “Making Interactive Art” by  TIGOE, he clearly mentions the task of a designer. I completely agree with that sentiment. During a recent exhibition, I attempted to engage with one of the games, but the artist overwhelmed me with a multitude of instructions that were challenging to grasp all at once. Instead of approaching or presenting an idea in this way, as TIGOE mentioned, when designing an interactive artwork, our primary objective is to provide the audience with essential context and then allow them to engage with the piece autonomously. Create the space, place objects for interaction, and hint at a sequence of events through their arrangement. Make interactive elements accessible by providing clear cues and handles. Ensure that objects meant to be untouched are not within reach. If you want the audience to uncover hidden elements, drop hints, but eliminate any unnecessary distractions or clutter from the environment to keep the focus on the intended experience. The audience plays a crucial role in completing the work through their actions. Guide them on how to engage, discover, and interpret the piece emotionally.

Week 8: unusual switch

Concept: 

The concept of the switch is pretty straightforward, you place a book on the designated part of the desk and if I had read this book already the Red LED turns on indicating that this book has already been read. If I hadn’t read that book yet then the Green LED would turn on indicating that this book is new. 

Process & Highlights:

I created the following circuit that has two LEDs in parallel and the switch determines which, if any, is turned on:

Then I connected the aluminum foil ends to each of the books and on the desk by glue pads and that was it. Whenever I place one of the books on the desk, it shows whether I have read it or not!

 

 

Here is a video demo of the switch:

https://youtu.be/2xE2YWdkiFQ

Reflections:

I found this exercise pretty easy and fun to implement. I would love to create more advanced switches in the future and find a way to incorporate more creativity within.

Week 8: Unusual Switch

Concept: For this assignment, I wanted to develop a concept related to car parking. As a driver, I often find parking to be the most challenging part of the process. I spend a lot of time trying to gauge if I’m at the right distance, whether my car is perfectly within the parking space, and whether I’m about to bump into the front wall. To address these concerns, I came up with a model that incorporates a simple solution: when your car is properly within the parking boundaries, a light starts blinking, indicating that you’ve successfully parked your car.

Demonstration

Process:

Materials and components used: LED lights, Cardboard box, Resistor, Wire, Aluminum foil, tape, Breadboard, and Arduino board. By using these elements, I created a parking lot, and a simple series connection, connected with aluminum foil. Two wired are attached with aluminum foil, when they are in contact, the LED lit up which indicates that the car is parked rightly.

Reflection:

I am content with my work, yet I would like improve it by adding some sound element if parked wrongly. And also I would like to improve the setup as well.

unusual switch

I made a simple “switch” which completes the circuit when there’s a conductive fluid in between the ground and live wire. It’s a simple circuit, and there’s not much to it really. Water is not supposed to be conductive, but the tap water on campus has added minerals, so that works for this purpose. I just used the LEDs and jumper wires in the Arduino kit, and borrowed some solid core wires from the IM Lab to put in the liquid container.

I had the most fun making the demo film with my friend, though. Here’s the demo:

When my friend pees in the container with the two exposed wires which were initially not touching, the circuit is completed, and the LED lights up.