Monday, January 21, 2019

Starting a new project, an Art Installation.

At Art Basel Miami Beach 2018, I saw an art installation that consisted of seven-segment displays hanging from the ceiling. Some of the displays changed.

https://www.instagram.com/p/BrLMl_IHYBo/


The artist name is Tatsuo Miyajima, some of his art installations can be seen below. He specializes in using seven-segment displays.

https://www.instagram.com/explore/tags/tatsuomiyajima/


This got me thinking. An Arduino Nano can drive 9-10 Seven-Segment Displays in a multiplexed arrangement. Up to 11 displays can be driven if one does not connect the decimal point. A board size of 100x100mm can comfortably fit 9 0.56" (13mm wide) displays and an Arduino Nano to control them.

The boards will be networked using two 3-pin headers. The header carries power, ground and a serial port signal. The header on the left connects the serial port to the receive (RX) pin on the Arduino Nano, and its TX pin is connected to the header on the right. This way, each Arduino in the chain receives commands from an upstream device and sends them to the next device.

The first board will have two Arduinos soldered, the first one holds the instructions to light up the digits in the whole installation and it sends serial commands to the other Nano in the same board, this Arduino will light up the LEDs and forward the rest of the commands down the line to the other boards.

A board was quickly designed in Fritzing. The front layer has a minimal amount of vertical lines, the rest of the traces are in the back. All of the vias are hidden under the displays.


The board gerbers were exported and uploaded to PCBWay Gerber viewer.
https://www.pcbway.com/project/OnlineGerberViewer


The board will be manufactured in Red, to match the color of the seven-segment displays.

https://www.aliexpress.com/item/10PCS-0-56inches-7-Segment-1-Digital-LED-Display-Super-Red-Common-Cathode-AUG-18-Dropship/32914934580.html

The front side of the board is very minimalistic, no marks whatsoever and minimal copper showing. The design is symmetric.


The back has a few markings and a little more copper visible.


Parts have been ordered. Stay tuned for part two...

You can also follow this project on Instagram:
https://www.instagram.com/arduinoenigma/

and on Hackaday.io
https://hackaday.io/project/163549-a-seven-segment-art-installation