Sunday, July 17, 2011

Silver pen writes circuits on any material

University of Illinois engineers have developed a silver-inked rollerball pen capable of writing electrical circuits and interconnects on paper, wood and other surfaces. The pen is writing whole new chapters in low-cost, flexible and disposable electronics.

Led by Jennifer Lewis, the Hans Thurnauer professor of materials science and engineering, and Jennifer Bernhard, a professor of electrical and computer engineering, the team published its work in the journal Advanced Materials.
“Pen-based printing allows one to construct electronic devices ‘on-the-fly,’ ” said Lewis, the director of the Frederick Seitz Materials Research Laboratory. “This is an important step toward enabling desktop manufacturing (or personal fabrication) using very low cost, ubiquitous printing tools.”
While it looks like a typical silver rollerball pen, the pen’s ink is a solution of real silver. After writing, the liquid in the ink dries to leave conductive silver pathways – in essence, paper-mounted wires. The ink maintains its conductivity through multiple bends and folds of the paper, enabling devices with great flexibility and conformability.
“The key advantage of the pen is that the costly printers and printheads typically required for inkjet or other printing approaches are replaced with an inexpensive, hand-held writing tool,” said Lewis, who is also affiliated with the Beckman Institute for Advanced Science and Technology. The ability to create freestyle conductive pathways enables new possibilities in art, disposable electronics and folded three-dimensional devices. For example, the researchers used the silver pen to sketch a copy of the painting “Sae-Han-Do” by Jung Hee Kim, which portrays a house, trees and Chinese text. The ink serves as wiring for an LED mounted on the roof of the house, powered by a five-volt battery connected to the edge of the painting. The researchers also have demonstrated a flexible LED display on paper, conductive text and three-dimensional radio-frequency antennas.
Next, the researchers plan to expand the palette of inks to enable pen-on-paper writing of other electronic and ionically conductive materials.



Mutex Linux version to Windows version

I nowadays working on Synchronization problems in Windows CE. Than I studying and searching in the Internet resources, some software developers solve the problems for Mutex.

The following links have examples and comparing in linux and windows.

http://www.ibm.com/developerworks/linux/library/l-ipc2lin3/index.html

http://suacommunity.com/dictionary/pthread_mutex_lock-entry.php

I little bit analysis above articles. In my case mutex problems linux to windows version.

Linux version:

pthread_mutex_init(&mt_protectClientList, NULL);

Windows version:

mt_protectClientList=CreateMutex(NULL,false,NULL);


Linux version:

pthread_mutex_lock( &(pc_serverData->mt_protectClientList) );

Windows version:

dwWaitResult=WaitForSingleObject(mt_protectClientList,INFINITE);


Linux version:

pthread_mutex_unlock( &(pc_serverData->mt_protectClientList) );

Windows version:

if(dwWaitResult==WAIT_OBJECT_0)

{ ReleaseMutex(mt_protectClientList); }

But, I don't know exactly correct and working well. (Compiling noerror :) )


Saturday, July 16, 2011

Freelancer.com







Sunday, July 10, 2011

How to implement TCP Server and Client in Windows CE ?

The following example sources implement TCP Server and Client program in windows CE.

http://www.mediafire.com/?0l6544nfvofwh1p

Wednesday, July 6, 2011

Eagles : "Hotel california" Guitar tabs

The following links have guitar tabs for Hotel california. That song is very nice. Next time I should try to play guitar by using that tabs.

http://www.fretplay.com/tabs/e/eagles/hotel_california-tab.shtml

http://juj.blog.jogolasse.com/blog-entry-7670.html