Week 2 Our project group has not officially met yet. Hence, I proceeded to do some research of my own and found a company Color Change Corporation ( www.colorchange.com ). This company specializes in materials and products that change color, especially thermochromics (what was used in the previous part of this project, inks which changes colour with temperature) and photochromics (inks which changes colour with light). Photochromic ink seems to be a feasible solution for our project, therefore I proceeded to read on more. Photochromic Ink
Photochromics Inks are either reversible or irreversible. Of course, we are interested in the reversible ones for obvious reasons. Reversible PC's change color in the presence of UV light but return to their original state when the UV source is removed. Some examples of reversible photochromic applications are Transitions® lenses, screen printing inks, sunglasses, nail polish, and novelty items. In fact, photochromic ink is used for colour changing Tshirts already:
![]() ![]() As this design illustrates, the inks are transparent until exposed to a UV light source (sun, black light, etc.), at which time they take on their specific color characteristics. They return to a transparent state when UV exposure is discontinued
Week 3
I met up with Roshan this week. He is a research engineer at the Mixed Reality Lab and my supervisor for this project. Few Points highlighted by him during the meet-up: - working with Andrea and Panyi as a team in this project - aim of the project is to create a material which can change colour. Eg. can control light properties - Non emissive material (unlike the Philips LED shirt) - Past project based on thermochromic ink ( problem was cooling the ink down) - Control is the key using probably electrical currents Proceeded to read up more on Photochromic Ink: ( http://www.screenweb.com/index.php/channel/6/id/1425 ) How the photochromic ink works: ![]() When photochromic crystals are exposed to a UV light source, it causes the inks to undergo a temporary chemical change in which the crystal molecules are nearly broken in half. When the UV source is removed, the molecules reform their original bonding structure
One major drawback of photochromic ink: A properly stabilized photochromic ink will last for years on the shelf, but even the best of them will withstand only a few months of outdoor exposure after printing. The best photochromic textile inks will withstand about 20 washings after printing and are even more susceptible to the negative effects of chlorine bleach than their :thermochromic counterparts. Week 4
Mixed Reality Lab meeting
Points with regards to our project: - To make an interactive fabric that is non emissive - Fabric will change colour according to our emotions and feelings etc - Can use not only in fabric but also accessories - Can alter properties of light - Creation of actual material is parallel with how we are going to use it. (for eg. for expressing emotions etc)
Findings on Printed electronics An example is the Philips LED tshirts. http://www.youtube.com/watch?v=Yd99gyE4jCk - Pros of Printed electronics Unrestriced display - Cons Emissive hence essentially bulky http://www.idtechex.com/research/reports/printed_electronics_000094.asp
Project group meeting with Professor Cheok Interactive media is the keypoint. Professor Cheok strongly highlighted how interactive wearble media could play a part in our lives in the future. Not to mention fashion which it would manifest its usefulness to the greatest, there are many uses. For eg. health indicators, warning systems, emotion indicators etc. Direction: 1) To do more research an try out various kind of ways and method 2) To come out with prototypes for testing. Week 5
Electrochromic Ink
Just found an article which seems to answer to all our problems!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
CHARACTERIZATION AND DISCUSSION After assembly, we characterized optical performance (transmittance) of the lens of smart sunglasses, on a spectrophotometer (V-570, JASCO). Figure 2 gives the photo spectrum curves of the lens from 380nm to 800nm wavelengths. 1.2V DC was applied with positive and negative direction to achieve colored and transparent state. At 580nm wavelength, the transmittance (%T) of the lens is 45% on transparent state, and 5% on colored state.
The spectrum date shows that the lens of smart sunglasses exhibits an ability to change its optical performance, transparent or colored, as a function of the applied potential. Meanwhile, the transmittance of light on colored state can be adjusted by applying different potentials. The photo spectrum curves of different applied potential are shown in Figure 3. Before each applied voltage, a 1.2V DC potential was applied to the lens, in order to make it transparent, and then an opposite 0.2~1.4V DC was applied for 1s to color the lens. As we can see, the transmittance of light keeps decreasing while we raise the applied voltage, but the change became smaller gradually. After 1.2V DC, the spectrum curves almost overlay with each other. During outdoor activities, sunglasses and goggles require fast response to adapt to various environments. Therefore, the color changing response time of the lens was characterized, and is performed in Figure 4. With ±1.2V DC potential, the lens can be turnedto fully colored state in 1s and to fully transparent state in 2s. This response time is much shorter than that of the inorganic electrochromic materials, and is quite enough for hiking, skiing or motorcycling.
This article gave a very in depth how to use electrochromic layers especially in glasses and I believe we can incorporate thes properties into fabric after reading it.
Week 6
I probed further into electrochromic and stumbled onto such a thing called electrochromic threads developed by Dr Greg Sotzing of University of Connecticut.
He invented threads made of electrochromic polymers which can be used with metal wires to be woven into fabric and shirts. At the moment the fibres change from orange to blue and from red to blue, but Sotzing also hopes to create threads that change from red, blue and green to white.
http://www.ims.uconn.edu/~sotzing_grp/
this is his website. They are a material science lab which specializes in polymers and electrochromic properties.
"""Electrochromic polymers are coloured because the electrons in their chemical bonds can absorb light across a range of visible wavelengths. When a voltage is applied it changes the energy levels of these electrons, causing them to absorb light of a different wavelength, and changing the material's colour. When the voltage is reversed, the electrons return to their usual energies and the original colour returns. Previously researchers have used dissolvable moulds to shape electrochromic polymers into thin cylinders. However, this only allowed them to create "fibres" a tenth of a millimetre long, far too short to be woven or knitted into a fabric. Sotzing's secret is to spin the polymer, allowing him to make continuous threads up to 1 kilometre long. He and his colleagues used a process called electrospinning, in which a solution of a polymer is squirted out of a nozzle and drawn out into a thread by its electrostatic attraction to a nearby charged target. While in solution at high pressure each polymer molecule remains separate from the others, but as the solution leaves the nozzle, the pressure drops and the solvent evaporates. This causes the polymer chains to tangle together into a single slender thread, just like a rope made of intertwined fibres. """
Was also researching on conductive yarns and found a company called novonic.
They are a company based in Germany, offers conductive yearns that can be used for data transfer, power transfer as well as for textile based heating elements.
The spiral-shaped twist of the wire ensures the stretch resitance of the electrical conductor. The outer textile twist protects the yarn against overstretching and abrasion. These conductive yarns can be further processed with the usual textile-technical methods.
Some abstracts to summarize.
Week 8 Implementation of the communication between PIC and the computer was a major problem. Had not touch C programming for ages and had to read through so much basic stuff. TX and RX worked separately on its own, combining them was an issue. #pragma vector = 0x04 __interrupt void isr(void) { if (RCIF) { if(OERR) { CREN = 0; CREN = 1; }
PORTD = RCREG;
} } void main() { PEIE=1; // Set up interrupts GIE=1; SPBRG = 129; // Set baud rate to 9.6K BRGH = 1; // Set high speed baud rate SYNC = 0; // Set asynchronous mode SPEN = 1; // Enable serial port CREN = 1; // Enable reception SREN = 0 ; // no effect RX9 = 0; // Disable 9 bit reception TXIE = 1; // enable tx interrupts RCIE = 1; // enable rx interrupts
TRISC = 0x80; TRISD = 0x00; PORTD = 0x00; // RCREG = 0x00; while(1) { while(!TXIF) { // Checks if the transmit flag is down continue; } TXREG = RCREG; //printf could probably be used here however it did not work
} } Integrating TX tog with RX seemed to be a problem. Printf and other printing functions proved to be a problem too.
Week 9
Did a write up for huggy pajamas this week. Did an analysis and comparison on the methods: Comparison
Emissive display vs Non Emissive
Non emissive fabric display provides a revolutionary breakthrough in the fashion industry. With comfort not compromised, users are still able to express their emotions, to communicate and to personalize. With the main display system as chemicals within the fabric, it exists as a product more feasible to serve as clothes the masses can wear everyday since it would be washable. It is easier for mass production as well and therefore would not be as costly as emissive fabric display. Its non emissive properties also means that the users will be wearing something subtle yet expressive.
Thermochromic is currently the most commonplace technology used in non emissive fabric display to show colour change. Firstly thermochromic inks are readily available in the market, therefore, this makes it more commercially available and cheaper as compared to the others. Its technologies are very advanced compared to other inks allowing it to portray a wide spectrum of colour with delicate temperature sensitivity. The current techologies therefore offers a wide range of choice uses for it and the use of thermochromic can be said to have reached a stable stage. Electrochromic is still a very foreign introduction to fabrics with today’s technologies. However, many researchers like Dr Greg Sotzing are working on electrochromic technologies due to its great potential especially as a form of fabric display. Firstly, electrochromic materials are cheap. Next, only a little energy is needed to stimulate a change in colour and no energy is needed to upkeep it. Dr Greg Sotzing has invented electrochromic fibers which reacts to electricity to trigger a colour change. However, the technologies and products related are still very limited; it is pretty much still in its infant stage and have not attained stability as compare to thermochromic inks.
Week 11
Finally! The inks arrived. Without wasting time, me and Andrea proceeded to test the inks. We had ordered 3 colours. Red – Activation temp was at 15dc. Green - Activation temp was at 35dc. Blue – Activation temp was at 47dc. Applying the inks in layers did not work. ie to say screening one layer followed by another layer after drying the previous. Therefore, we proceeded to mixing the inks together first together with the ink binder. A good balance of ink and binder was also needed to be achieved in order for the thermochromic properties to be optimum.
|
HOME: FYP STUDENTS 2008 > Lim Jiande Andre >