Skip to main content

Ultimate Medical Hackathon: How Fast Can We Design and Deploy an Open Source Ventilator?

[Gui Cavalcanti], whose name you might recognize from MegaBots, got on a call with a medical professional in San Francisco and talked about respirators. The question being, can we design and deploy an open source version in time to help people?

Unnerving reports from Italy show that when the virus hits the susceptible population groups the device that becomes the decider between life and death is a ventilator. Unfortunately they are in short supply.

The problem gets tricky when it comes to what kind of respirator is needed CPAP, BIPAP, or Hi-Flo oxygen NIV are all out. These systems aerosolize the virus making it almost guaranteed that anyone around them will get infected.

What we need is a Nasal cannula-based NIV. This system humidifies air, mixes it with oxygen and then pushes a constant stream of it into people’s lungs.  If we can design a simple and working system we can give those plans to factories around the globe and get these things made. If the factories fail us, let’s also have a version people can make at home.

If you aren’t sure if a ventilator is something you can work on there are other problems. Can you make algorithms to determine if a person needs a ventilator. Can we recycle n95 masks? Can we make n95 masks at home? Workers also require a negative pressure tent for housing patients. This will be especially useful if we need to build treatment facilities in gyms or office spaces. Lastly if you’re a medical professional, can you train people how to help?

Let’s beat this thing. The ultimate medical hackathon begins.

 



from Hackaday https://ift.tt/39Iss2c

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...