Monday, March 31, 2014

Droplet generation

This video shows droplet generation in the T-junction device. These droplets will be used to demonstrate the functionality of the analog subsystem for impedance testing, control system for droplet generation speed and the microfluidics chip for creating the droplet. This video is being used to show that the device design is performing as expected.

The base liquid is oil which is in the straight channel. Water is coming in from the left side and forms droplets in oil. 

Thursday, March 20, 2014

Preliminary testing: Gradient device

In this video, the gradient device made over spring break is being tested. The test is to show that the different color combinations can be made by using laminar mixing in a microfluidic chip. Two different dyes were used to create two solutions for the input into the chip. As the clip shows, the two extremes outlets are going to be the original input colors and the the middle outlets are going to have a different mixing concentration of the two.

A few things to note-
1. Our input driving system is a pressure driven pump (instead of a conventional syringe pump) to flow the fluids into the chip. As the moment the input pressure for each reservoir were set to be different, which affects the mixing ratios between the colors. This is show that our system can replace the pre-existing system.

2. Leakages at the outputs will be seen and are due to larger tube size. In the future that will be fixed.

Monday, March 3, 2014

Clipping circuit

Tested a clipping circuit to protect the Arduino input pins from overvoltages. The Arduino Due pins cannot handle voltages above 3.6V or below -0.3V. ADC values are clipped at 3.3V and 0V. The Zener diode used is the 1N5227, and has a Zener voltage of 3.6V.


This resulted in the following waveforms, yellow being input to the clipping circuit and green being the output the Arduino would read.


These 10000 datapoints were used to create an equation to map the Arduino read voltages to the actual unclipped values:

y = 0.0872x3 - 0.2738x2 + 1.2169x

This trendline has an R^2 of 0.9993