Project 1: Running running
We got this inspiration from the parkour games like Super Mario. And we want to make a physical one. We would use pressure sensor/distance sensor to detect the user’s movement and translate into the instruction “jump”, “crash the blocks” or maybe some more interesting actions. This project could serve as an exercise game for people who love playing games while lacking or are too lazy to do exercise. And also during quarantine, people couldn’t go out so this could also be a funny exercising game for them to do some interesting exercise at home. I think the main challenge we would overcome is how to design each sensor to detect and distinguish people’s different movement.
We actually built a assumed model for this: https://editor.p5js.org/yk2308/sketches/ftL7AgdCq
Project 2: Good good study, day day up
For this project, we want to make something for children education. We have several cards with some pictures or words or short articles and a “machine” that could distinguish different cards. When kids put the card in the machine, they could see the relevant information and vocal introduction of the content on the card. I’m wondering whether I could even add some quizzes. The main challenge we would overcome is how to distinguish different cards. My current assumption is that I would attach glass paper of different transparencies to each card and when the light goes through that glass paper, the light sensor will read different numbers. And I detect the range of number in advance to realize this. As for how to present different content according to the input from the “card reader” in processing, I knew there’s a “case” that might be helpful according to my research.
Project 3: Drink water!
This is a project that could urge the user to drink water. Because drinking 8 glasses of water (about 2500mL) is the most beneficial for the sake of a healthy body but according to our research, most of people couldn’t reach this standard. So we want to design a tree (maybe some other plant) in processing. When user drink different amount of water, the tree would be present in different status to urge the user to drink water(too less water-the leaves dried up proper amount-the leaves are green and healthy too much water-the root would rot). I think the most challenging part for this project is to find a proper way to detect how much water the user had already drank. I originally thought about putting humidity sensitive resistors in the cup or water jar but this is not clean. I’m still trying to find out what other sensors could be used to detect the water level change.