Keep Walking

Keep Walking: Converting Everyday Traffic Signals to Attractive Public Art

Traffic signals like traffic lights are functional facilities that people avail themselves of on a daily basis. In Taiwan, pedestrians often see an electronic pedestrian crossing signal in the form of a little green man who keeps walking when they are allowed to walk. Even though this little green walking man is helpful to road users, a rising number of pedestrians would be looking at their cellphones while crossing the street. Such a distraction would make walking at traffic signals rather dangerous as a consequence. The challenging task here has become how to make traffic signals more appealing in order to draw pedestrians’ attention to the traffic from their distracting electronic devices. In this project, I have transformed the dull everyday traffic signals into an attractive three-dimensional display (LED Cube) public art installation based on the theory of the LED matrix panel. The aim of the project is to get animated traffic lights imbued with a sense of reality for pedestrians in order to make them more aware of their immediate hazards from the surrounding traffic.

INTRODUCTION

“Little Green Man,” a 2D animated traffic light system in Taiwan, was initially introduced in Taipei City in 1999, and was later implemented everywhere in the country in a few years. The light displays an image of a little green man with a hat, animated in seven frames at varying speeds to suggest relative urgency [1]. From my perspective, the 2D traffic signal looks a little monotonous. I accordingly came up with an idea to replace it with a three-dimensional matrix light installation. This helps turn the traffic signal of “little green man” into a public art with more human touches. Since the traffic signal is part of everyday life in Taiwan, my innovative alterations of the little green man give pedestrians a refreshing experience in their mundane walks in the city. My project “Keep Walking” is a light installation that puts Taiwan’s daily traffic at the crossroads in perspective. Ultimately, this artistic rendering of the traffic signal is intended to become not only a public artwork but also a reminder for pedestrians on busy streets to become more alert to the traffic as a way to cut down traffic accidents.

Figure 1. The image on the left shows the Taiwanese little green man at a traffic signal. The picture in the middle indicates that the little green man walks gradually faster in accordance with the amount of time left. The picture on the right is the three-dimensional version of the little green man simulated.

This light installation was an invited work exhibited outdoors on campus at Taipei National University of the Arts [2] in Taiwan during “1st Kuan Du Light Art Festival (KDLAF)” from October 1st to 29th, 2016 [3][4]. Unlike lanterns at traditional lantern festivals [5], this exhibition where my light installation was on display featured the artistic nature of science and technological media. Therefore, artworks located at different sites on campus became the nighttime landscape art. The exhibition on the whole helped promote the appreciation of new media art.

Figure 2. The installation had attracted different age groups during the exhibition.

DESIGN

The “Little Green Man” I have recreated is a 10×10×10 LED cube with 1000 green LEDs that make up its 10 layers (anode) and 100 columns (cathode) all wired to two Arduino Mega boards as microcontroller boards based on the ATmega2560 with 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button [6]. I have programed codes for the boards to control the individual LED displaying different patterns of light for putting on a series of animated light shows. Since it is a three-dimensional matrix structure, viewers can watch the green man walking in the cube in any direction. They can accordingly see the animation of the 3D effect on the LED cube without wearing any 3D glasses. As viewers scan each layer of the matrix cube that delivers high or low signals, it appears to them that the lights on the matrix turn on in fits and starts. In order to connect multiple static frames of the cube for the persistence of vision, I have programed which number of LED to light up in accordance with specified times programmed on the Arduino Mega board which controls the playback speed of each frame. This will eventually make the animation on the matrix work. The persistence of vision works because the human eye and brain can only process 10 to 12 separate images per second, retaining an image for up to a fifteenth of a second. If a subsequent image replaces it in this period of time, it will create the illusion of continuity [7].

Figure 3. Red lines in the left image show 10 anode layers, whereas blue lines in the right picture illustrate 100 cathode columns.

This cube has 1000 LEDs so that it is impossible to hook up I/O port(Input/Output port) to each LED. Since it is impractical to control 1000 I/O ports and run 1000 wires through the cube with a microcontroller, I have created animation activated by the LED cube based on an optical phenomenon called the persistence of vision (POV). As each layer of the LED cube flashes one after another, the image will stay on the audience’s retinas for a little while after the LED is off. It gives the illusion of a 3Dimage where viewers are actually looking at a series of 2D images stacked on top of one another, namely, multiplexing. With this setup, I only need 10 (for each anode layer) and 100 (for the cathode columns) I/O ports to control the cube shown in Figure 3. The LED cube is made up of columns and layers with anode legs of every LED in a layer soldered together, whereas all the cathode legs in one column are soldered together. Each of the 100 columns is connected to the Arduino Mega board with a separate electrical wire and can be controlled individually. Also, each of the 10 layers has a divided wire going to the controller board which turns the cube on and off as the current flows through each layer. As a High value is written to a digital pin in one layer, the current from the cathode columns can only flow through that layer, whereas the other layers are off because of the LOW value. Therefore, the image produced on the 100 cathode wires appears on the selected layer. In order to put the next layer on display, the LOW value is given to turn off the current layer and switch the image on the 100 cathode wires to that in the next layer. As the High value is enabled in the next layer and the current layer is thus turned off, the lights would go on and off at a very fast speed.

Figure 4. The figure indicates how an animation is created in the form of LED cube by using Unity 3D to convert the output numbers of the LED cube into codes that are first processed by the program I have written at my website and then transferred from Arduino IDE.

In order to customize the animation I had planned for, I first used Unity3D, which supports both 2D and 3D development, to make a GameObject as a simulated animation [8]. By attaching a Rigidbody to the GameObject as a 3D character model, I was able to observe the interactions between the simulated little green man and particles in Unity3D. One thousand sphere particles were then created and arranged in a form of three-dimensional matrix with the specified numbers from 0 to 999. In order to get the numbers of the particles triggered by the character model, I wrote some scripts in C# to produce the triggered numbers as a list of each frame of the animation shown. After receiving the output data, I had to convert them into codes for Arduino. For the sake of making it more efficient for generating each number list of the frames, I constructed a website [9] in both HTML and JavaScript and used it as a tool for calculating and converting the output numbers from Unity3D to the codes [10] accessible for Arduino IDE.

MECHANISM AND CONSTRUCTION

3D Green Man Cube (the prototype of “Keep Walking”)

The Arduino system as a computer software that controls the Arduino Mega 2560 has been employed to construct a small 10×10×10 LED cube as the prototype of the final large public art version LED matrix cube, “Keep Walking.” The volume of the prototype is about 30cm (H)*30cm (W)*30cm (D).

  • Step 1, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 2, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 3, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 4, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 5, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 6, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 7, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 8, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 9, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 10, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 11, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 12, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 13, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 14, "Keep Walking", Wan-Ting Hsieh (謝宛庭)
  • Step 15, "Keep Walking", Wan-Ting Hsieh (謝宛庭)

These images show the process of building a layer with 10×10 LEDs by inserting a LED into each individual hole made by an electric drill and soldering the pin of the LED to copper wires with different poles and how I use many short lumbers for shaping the LED cube. The electrical wires connected to I/O ports of two Arduino Mega boards is shown in the final row.

Keep Walking (public art version)

As a recreated extension from “3D Green Man Cube,” “Keep Walking” is a larger public art work of aluminum structure. It has 1000 glass lampshades, 1000 SMD LED Printed Circuit Boards, Arduino Mega 2560, 5mm acrylic sheets, 8 black sheets covering the top and bottom part, and 4 transparent sheets protecting the middle LED cube part. The volume of the creation is 300cm (H)*100cm (W)*100cm (D) placed outdoors at Corridor of Wine Pots, which is one of the famous landmarks at Taipei National University of the Arts (See the stimulation diagram in Figure 7). The installation is three meters in height and one meter in width with the LED cube installed in the middle of the creation because that is the most suitable height for audiences to watch.

Figure 5. The schematic diagrams on the first row indicate the respective visual effects in the morning and at night. The images on the bottom right are the actual installation of the work.

The 1000 spots of light are created with 1,000 pieces of SMD LED Printed Circuit Boards and glass lampshades of the same number. The hole on each glass lamp shade is manufactured by a laser cutting machine for the purpose of threading electrical wires through it. Since the whole installation is about 100 kilograms, it probably needs 4 to 6 people to move it. Incidentally, in 2016, before the installation was put on display at the first Kuan Du Light Art Festival (KDLAF), four strong typhoons, Meranti, Malakas, Megi and Aere [11], hitting Taiwan caused serious damage to many places. In order to protect the artwork from the storms, we moved the installation three times for about 100 meters from an open-air corridor to an indoor place.

Figure 6. These photos show the construction process of a bulb in the installation. The image on top right indicates an acrylic base of a bulb cut by the laser machine with a piece of SMD LED PCB affixed by two screws. It is then sprayed black to make it lightproof.

Figure 7. A line of 10 bulbs strung together and connected to a column pin of Arduino board is shown on top left. These bulb lines then were affixed to the aluminum extrusion structure with screws, washers, gaskets and nuts shown in the middle pictures on the first row. Different color electrical wires are used to classify specific layers of the cube. The installation is being tested by running the Arduino code to animate bulbs on different layers.

Flash (interactive tech-art performance version)

“Flash” is an interactive tech-art performance during “1st Kuan Du Light Art Festival (KDLAF).” This performance works with the Myo armband, a type of EMG sensors measuring electrical activities from people’s muscles to detect five gestures made by their hands. This device employs a 9-axis IMU, detecting the motion, orientation and rotation of one’s forearm. The Myo armband transmits this information over a Bluetooth Smart connection to communicate with its compatible devices [12]. In Figure 10, the professional dancer moves with the patterns of the light coming from the two installations behind her as she moves her body drastically with the Myo armband (This interactive technology was developed by Prof. Shih-Wei Sun.).

Figure 8. These images indicate how the dancer interacts with the two LED cubes behind her during the performance.

WORKSHOP

We held a workshop [13] where we taught the visitors who were interested in how it worked to create animation on the LED cube during the light festival. In the workshop, I supervised a session on building a 4×4×4 LED. Although people were afraid to use soldering irons at first, it turned out that they enjoyed soldering LEDs in the end. In particular, they were extremely excited about the result that their cubes could light up and simple animation was activated.

Figure 9. These images indicate the easy version 4×4×4 LED cube provided for participants in the LED CUBE workshop.

CONCLUSION AND FUTURE WORK

It is reported that the rising number of pedestrian fatalities in the US has a lot to do with the fact that people are using their smartphones while driving or crossing the road. According to the US Governors Highway Safety Association, 6,000 pedestrian deaths were reported in 2016. It was the highest number in the past two decades. The percentage of pedestrian fatalities was four times higher than the rate of overall traffic deaths. In fact, the ever-increasing use of cellphones by those who are walking or driving on the road is a major source of distraction that incidentally causes traffic accidents [14]. The purpose of my work is to make people more aware of their surroundings as a start and then convert everyday public facilities into dainty and appealing art installations. In fact, if devices like the little green man are able to successfully get road users’ attention back on the traffic from their cellphones, it is very likely that traffic accidents due to smartphone-related distractions will significantly lesson. In the future, I have plans for recreating the triple size of “Keep Walking” light installation in an area of open grassland for tourists who can slow down their pace and get immersed in Mother Earth’s nurturing and the charmingly blended artistic work in the open space.

Figure 10. The figures show the schematic diagrams of a giant size LED cube placed on the massive grasslands by affixing it with piles driven under the ground and constructed with iron tubes to avoid any natural disasters.

REFERENCES

[1] Wikipedia. (2018). “Xiaolüren.” [Online]. Available: https://en.wikipedia.org/wiki/Xiaolüren.

[2] Taipei National University of the Arts. (2018). [Online]. Available: https://w3.tnua.edu.tw/.

[3] 1st Kuan Du Light Art Festival (KDLAF). (2016). [Online]. Available: http://kdlaf.tnua.edu.tw/2016/kdlaf-keep-walking.html.

[4] 1st Kuan Du Light Art Festival (KDLAF). (2016). “Publicity Film.” [Online]. Available: https://www.youtube.com/watch?v=JwFNnrFyoQM.

[5] 2019 Taiwan Lantern Festival in Pingtung. (2018). “Pingxi Sky Lantern Festival.” [Online]. Available: https://eng.taiwan.net.tw.

[6] Arduino MEGA 2560 Overview. (2013). [Online]. Available: https://www.arduino.cc.

[7] Future Learn. (2018). “Persistence of vision: how does animation work?” [Online]. Available: https://www.futurelearn.com/courses/explore-animation/0/steps/12222.

[8] Unity3D. (2018). “Features.” [Online]. Available: https://unity3d.com/unity.

[9] Wan-Ting Hsieh. (2016). “LED Cube Animation Code Conversion Tool.” [Online]. Available:https://codepen.io/cv47522/full/qBEwVEm.

[10] My Green Man Animation Arduino Code. (2016). [Online]. Available: https://github.com/cv47522/Arduino_Mega_3D_Green_Man_LED_Cube.

[11] Typhoon Database. (2016). [Online]. Available: https://www.cwb.gov.tw/V8/C/.

[12] Myo 101. (2018). “Using Myo.” [Online]. Available:https://newatlas.com/myo-gesture-control-armband-review/39103/.

[13] 1st Kuan Du Light Art Festival (KDLAF). (2016). “Events.” [Online]. Available: http://kdlaf.tnua.edu.tw/2016/kdlaf-1002.html#e0201.

[14] BBC NEWS. (2017). “Smartphone Use Blamed for Road Deaths.” [Online]. Available: https://www.bbc.com/news/technology-39453497.

2022-08-20T15:32:42+03:00
Go to Top