Skip to content

robertovicario/SmokePlease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmokePlease

Abstract

The aim of this project is to assist people in quitting smoking. The suggested traditional approach is to gradually reduce the number of cigarettes consumed per day. While this method may have a modest impact on addiction, it's important to also consider reducing inhalations during each cigarette. Several scientific studies, including the one conducted by Dinas et al. (2013), have shown that increased heart rate correlates with a greater desire to smoke.

Building on this premise, the idea is to develop a device capable of monitoring heart rate. This device will signal when smoking is allowed and when it's necessary to wait: heart rate increases sharply after an inhalation, indicating the moment with a red LED; therefore, it will be necessary to wait for the heart rate to stabilize before taking another inhalation, a moment that will be indicated by a green LED.

The main goal is to limit the number of inhalations per cigarette, thus encouraging individuals to counteract the urge to smoke through inhalation management. This strategy, combined with an overall reduction in cigarette consumption, could significantly reduce the need to smoke.

Future Works

It would be interesting to develop this device in the form of a bracelet, making it suitable for daily use. To implement the circuit, it would be sufficient to use an Arduino Micro, replace the potentiometer with a heart rate sensor, and add a battery for power.

Preview

Circuit Schematic
Circuit Schematic

Instructions

  1. Check the components: /docs/Components.csv

  2. Follow the schematic: /docs/Schematic.jpg

  3. Try SmokePlease on Tinkercad: tinkercad.com/things/lsgOMdHbTs8-smokeplease

Note

This circuit employs a potentiometer to mimic the functionality of a heart rate sensor. The potentiometer's values fluctuate based on user inputs as an heart rate sensor.

License

This project is distributed under Apache License, Version 2.0. You can find the complete text of the license in the project repository.