University Peristaltic Pump Has Hacker Heritage

A team at [Vanderbilt University] have been hacking together their own peristaltic pumps. Peristaltic pumps are used to deliver precise volumes of fluid for research, medical and industrial applications. They’re even occasionally used to dose fish tanks.

pumpThey work by squeezing the fluid in a flexible tube with a series of rollers (check out the awesome gif from Wikipedia to the right). We’ve seen 3D printed peristaltic pumps before, and cheap pumps have been appearing on eBay. But this build is designed to be lab grade, and while the cheap eBay devices can deliver ~20ml/min this one can deliver flow rates in the microliter/min range. It also has a significant cost advantage over commercial research grade pumps which typically cost thousands of dollars, each of these pumps costs only fifty bucks.

The pump has a clear hacker heritage, using an Arduino Uno, Adafruit Motor shield, and 3D printed mechanical parts. So it’s particularly awesome that they’ve also made their design files and Arduino code freely available!

Continue reading “University Peristaltic Pump Has Hacker Heritage”

Hackaday Prize Entry: Online Bone Marrow Cytometry Aid

Simple blood tests can lead a doctor toward a diagnosis of blood cancers, like leukemia, lymphoma and myeloma, but to really see what’s going on, he or she needs to go to the source of the problem: the bone marrow. Examining maturing blood cells from the marrow with a microscope is an important step in staging the disease and developing a plan for treatment, but it’s a tedious and error-prone process that requires a doctor to classify and tally a dozen or so different cells based on their size, shape and features. Automated systems like flow cytometry and image analysis software can help, but in an austere environment, a doctor might not have access to these. Luckily, there’s now an on-line app to assist with bone marrow cytometry.

Thanks to [Eduardo Zola], a doctor can concentrate on classifying cells without looking up from the microscope, and without dictating to an assistant. Keys are assigned to the different cell morphologies, and a running total of each cell type is kept. With practice, the doctor should be able to master the keying for the various cells; we suspect the generation of physicians that grew up with the WASD keying common in PC-based gaming might have a significant advantage over the older docs when it comes to learning such an app.

[Eduardo]’s app seems like a simple way to improve on an important medical procedure, and an enabling technology where access to modern instrumentation is limited. To that end, one area for improvement might be a standalone app that can run on a laptop without internet access, or perhaps even a version that runs on a smart phone. But even as it is, it’s a great entry for the 2015 Hackaday Prize.

The 2015 Hackaday Prize is sponsored by:

Pump Up The Volume With The 3D Printed Syringe Pump Rack

Syringe pumps are valuable tools when specific amounts of fluid must be dispensed at certain rates and volumes. They are used in many ways, for administering IV medications to liquid chromatography (LC/HPLC). Unfortunately, a commercial pump can cost a pretty penny. Not particularly thrilled with the hefty price tag, [Aldric Negrier] rolled up his sleeves and made a 3D-printed version for 300 USD.

[Aldric] has been featured on Hackaday before, so we knew his latest project would not disappoint. His 3D Printed Syringe Pump Rack contains five individual pumps that can operate independently of each other. Five pieces are 3D-printed to form the housing for each pump. In addition, each pump is composed of a Teflon-coated lead screw, an Arduino Nano V3, a Pololu Micro stepper motor driver, and a NEMA-17 stepper motor. The 3D Printed Syringe Pump Rack runs on a 12V power supply using a maximum of 2 amps per motor.

While the standard Arduino IDE contains the Stepper library, [Aldric] wanted a library that allowed for more precise control and went with the Accelstepper library. The 3D Printed Syringe Pump Rack has a measured accuracy of 0.5µl in a 10ml syringe, which is nothing to laugh at.

Syringe pump racks like [Aldric’s] are another great example of using open source resources and the spirit of DIY to make typically expensive technologies more affordable to the smaller lab bench. If you are interested in other open source syringe pump designs, you can check out this entry for the 2014 Hackaday Prize.

Continue reading “Pump Up The Volume With The 3D Printed Syringe Pump Rack”

Eye-Controlled Wheelchair Advances From Talented Teenage Hackers

[Myrijam Stoetzer] and her friend [Paul Foltin], 14 and 15 years old kids from Duisburg, Germany are working on a eye movement controller wheel chair. They were inspired by the Eyewriter Project which we’ve been following for a long time. Eyewriter was built for Tony Quan a.k.a Tempt1 by his friends. In 2003, Tempt1 was diagnosed with the degenerative nerve disorder ALS  and is now fully paralyzed except for his eyes, but has been able to use the EyeWriter to continue his art.

This is their first big leap moving up from Lego Mindstorms. The eye tracker part consists of a safety glass frame, a regular webcam, and IR SMD LEDs. They removed the IR blocking filter from the webcam to make it work in all lighting conditions. The image processing is handled by an Odroid U3 – a compact, low cost ARM Quad Core SBC capable of running Ubuntu, Android, and other Linux OS systems. They initially tried the Raspberry Pi which managed to do just about 3fps, compared to 13~15fps from the Odroid. The code is written in Python and uses OpenCV libraries. They are learning Python on the go. An Arduino is used to control the motor via an H-bridge controller, and also to calibrate the eye tracker. Potentiometers connected to the Arduino’s analog ports allow adjusting the tracker to individual requirements.

The web cam video stream is filtered to obtain the pupil position, and this is compared to four presets for forward, reverse, left and right. The presets can be adjusted using the potentiometers. An enable switch, manually activated at present is used to ensure the wheel chair moves only when commanded. Their plan is to later replace this switch with tongue activation or maybe cheek muscle twitch detection.

First tests were on a small mockup robotic platform. After winning a local competition, they bought a second-hand wheel chair and started all over again. This time, they tried the Raspberry Pi 2 model B, and it was able to work at about 8~9fps. Not as well as the Odroid, but at half the cost, it seemed like a workable solution since their aim is to make it as cheap as possible. They would appreciate receiving any help to improve the performance – maybe improving their code or utilising all the four cores more efficiently. For the bigger wheelchair, they used recycled car windshield wiper motors and some relays to switch them. They also used a 3D printer to print an enclosure for the camera and wheels to help turn the wheelchair. Further details are also available on [Myrijam]’s blog. They documented their build (German, pdf) and have their sights set on the German National Science Fair. The team is working on English translation of the documentation and will release all design files and source code under a CC by NC license soon.

Hackaday Prize Entry: Biopotential Signal Library

With prosthetics, EEG, and all the other builds focused on the body and medicine for this year’s Hackaday Prize, it might be a good idea to take a look at what it takes to measure the tiny electrical signals that come from the human body. Measuring brain waves or heartbeats indoors is hard; AC power frequencies easily couple to the high impedance inputs for these measurements, and the signals themselves are very, very weak. For his entry to The Hackaday Prize, [Paul Stoffregen] is building the tools to make EEG, ECG, and EMG measurements easy with cheap tools.

If the name [Stoffregen] sounds familiar, it’s because he’s the guy behind the Teensy family of microcontroller boards and several dozen extremely popular libraries for everything from displays to real time clocks. The biopotential signal library continues in [Paul]’s tradition of building very cool stuff with just code.

The hardware used in this project is TI’s ADS1294, a 24-bit ADC with either 4 or 8 channels. This chip is marketed as a medical analog front end with a little bit of ECG thrown in for good measure. [Paul] is only using the ADS1294 initially; more analog chips can be added later. It’s a great project in its own right, and when you include the potential applications of this library – everything from prosthetics to body sensors – it makes for an awesome Hackaday Prize entry.


The 2015 Hackaday Prize is sponsored by:

Hackaday Prize Entry: Aspirin For Everyone

When it comes to the history of medicine and drugs, Aspirin, or more properly acetyl-salicylic acid, is one of the more interesting stories. Plants rich in salicalates were used as medicines more than four thousand years ago, and in the fourth century BC, [Hippocrates] noted a powder made from willow bark was an excellent analgesic. It was only in the 1800s that acetylated salicylic acid was first synthesized. In 1897, chemists at Bayer gave this ancient remedy a new name: Aspirin. It’s on the WHO List of Essential Medicines, but somehow millions of people don’t have access to this pill found in every pharmacy.

[M. Bindhammer] is working to make Aspirin for Everyone for his entry to the Hackaday Prize, using a small portable lab designed around chemicals that can be easily obtained.

The most common synthesis of Aspirin is salicylic acid treated with acetic anhydrate. Acetic anhydrate is used for the synthesis of heroin, and of course the availability of this heavily restricted by the DEA. Instead, [M. Bindhammer] will use a different method using salicylic acid and acetic acid. If you’re keeping track, that’s replacing a chemical on a DEA list of precursors with very strong vinegar.

[M. Bindhammer] even has a design for the lab that will produce the Aspirin, and it’s small enough to fit in a very large pocket. Everything that is needed for the production of acetyl-salicylic acid is there, including a reaction vessel with a heating element, a water/oil bath, flask, an Allihn condenser, and a vacuum filtering flask. Even if shipping millions of pills to far-flung reaches of the planet were easy, it’s still an exceptional Hackaday Prize entry.


The 2015 Hackaday Prize is sponsored by:

We Have A Problem: Health Care Where There Are No Health Care Workers

Hackaday, we have a problem. There are a lot of people on this earth and not a lot of health care workers. Let’s use our skills to help alleviate this problem. What can we do to give medical professionals a wider reach, to bridge the distances between hospital and patient, and make it easier for bystanders to administer lifesaving care.

Scope of the Problem

We’d wager that your most recent and vivid remembrance of a health care worker shortage is the Ebola outbreak in West Africa. The shortage of trained professionals and supplies certainly compounded the situation in the countries worst hit. But it didn’t create the problem. Check out this list of doctors per 1,000 people (sorted lowest-to-highest with 2010 numbers). The three countries hit hardest by the outbreak — Guinea, Liberia, and Sierra Leone — register a whopping 0.0 doctors for every 1000 people. Yeah, that’s years before the outbreak.

Keep scrolling down and you’ll see that this isn’t limited to one geographic location. All over the world there are low numbers, with India and Iraq both at 0.6, and interestingly Cuba and Qatar topping the list at 6.7 and 7.7 respectively.

This isn’t a statistics post so let’s pivot. The point is made that we’re a large world population. What kind of engineering solutions can we wield to help provide everyone with the care they need? Leave your comments below but also considered entering the Hackaday Prize with them. Write down your idea as a Hackaday.io project and tag it 2015 Hackaday Prize.

Proof That We Can Do This

firstmedic-510-aedIt’s safe to say we’ve all seen engineering solve part of this problem already. Over the last decade, Automatic External Defibrillators have become ubiquitous. The life-saving hardware is designed to be used by non-doctors to save someone whose heart rhythms have become irregular. [Chris Nefcy] helped develop AEDs and one ended up saving his life. If that’s not proof that we can change the world with our builds we don’t know what is.

Pull on that thinking cap and jump into this conversation. What can we build? What problems need to be solved right now? Where should each of us be looking to make a difference in the availability of health care in the absence of the trained professionals?


The 2015 Hackaday Prize is sponsored by: