Team:Valencia/Hardware/iLCD

From 2009.igem.org

(Difference between revisions)
Line 5: Line 5:
=='''iLCD: LEC array'''==
=='''iLCD: LEC array'''==
-
Having established that yeast responds with light to electrical impulses, we consider to control an array of 96 pixels totally independent, so we can create '''moving figures''' and it would be the first screen that works with living cells.<br> <br>
+
Having established that yeast responds with light to electrical pulses, that is having build a Light Emitting Cell or LEC, we considered to control an array of 96 totally independent pixels, so we could create '''animated pictures''' and it would be the first screen that works with living cells.<br> <br>
To do this we had two problems, to control each pixel independently and build a stand with 96 pairs of electrodes (one for each pixel) to stimulate the yeast.<br><br>
To do this we had two problems, to control each pixel independently and build a stand with 96 pairs of electrodes (one for each pixel) to stimulate the yeast.<br><br>
-
1) To '''control''' 96 pixels.
+
1) '''Controlling''' 96 pixels.
Our screen is a matrix of 8 columns by 12 rows. Thus, we can decide which row and column we want to activate at all times through a card with 20 digital outputs, one per row and column. For example, to turn the cell in position 3,4 of the screen, activate the outputs corresponding to row 3 and column 4. The card is controlled by a program executed in LabVIEW.<br><br>
Our screen is a matrix of 8 columns by 12 rows. Thus, we can decide which row and column we want to activate at all times through a card with 20 digital outputs, one per row and column. For example, to turn the cell in position 3,4 of the screen, activate the outputs corresponding to row 3 and column 4. The card is controlled by a program executed in LabVIEW.<br><br>
[[Image: V_ScreenCircuit.jpg|500px|center]]
[[Image: V_ScreenCircuit.jpg|500px|center]]
<br>
<br>
-
2) '''Costruction''' of the support.
+
2) '''Constructing''' the support.
-
We have developed a system capable of selectively controlling the input of amplitude- and time-varying electrical pulses to a 24 channel-wide [http://sine.ni.com/nips/cds/view/p/lang/en/nid/201630 data acquisition card]. These pulses are the signal for the coordinated switch on and off of an array of pixels (let them be Diodes, LEDs, or Cells, LECs). The system is capable of reproducing different black and white images that will be transmitted to the pixel resulting in animated pictures.
+
We have developed a system capable of selectively controlling the input of amplitude- and time-varying electrical pulses to a 24 channel-wide [http://sine.ni.com/nips/cds/view/p/lang/en/nid/201630 data acquisition card]. These pulses are the signal for the coordinated switch-on and -off of an array of pixels (let them be Diodes, LEDs, or Cells, LECs). The system is capable of reproducing different black and white images that will be transmitted to the pixel resulting in animated pictures.
-
In order to design and build this device a LabView program has been implemented so to divide each desired jpg file in 96 parts. Depending on the colour intensity of each part, our program sends simultaneously through the data acquisition card (connected to a laptop through USB) a voltage signal that permits the switch on of the corresponding pixels.
+
In order to design and build this device a LabVIEW program has been implemented to divide each desired image (jpg file) in 96 parts. Depending on the colour intensity of each part, our program sends simultaneously through the data acquisition card (connected to a laptop through USB) a voltage signal that permits the switch-on of the corresponding pixels.
<!--imatge del flow chart del algoritme-->
<!--imatge del flow chart del algoritme-->

Revision as of 15:09, 20 October 2009




iLCD: LEC array

Having established that yeast responds with light to electrical pulses, that is having build a Light Emitting Cell or LEC, we considered to control an array of 96 totally independent pixels, so we could create animated pictures and it would be the first screen that works with living cells.

To do this we had two problems, to control each pixel independently and build a stand with 96 pairs of electrodes (one for each pixel) to stimulate the yeast.

1) Controlling 96 pixels. Our screen is a matrix of 8 columns by 12 rows. Thus, we can decide which row and column we want to activate at all times through a card with 20 digital outputs, one per row and column. For example, to turn the cell in position 3,4 of the screen, activate the outputs corresponding to row 3 and column 4. The card is controlled by a program executed in LabVIEW.

V ScreenCircuit.jpg


2) Constructing the support.

We have developed a system capable of selectively controlling the input of amplitude- and time-varying electrical pulses to a 24 channel-wide data acquisition card. These pulses are the signal for the coordinated switch-on and -off of an array of pixels (let them be Diodes, LEDs, or Cells, LECs). The system is capable of reproducing different black and white images that will be transmitted to the pixel resulting in animated pictures.

In order to design and build this device a LabVIEW program has been implemented to divide each desired image (jpg file) in 96 parts. Depending on the colour intensity of each part, our program sends simultaneously through the data acquisition card (connected to a laptop through USB) a voltage signal that permits the switch-on of the corresponding pixels.


  • iLCD recipe

Material you will need in order to build your own iLCD:

- a laptop

- a data acquisition card

- our LabView program

- images you want to animate

- Light Emitting Cells (LECs)