Secret-Under-My-Skin is a performance that allows us to reflect on our natural necessity/desire to express our emotions, to share our innermost thoughts and to see them extended in the world. This project is sponsored by the Bundesamt fuer Kultur program Site/mapping. More information...

Sunday, April 22, 2007

Progress Report 006



What a shame! It's been one month since the last progress report (thank goodness Valerie you've been quite busy yourself, otherwise you would have noticed my laziness and fired me)! In any case, there's some good news in this report as I've managed to re-designed the led display circuit and re-written the program. So what's the difference from the old circuit/code?

In the old circuit/code each led was connected individually to a single output pin of a shift register. The advantages were:

1) The program was very simple: shift in the data with one data line
2) 'Scrolling' effect was by default accomplished with the shift registers
3) No need to store the entire message in the M32 (the shift registers stored the data)
4) No need to receive the entire message before displaying it
5) No need to continously refresh the display

But the disadvantages became clear when I tried to make the final circuit for the shift registers: there were too many wires and shift registers! For a 10-letter display (250 led's) the circuit had 250 output wires and 32 shift registers!

So the circuit/code was re-designed today and now it functions by addressing each row of the display and having one shift register for each letter. Because there's only one shift register for each letter, the IC (we will use surface mount) can actually be physically next to the led's, so no need to stretch long wires to put the shift registers somewhere else. The advantages are clear: for a 10-letter display (250 led's) the circuit has 19 wires (10 data-lines [one for each letter], 5 wires for the rows, plus 4 wires for power/ground/clock/output-enable) and 10 shift registers! In the photo you can see the wires and the single shift regsiter (I only have one letter, but each additional letter means only adding one shift register and one wire for data). Much simpler, no?

The disadvantages are that the M32 needs to store the entire message in memory, and it also needs to continously refresh the display. It is also difficult to do the 'column-scrolling' effect, so there will instead be a 'letter-scrolling' effect (which I think is an acceptable compromise).

Please take a look at the video to see everything working! In the video I touch two electrodes, connected to two different M32's, to transfer the message. Notice that the entire message transmits quite quickly (< 1s).

Now the next step is to add at least 2 more letters to the display so I can test the letter scrolling. I will also improve the program so that it can periodically listen for new messages being sent to it. Finally I will make the display work with the morse code program. It's going to work very well!



Transferred Message: ENJOY YOUR TRIP

Order! Order!



The past two weeks were hectic, with little progress and some general disorder. But finally the desk is clean and productivity is back to normal!

Sunday, April 1, 2007

Don't let it get out of control!



My desk is getting messy, parts are getting mixed up and cables tangled! The past two weeks were a bit chaotic, with inconsistent progress and things becoming a bit out of control. I can't let it get worse, so tomorrow my priority is to clean up the desk, reorganise all the cables and take out the trash (empty boxes are stacking up). I will also replace temporary 'twisted wires' on the prototype test circuits with proper clips and actual soldering.

Despite the mess this weekend I managed to work on the shift register board but encountered problems with limited space. I've ordered some thinner wires (yes Valerie I do listen to your sensible suggestions) and I hope it will be the solution. But before the wires arrive, I'll have to put the shift register board on hold. Which to be honest is a bit of a relief since I've been at this for several weeks without significant progress...

So this upcoming week I will try to find time to solder in the transceivers on to the M32's and start playing with them! Another important task is to clean-up the wiring on the M32 with the LCD display + morse code program, that way I can take the board to work and try the skin transmission with another person (I'm a bit worried whether we will get a strong enough signal).