Introduction to IT Convergence Engineering: Thanos's Finger Snap (Spring, 2019)
Introduction to IT Convergence Engineering
Prof, Donsup Jo
<Arduino>
In the movie, Thanos collects six Infinity Stones, puts them on gloves, flicks his fingers, and turns half of the creature into dust.
Here, I implemented the Infinity Stone with 5 LEDs, implemented by pressing a button instead of a finger snap, and expressed a scene that becomes dust with a finger snap as a buzzer sounding.
In addition, the lines that Thanos makes right before the finger snap are as follows. “You should, You should have gone for the head” This means that Thanos should have aimed at his head first at Thor, who put a hammer in his chest.
I made "You should have gone for the head" output to the monitor using Arduino's serial communication.
<processing>
When the Arduino button is pressed, it is configured to operate.
The peaceful appearance of the entire Earth in Finger Snap was implemented through an example-demos-graphics-planet,
After the finger snap, that is, when the button is pressed, a blank screen is displayed (half of the world disappears).
Also, "You should, You should have gone for the head" is output to the console of processing.
Comments
Post a Comment