Close

Hack Chat Transcript, Part 1

A event log for Microfluidics for Biohacking Hack Chat

Go with the flow

dan-maloneyDan Maloney 07/07/2021 at 20:080 Comments

Dan Maloney12:00 PM
OK, people are still coming in and I see a LOT of new names, which is great. Let's get started! Welcome to Hack Chat, I'm Dan and I'll be moderating along with Dusan who'll be along a bit later. Today we welcome Krishna Sanka, who's doing some cool work with microfluidics for biohacking.

Hi Krishna! Can you start us off with a little about your background?

makingofamaker joined  the room.12:02 PM

empil12:02 PM
there no sound in this chat?

Dan Maloney12:02 PM
No, this is a text chat, like a reddit AMA

empil12:03 PM
thanks

rkrishnasanka12:03 PM
Hi All ! My name is Radhakrishna (aka Krishna). I'm currently a Ph.D. candidate at Boston University working on how we can simplify and automate the design of microfluidic devices for applications in synthetic biology and beyond. What this roughly translates to is that I create a whole bunch of CAD tools and go about telling microfluidics designers that they're going about everything the wrong way :D

Nicolas Tremblay12:04 PM
So you're an engineer

bluevex joined  the room.12:04 PM

rkrishnasanka12:04 PM
Before coming into the world of microfluidics I spent some time designing electronics, software and photonics. So I have a bunch of experience on using CAD tools.

bluevex12:04 PM
hello! What kind of devices are you working on now?

rkrishnasanka12:04 PM
@Nicolas Tremblay yes I'm an engineer !

Inne12:06 PM
Microfluidics has appealed to me for quite some time. But I always wondered what I, a hobbist Maker, could apply it to. Since Microluidics is your Hammer do you see a lot of nails. Any unexpected stuff you suddenly realized could be done via it??

Michael joined  the room.12:06 PM

dE3OB2 joined  the room.12:06 PM

rkrishnasanka12:07 PM
@bluevex my colleagues and collaborators are working :

1) Droplet based devices for yeast and ecoli

2) Droplet based devices for microbiome

3) Single Cell imaging (e.coli)

L29Ah joined  the room.12:07 PM

L29Ah12:08 PM
@rkrishnasanka are the CAD tools you develop these days open source?

radiologyrocks joined  the room.12:08 PM

rkrishnasanka12:08 PM
Over these projects, we end up fabricating microfluidics via:

1) CNC milling

2) Laser Cutting

3) Photolithography

rkrishnasanka12:08 PM
Yes, they are open source!

Les Hall12:09 PM
not 3d printing?

Dan Maloney12:09 PM
Any "cultural" issues between you as an engineer and the scientists you work with? My background is in biology, so I could see where there might be some friction.

radiologyrocks12:09 PM
You mentioned the CAD tools - which ones do you use? Also, tell us more about the pitfalls of the microfluidics designers you describe above.

John Uskglass12:09 PM
I have been deep diving into consumer/lab microfluidic devices for constant delivery microfluids. (For my purposes I am colouring forsting. ) Have you looked at peizoelectric micro pump delivery systems?

Les Hall12:09 PM
even on formLabs with all their detail?

rkrishnasanka12:10 PM
@Les Hall not yet, we are hoping to have some collabs by the end of the year with 3d printing

worm959 joined  the room.12:10 PM

Les Hall12:10 PM
ty

rkrishnasanka12:11 PM
@Dan Maloney yup, we face this a lot. Scientists care about the single killer experiments (in biology) or the n-th unique variation of a microfluidic geometry. They don't care about building working replicable systems.

Inne12:11 PM
Are there any development with metal 3D printers making the molds for the, what do you call those cubes, chips, chambers, channels?? Since metal 3D printing is done via laser sintering

rkrishnasanka12:12 PM
I don't really blame them because you won't get your nature paper with just reliable microfluidics, its not boogie enough for that

rkrishnasanka12:13 PM
@John Uskglass yes the new pumps look really cool. I, unfortunately, haven't had a chance to play with those yet.

rkrishnasanka12:13 PM
I'd love to use them for some of my next hardware projects, right now I'm grinding out software

rkrishnasanka12:16 PM
@radiologyrocks While I work on my own tools for designing microfluidics, I typically use fusion360 when I need to make a quick prototype when I don't have the standard components in my design tools.

rkrishnasanka12:17 PM
@radiologyrocks the pitfalls of using mechanical design tools is that you'll lose your sanity after a couple of components and essentially what you're making is a drawing rather than designing a functional system.

John Uskglass12:17 PM
I need to create custom microfluidic CAD software (In python ideally), would you recommend your current stack or would you try something differently today?

rkrishnasanka12:18 PM
Most microfluidics folks are hardcore mechanical engineers and they don't think "

systems"

worm95912:18 PM
Krishna, how did you learn about how to do things? Is there a textbook, or a just a collection of methods papers?

rkrishnasanka12:19 PM
@John Uskglass what kind of software ?

rkrishnasanka12:20 PM
I'd love it if you could use my stack (python and javascript). We genuinely want more people help build out the software in this space

Inne12:20 PM
@rkrishnasanka if I want to do a microfluidics project in my makerspace, what would you recommend as useful and achievable.

rkrishnasanka12:21 PM
@Inne Laser cutting is the easiest approach IMO

empil12:21 PM
where is your opensource tools available? do you have descriptions?

rkrishnasanka12:21 PM
It'll take a couple of tries to get it right but that seems to be most cost effective approach when you want to dip your toes into it

John Uskglass12:22 PM
Laser cutting pathways?

rkrishnasanka12:22 PM
I work on almost all the tools listed here : https://www.cidarlab.org/microfluidics

empil12:22 PM
are your microfluidics optics based

Inne12:22 PM
@rkrishnasanka wait how do you laser cut them. From what kind of material.

rkrishnasanka12:22 PM
@Inne you can lasercut acrylic for this

Inne12:22 PM
ah

rkrishnasanka12:23 PM
Yeah you laser cut the geometries. infact one of my design tool 3DuF (https://3duf.org) will generate the lasercutting SVGs

john joined  the room.12:23 PM

rkrishnasanka12:24 PM
So if you have things like valves and whatnot, it'll generate separate the SVGs for you to cut on different substrates

John Uskglass12:24 PM
You have to generate g-code that allows users to input which locations gives how much fluid. I am wondering how this is achieved. Somehow you take the requirements for a test and you generate g-code output. (Lets say 10x10 test tube array.) Is it just python api calls to call for a test at a location? ( This is a bit messy.)

Inne12:26 PM
Oh thats very cool. Do you have any application you can recommend trying to build first

empil12:27 PM
do you have any suggestions or recommendations for micropumps?

rkrishnasanka12:27 PM
@John Uskglass hmm I might need more info but if you use 3DuF you should be able to create the designs that will accommodate loading the required volumes at specific locations. (If I understand you correctly)

rkrishnasanka12:29 PM
@empil some of the piezo pumps look really promising but they're super pricy (and not worth it if you don't need really precise volume dispensation). I'm thinking of using these for my next project (https://www.bartels-mikrotechnik.de/)

gonzalo12:29 PM
What would be the equivalent of "hello world" in microfluidics experiments?

rkrishnasanka12:30 PM
But if you wanna go the DIY way and low-cost, check out https://hackaday.io/project/27511-microfluidics-control-system

phillip.nichols joined  the room.12:30 PM

rkrishnasanka12:31 PM
@Inne @gonzalo I would recommend that you folks try to recreate some designs from http://2017.igem.org/Team:BostonU_HW/IntrouF

rkrishnasanka12:32 PM
This project was done by some of my undergrad mentees and they went from zero to hero in microfluidics in 1 summer (they made about 100 devices)

John Griessen12:32 PM
I've thought of using glass and silicates to bond glass layers. Anyone else thinking glass?

Inne12:32 PM
Do you need specifically PDMS or will "normal" platinum silicone also work.

rkrishnasanka12:33 PM
3DuF doesn't support some the older design files now, but that gives you a reason to recreate those devices, though you all should try using laser cutters instead of CNC milling as shown in that project

isaac joined  the room.12:33 PM

John Uskglass12:33 PM
I ran into with trying to drive fluids in these chambers. The pressure requirements were too high. How do I avoid this mistake? It seems iterating is enough

rkrishnasanka12:34 PM
@Inne I think silicone would work, main issue is getting the right thickness that will bend nicely. You can buy PDMS in bulk sheets online

rkrishnasanka12:35 PM
@John Uskglass I see sometimes we use syringe pumps so that we can drive the fluids with fairly high pressure.

Inne12:35 PM
@rkrishnasanka It was more that I always thought PDMS was pretty expensive and I already have a lot of silicone (for soft robotics)

Northwest Coast joined  the room.12:35 PM

Inne12:35 PM
But getting the good stuff might be nice to start with.

isaac12:35 PM
(~$130 gets you a LOT of PDMS)

rkrishnasanka12:35 PM
@Inne if you buy the mix, PDMS will be expensive, but I believe sheets are a lot cheaper

John Uskglass12:36 PM
https://prnt.sc/19b7bh5 Made using a SLA printer.

Inne12:36 PM
oh good to know

rkrishnasanka12:36 PM
You can use silicone too, I'm guess the the aspect ratios for the channels and valve areas will need to change though

isaac12:37 PM
What would you suggest for fluid handling systems? Syringe pumps, pressure driven, perisaultic etc

rkrishnasanka12:38 PM
@isaac depends on the application, if you're characterizing stuff you want to use syringe pumps, the more expensive the better (the cost and calibration makes all the difference)

isaac12:39 PM
For the makerspace or DIY'er, do you think its worth it to shell out the money on a syringe pump, vs make one yourself?

rkrishnasanka12:39 PM
If you're doing millifluidic, peristatic is good. The hardware stack used by https://www.fynchbio.com/ is pretty good, and DIY friendly

John Uskglass12:39 PM
How do you do your testing to measure how mixed the fluids are? Flow rate? Is there openCV stuff involved ?

rkrishnasanka12:39 PM
Yeah, we used openCV for measuring mixing. But this only works when the fluids have dyes in them

rkrishnasanka12:40 PM
Actually you can also use imageJ

rkrishnasanka12:41 PM
It seems to enough plugins to do the job and calculate the color gradient

isaac12:41 PM
What do you think the killer app in maker-level microfluidics will be?

rkrishnasanka12:42 PM
"Continuous culture devices" - I'm ashamed to say that I haven't built one yet but this is stuff everyone will use

Inne12:42 PM
@isaac lavalamps NO ... Lava clocks.

rkrishnasanka12:43 PM
We had someone on the 3DuF slack who was building continuous culture devices using tesla valves

Les Hall12:43 PM
that's not such a bad idea perhaps... working household demonstrators...

John Uskglass12:43 PM
Have you done any testing for nL sized droplets? I've seen a few people hack old printers but it seems all the companies with those heads keep their technology under wraps.

rkrishnasanka12:44 PM
Because he was 3D printing

rkrishnasanka12:45 PM
@John Uskglass one of my colleagues, Ali build an entire tool for doing inverse design of droplet generation devices. checkout (https://dafd.org). you just plug in the values for the droplet sizes and generation rates and it will plop out a design that will open in 3DuF.

isaac12:46 PM
dafdcad.org maybe?

John Griessen12:46 PM
Tesla valves as in Tesla car patents?

rkrishnasanka12:46 PM
oops dafdcad.org

rkrishnasanka12:46 PM

https://www.youtube.com/watch?v=suIAo0EYwOE

YOUTUBE LESICS

rkrishnasanka12:46 PM
^^^ thats a tesla valve

rkrishnasanka12:47 PM
It acts like a fluidic diode

Les Hall12:47 PM
the tesla valve I made worked just fine

rkrishnasanka12:47 PM
@Les Hall thats awesome !

rkrishnasanka12:47 PM
What are you using it for ?

Les Hall12:48 PM
it was large and worked on air though

rkrishnasanka12:48 PM
Ah !

isaac12:48 PM
Not sure if you can talk vendors but... Any leads on a good source for PDMS sheets? I pour my own right now and its pretty labor intensive

rkrishnasanka12:49 PM
@isaac , I feel you! TBH I made everyone else do it the pouring. I need to check whom we are ordering from. Leave me a DM and I'll get back to you on that

rkrishnasanka12:49 PM
Or post it here since more people seem to be interested in them

gonzalo12:50 PM
Yes, some sources for the materials would be great!

John Griessen12:50 PM
I've thought of small diaphragm pumps that close off the opening some as they pump out, so a chain of them in series can pump with substantial pressure. Could be driven by tiny solenoids.

isaac12:50 PM
Cool cool, will do. It's easily 90% of the device fab time for me right now lol

John Griessen12:50 PM
Small as in 3mm across.

rkrishnasanka12:51 PM
@John Uskglass Yeah, those are cool, one of the postdocs in our lab uses those, I'll check with him and see what dimensions and delays are working for him.

Inne12:51 PM
@Dan Maloney maybe at it later in the transcript otherwise it will there forever on the internet to contact

Discussions