Final Project Proposal: motion induced gaming

Description: 

Create a physically interactive system of your choice that relies on a multimedia computer for some sort of processing or data analysis. The Final should use BOTH Processing AND Arduino.Your focus should be on careful and timely sensing of the relevant actions of the person or people that you’re designing this for, and on clear, prompt, and effective responses. Any interactive system is going to involve systems of listening, thinking, and speaking from both parties. Whether it involves one cycle or many, the exchange should be engaging. You may work alone or in pairs.

Idea: 

I plan on creating a video game influenced by your hand moments using a glove. So the character in the game would be guided by different sensors on the gloves and move around accordingly. 

Processing: 

This will the area of display for the game. I am imagining creating a game something like Mario, which includes jumping and moving forward. In addition to that maybe I can get some enemies and some fighting as well. 

Arduino: 

Photoresistors , potentiometers, buzzer, and ultrasonic sensors are some of the things I plan on using on the technical part. I have not decided which sensor will help me for what function, but I am sure it is going to be something along these lines. 

Final Project Ideas

Idea #1: Music Mimicry

This idea is built on the instrument that we created for last weeks assignment. First, a short section of a famous song be played on the buzzer. Then, the player would have to replicate that short section of song by playing the instrument. If they play accurately, they win, but if they play inaccurately, they lose.

Input:

  • Multiple (at least two) ultrasonic distance sensors
  • Buttons: (1 on/off button, 1 play sound button, 1 accept input button)

Output:

  • 1 buzzer
  • Multiple LEDs (1 LED per note, to give some visual representation of the sounds being played.

Idea #2: Plane Simulator

This idea involves using an Adafruit BNO055 Absolute Orientation Sensor, or an analog sound sensor. Players would use the orientation/sound sensor to control an airplane avatar on screen. For example, yelling loudly would make the plane go faster. The game itself would be a side-scrolling course, with time to complete the course being recorded, and collectible objectives that lower the total time at the finish line. If you completed the course in 48 seconds but collected 5 tokens that each take off 2 seconds (for example), your final score is 38. Top scores would be recorded on a leaderboard so players could see how they stack up to others.

Input:

  • Adafruit BNO055 Absolute Orientation Sensor AND/OR Analog Sound Sensor

Output:

  • Visuals on computer screen

Final Project Proposal : Shamma & Theyab documentation


FINAL PROJECT CONCEPT:

The project is a weather-proof patio. It is a weather station that could be used for an outdoor area, as in a patio, a pet house, or even a plant house. The station will basically monitor the weather and take action when some conditions require attention.

DIFFERENT FEATURES:

  • The system will detect if it’s raining, and if it is then it will close the rollable roof.
  • The system measures the temperature and if the temperature is very high, it will turn on a fan.
  • The system detects if it’s nighttime and turns on the lights when it’s dark.
  • The system allows for monitoring of the sensors data on a screen
  • The system can be controlled manually, so the roof, the fan and even the light can be turned on manually using the screen controls.

SYSTEM I/O:

System will involve:
INPUT:
  • rain sensor
  • temperature sensor
  • Light Sensor
OUTPUT:
  • Servo or DC Motor
  •   Fan DC
  •   LED Strip with relay: A low-current circuit can regulate a high-current circuit, such as a huge LED light bar, using an electrical switch which is a relay.

EACH INPUT/OUTPUT DESCRIPTION ON ARDUINO & WHAT IT WILL SEND/RECEIVE FROM PROCESSING

Input Arduino:
  1. Rain sensor to detect if it’s raining
  2. Temperature sensor to detect the ambient (surrounding) temperature.
  3. Light sensor to detect the light in the area.
Outputs:
  1. Motor (servo or DC) to close and open the roof top
  2. Fan to cool down the temperature
  3. LED strip or bulb to add light during the night.

All the inputs will send the data to the processing to be visualized on the processing screen. That allows monitoring of the temperature, rain existence and light in the area.

All the outputs of the Arduino will receive control from the processing, as the system we are building will be controlled manually using the screen of processing or automatically using the Arduino code.



PROCESSING DESCRIPTION & WHAT IT WILL SEND/RECEIVE TO ARDUINO

Processing will be mainly used for two reasons:

  • Monitor the values given by the temperature sensor and other sensors.
  • Allow for manual control of the outputs. As we will add buttons on the screen to be able to turn on/off the outputs when we need regardless of the value.

The manual control is needed as sometimes even if it is not raining, we might want to close the roof top. Or even turn on / off the fan regardless of if it’s too hot. Also, turn on and off the light regardless of the time of the day.



CONCLUSION:

The system is useful as a weatherproof outdoor system for any area. It could be used for multiple stuff like:

-patio area, pet house, parking spot, garden, etc.

Or any other outdoor area that requires monitoring and controlling depending on the weather conditions.

Additional features would involve adding more sensors such as soil moisture for plants maybe or it could even add a person detector sensor for protection and safety reasons.

 

Final Project Proposal: Interactive Murder Mystery

For my final project, I want to work on an interactive murder mystery game.  The piece would let the player interact with it to get a sense of the setting of the story and the characters within it and then the player can proceed to search for clues, take interviews and finalize the suspect. The goal of the game is to find the killer. 

On a side note, as I finalize the storyline, I want to explore non-murder mystery storylines too, focusing on plots with mystery and thrill. Right now, I’m thinking of doing a storyline with Christie’s Crooked House. 

I want to create a soundscape for the game with eerie sounds, where the narrator invites the player to the story, talks about the place, and let them choose different characters and learn about them. For this part, I was thinking of implementing a potentiometer and a button or a switch that will let the user choose the character  – as opposed to clicking on the screen itself. 

After learning about the setting and the characters, the player can now look at the objects provided to them – these are things acquired from the murder scene. In this section, the user can interact with these objects to find some clues. I’m taking inspiration from the reading, “Brief Rant on the Future of Interaction Design”, by incorporating ways of interaction beyond buttons and slides. With the objects, I’m thinking of hiding some switches. What I’m envisioning is having all the objects connected via wires to make it look like they are secured to the table. As the player interacts with the object, I’m thinking of having a particular part of the material have some conductive material which when the user touches that part, it completes the circuit to reveal the clue. I was thinking of adding in some sounds for feedback as soon as this is done so that the player knows that they’ve found a clue and continues to press the hidden switch. 

The clues on their own could be simple puzzles like cracking codes, trying to find the missing pattern, riddles, etc. This way the player is engaged with the piece. 

Finally, when the time is up, they can choose the character who they think is the culprit and the screen will reveal whether they’ve won or lost. 

Processing would show the story, the clues, the stories of the character, and the final result. Arduino would take input from the user on which menu setting they’d like to choose, which character they’ve chosen, and input puzzle answers. 

Final Project Ideas

We are supposed to make a final project which combines Processing and Arduino, and as always, I have multiple ideas with a huge dose of indecisiveness.

Idea 1: DDR

I remember one of our readings mentioning this as an example of interactivity, but the idea of recreating a Dance Dance Revolution mat using force sensors sounds really fun to me. The Processing sketch would play the songs and also display which arrow you are supposed to step on when, and a score tally could be kept depending on whether the correct sensor was pressed on or not.

Idea 2: Piano Tiles

Because the musical instrument Jade and I made was a keyboard, I got reminded of the popular mobile application game Piano Tiles, which I used to play too. It would be a similar concept to DDR, the screen would show which note you should play and points could be accumulated based on correctness. There could be different levels of difficulty to choose from, to determine how fast the notes are to be played. The problem is that the keyboard circuit was really delicate and might be disturbed during the gameplay, but the Professor had mentioned soldering and a different kind of board which might fix this.

Idea 3: Some sort of Game Console

My other idea was to make some sort of game controller, which could be used to control a character on screen, and maybe use my midterm project or something else for this. Using the breadboard and buttons might be able to achieve this.

These are the only sort-of-concrete ones for now, in general I have a lot of thoughts swirling in my head and I’ll see what I end up leaning the most towards.

Final Project proposal: mini-Tesla

Idea:

For my final project, I am planning to build a mini Tesla car that will feature both autopilot mode and manual mode. When the autopilot mode is enabled, the car will be able to move around and avoid all obstacles. Whereas for the manual mode, the user will be able to control the car through processing using the arrows/buttons.

Processing:

The processing display window will feature two options (autopilot mode and manual mode) that the user can switch between, in addition to arrows/buttons that will enable the user to control the car’s movement.

Arduino:

For the technical part, I will be using four wheels, an ultrasonic sensor, a servo, an L298N driver, an LDR, and a couple of LEDs.

Final Project Proposal: Music Music

Description

Refine your final project proposal, including a finalized concept for the project, a description of what your Arduino program will do with each input and output and what it will send to and/or receive from Processing, and a description of what the processing program will do and what it will send to and/or receive from Arduino

Idea

For the final project, I want to simulate a music concert. I want to make a music rhythm visualizer both on screen and with LEDs such that a change in the music playing will change how the music is visualized.

Arduino

On the Arduino, I’m going to use a sensor to sense the rhythm of the music being played by a user.  I am also going to add multiple LEDs that will take the rhythm as input and dance to it. Depending on how this turns out, I am going to add a switch or sensor to send info to processing for a change in Music.

Processing

The processing at the same time receives the rhythm signals from the Arduino and shows a screen of the music visualization indicating the rise and fall of the beats.

The next step is to receive info from an Arduino sensor or switch to change the music being played as opposed to a user manually changing the music on a phone or device.

 

Final Project Idea: Generative Drawing

Description:

My idea is to make a drawing machine on Processing and to use Arduino-controlled Joy Sticks to control the mouse position on the screen.

The user would get to control the colors and save the image if desired.

If the user decides to save their generative art drawing, the 5 last saved drawings will show on the screen in a polaroid-like look.

Processing Inspiration:

I chose to make a generative art piece on processing because I feel that a drawing using a joystick can only get you so far without much practice, so I decided that a generative art algorithm would work better for this case.

These are some sources that I feel inspire my goal for the processing part of my project.

First design this is a randomly generated piece, but it is really close to what I thought of when I first thought of generative.

Second design This is a drawing piece where the letters are drawn instead of ink at the position of the mouse and the size is decided by the speed of the movement of the mouse.

Third design In this one the cursor is followed by randomly changing shape instead of a normal brush.

Fourth design This, like the first, does not follow the mouse, it is just random instead-but follows a random path and is not completely random.

I think this might be nice to add behind any of the other designs with a lower opacity to give a smoky look behind the drawing.

Arduino:

My plan is to have 2 joysticks, one to control the mouse location and one to change the color of the drawing at a certain point.

I also plan to add push buttons to toggle values that will reset/save/show prev saved images.

This is the arrangement I have in mind at the moment

Final Project Proposal – Jade

IDEA

For my final project, I plan to simulate a Claw Toy Grabber Machine.  A window showing the claw and toys should be displayed on Processing. On Arduino, there will be a joystick to control the movement of the claw, and a button which makes the claw go down to grab. If possible, I also want to make a coin pusher where player should first toss a coin into the box to start the game.

 

Arduino

I plan to make a box with a joystick on it, and leave a space to hold the coins. I am thinking about using a piezo for the coin pusher to check if something heavy has fallen on it. I will make some coins and also probably add some LED lights. When you win the game, toss a coin or press the button, the LED lights should light up in various patterns.

 

Processing

I will add physical collision to the toys, and try to simulate the difficulty of the real Claw Machine. So it won’t be easy to grab the toys. After pressing the button on Arduino, the claw will move automatically to the drop point, and the toy might fall down any time during the process. The goal is to successfully drop the toy into the box, and you can always play the game again by tossing a coin.

The difficulty is the physical collision between the claw and the toys, and how to judge if the claw has grabbed the toy or not. I think it would be better if the toy are composed of several parts, so that the claw could grab a toy by different angles/parts.

 

Serial Communication

Arduino should send data on the movement of the joystick, button status and coin pusher status to Processing. Processing will send signals of the game status to control the LEDs.

 

 

Final Project Proposal

For the final project, I would like to make some interactive processing sketch that emulates a personal diary and is controlled by arduino.

Idea: 

The interface will be in first person. The player will see diary notes being written automatically in slow speed similar to the writing speed of an actual person. This will simulate the act of a person writing their own diary. The text of the diary will be loaded and defined in the code itself. There will be various parameters changing that will affect the first person display the user will be viewing. These parameters could include level of consciousness and hunger. The goal of the user is to keep the levels of those parameters in check. If those parameters pass a certain threshold, the text being written will start turning into gibberish. Finally, if the levels of the parameters max out, the writer passes out and the screen blacks out.

My goal is to make this a story-driven experience, where the player needs to ensure the game does not end in order to complete reading the diary notes. I plan to source the diary notes from actual diaries that could be considered interesting for some reason.

Arduino: 

I plan to use digital switches and analog switches (such as the potentiometer) to give the player a way to control the changing parameters in the game. Depending on my final implementation, I could have some elements on the display which receive feedback from the switches and change somehow.

Processing: 

One way to implement alterations in the display environment is to simulate a desk on which the diary notes and other objects lie. The user’s interaction with different switches could alter different objects on the desk in some way.