jcl5m1 / ventilator

Low-Cost Open Source Ventilator or PAPR
MIT License
1.66k stars 236 forks source link

Android APP to control ventilator via Bluetooth #64

Open afraniofilho opened 4 years ago

afraniofilho commented 4 years ago

Hi, I hope you are well... I'm from Brazil and we are try to catch up to be prepared to face the pandemic. We reproduced your ventilator project and in the last few days I worked to develop an Android APP to control the ventilator by an ESP32 Bluetooth connection. Screenshot_20200324-191911 Sorry about the Portuguese language but I want to share with you to contribute with you effort. If you are interested I can share the code with you (C++ adapted from your, and the Android Studio Project). Regards,

timafh commented 4 years ago

I think that's a good approach. But as an engineer in the field of medical technology, I would prefer an integrated solution.

Even for this type of rather "unprofessional" equipment, we should not completely ignore things like safety and electromagnetic compatibility.

afraniofilho commented 4 years ago

Thanks for the feedback, Actually, the system have both approach... Mechanical switch and Bluetooth connection as a plus. Regards

ameeuw commented 4 years ago

For maximum portability a simple control would be best. I am thinking of a three button interface and a simple SSD1306 OLED display to check and change values.

timafh commented 4 years ago

@ameeuw Yeah, I also think that should be the way to go.

afraniofilho commented 4 years ago

I'm really appreciate your feedback. I´ll try the OLED and switch...