element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Fighting Germs
  • Challenges & Projects
  • Project14
  • Fighting Germs
  • More
  • Cancel
Fighting Germs
Blog Pumping air in Covid lungs
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Fighting Germs to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: cypresstwist
  • Date Created: 31 Mar 2020 11:49 AM Date Created
  • Views 1525 views
  • Likes 11 likes
  • Comments 9 comments
  • respirator
  • fightinggermsch
  • air pump
  • arduino
Related
Recommended

Pumping air in Covid lungs

cypresstwist
cypresstwist
31 Mar 2020
image

Fighting Germs

Enter Your Electronics & Design Project for a chance to win an $200 Shopping cart of product!

Back to The Project14 homepage image

Project14 Home
Monthly Themes
Monthly Theme Poll

 

So I was trapped in my appartment as everyone else when all of a sudden I came to the realization that I had everything I neede to make a portable 5V respirator. The hospitals in Romania aren't yet crowded but they will be. And when that happens due to COVID-19 I know they will need respirators to keep people alive. It took me three to four hours to build this.

 

I had some drone standoffs made out of hard plastic that came to me by mistake with an eBay order a year ago. Thee are perfectly-shaped to hold an ovoid-shaped air pump. I also had enough acrylic sheets an screws to make an enclosure. Some DS04-NFC 360° Continous Rotation DC servo motors.

image

Using hot air I bent some transparent acrylic sheets to 90 degrees. These will be each attached to a servo motor.

image

One drone standoff was glued then better fied with screws to each L shaped acrylic plastic.

image

Then I made the transparent holdong platform out of thicker acrylic pieces I had laying around. Glued them with superglue then reinforced each base with 3M screws.

image

I scrwered-in each DS04-NFC servo to a 1cm thick plate after drilling holes in it.

image

I also made an enclosure for a 6V led/acid battery to make the respirator portable. The battery has a step-down tuned to 5V glued to it and cables with a jack connector attached. This way the whole platform can be carried away, moved or swithed to autonomous power in case of power failure. The autonomy should be of at leat two hours.

image

The logic is that each servomotor moves a white arm to the left and right, in sync. A manual, ovoidal air pump placed and secured in between these two will be thus constantly pressed and un-pressed depending on how I program the servos in terms of speed and pressure.

image

At first I wanted to use a micro:bit with a servo board add-on but the pulse of the servos was not correctly calculated and they wouldn't turn counter-clockwise.

image

So I've switched to using an Adruino UNO R3:

image

The Arduino can take 5V. The red, power servo wire goes to 5V, the black GND to GND in the Arduino, and the data connection goes to pin #3 and #4 respectively.

 

I am currently testing and tweaking the following code for the Arduino to control one of the servos:

 

#include <Servo.h> 
// testing with pin #3
int servoPin = 3; 
// we declare the first servo as Servo1 
Servo Servo1; 
void setup() {
// connect pin 3 
   Servo1.attach(servoPin);
// move the servo back and forth 
}
void loop(){ 
   // move to 0 degrees and waith for 0,7 seconds
   Servo1.write(0); 
   delay(700); 
   // move to 90 degrees and waith for 0,7 seconds
   Servo1.write(90); 
   delay(700); 
   // move to 180 degrees and waith for 0,7 seconds
   Servo1.write(180); 
   delay(700); 
   // move to 90 degrees and waith for 0,7 seconds
   Servo1.write(90); 
   delay(700); 
}

 

Reading the documentation on the DS04-NFC servo motors I've found out that a pulse width (Pw) ranging from 1000us to 1500us at 4.8/5.0V makes the servo motor move counterclockwise with a maximum of 45 RPM. As you move the value closer to 1500us the servo speed slows down until it reaches the 1500us value (corresponding to a full stop). A Pw of 1500-2000us moves the servo clockwise with the same speed, the maximum speed being reached at 2000us. The lower you go and get closer to 1500us, the slower it moves. You can use the same 1500us Pw to send a stop signal to the servo motor.


These servos have a 5.5kg pressure power each but their rotor cogs are made out of plastic. So I either superglue them and secure them with screws or use different servos I have around that have a metal rotor cog. Would not want these wearing down while in use.

 

image

(Will be back with more updates as I go along with the development. Yesterday left me dead tired and my house is a mess. Have to take a few hours time-off.)

  • Sign in to reply

Top Comments

  • 14rhb
    14rhb over 5 years ago +4
    You are a genius - great work.
  • jw0752
    jw0752 over 5 years ago +4
    This is a great use of trapped at home time. Congratulations. John
  • Fred27
    Fred27 over 5 years ago +4
    You've done some impressive stuff, but ventilators are way more complicated than just an air pump. Even a simpler CPAP is complex. I found this was a very informative article on ventilators and why trying…
Parents
  • 14rhb
    14rhb over 5 years ago

    You are a genius - great work.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • 14rhb
    14rhb over 5 years ago

    You are a genius - great work.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube