Spirometer
Arduino based health monitoring equipment for early detection of respiratory issues, including COVID-19.
Keywords
COVID-19
,respiratory diseases
, spirometry test
, oxygen levels
,spirometer
, Forced vital capacity (FVC)
, check restricted breathing
.
Components
- Node MCU (ESP 8266): Microcontroller for data processing.
- LM393 Speed Measuring Sensor: Detects slotted disk rotations.
- Arduino-Compatible Components: Manage data acquisition and processing.
- Assembly: Integrate LM393 sensor with the slotted disk, ensuring precise alignment.
Procedure
- Initialize Node MCU: Set up for data acquisition.
- Establish LM393 Communication: Connect with the speed measuring sensor.
- Continuous Monitoring: Create a loop to monitor sensor output.
- Event Recording: Record events on detecting changes in sensor output (hole detection).
- Calculate RPM: Measure time between consecutive hole detections for rpm.
- Transmit Data: Send rpm data to a computer or display unit.
- Real-time Monitoring: Repeat the process for continuous spirometry readings.
Learn more about the project by watching my assembling video. It provides a time lapse of the development process and calculating rotations per minute (rpm) for lung capacity.