Greetings to you all, this is a crazy artist from the land of a thousand (frozen, at this time of the year) lakes, doing an art installation with the Arduino (Uno).
Here is a picture of my art installation. This is a work in progress.
And the installation will look something like this:
See the random generator in action.
I will post more pictures of the finished installation, once it is up in the gallery. Now I am still tinkering with it.
The Arduino code was a piece of cake. I did a horrible mess at first using switch case to convert decimal numbers to binary. Now I used the PORTD command and the code is a lot prittier. Here it is on github.
Unlike in the video, now I get a fast sequence of random numbers followed by a random number for q seconds. Just tweaking this is a lot of fun.
I will add interactive elements in my next project. I have a lot of ideas and the Arduino is simple to program so it does not inhibit creativity, it makes it possible to do absolutely anything!
If there are any cryptographers out there - please comment as to how random this is
Because I have zero idea...
As for the electronics, it is very easy. You need a seven segment LED, and a BCD -> 7-segment decoder. The Arduino digital outputs are connected to the decoder, which is connected to the LED. As to how you connect them, read the datasheets of your parts. This is not a follow along tutorial, but if you have any question, I will try to help you out. Another solution would be to just connect the LED directly to seven digital outputs on the Arduino, but I happened to have the right part in my box, so using the decoder was simpler.
Here is what I used:
LED:
Kingbright SA08-11SRWA
BCD-7-seg decoder:
SN74LS247N
Thank you all and if you just post what you think that'll make me very happy.
ozf1r


