Making a Breathalyzer
BasicStamper
Posts: 4
Is this the only part I am going to need?
http://www.parallax.com/Store/Sensors/GasSensors/tabid/843/CategoryID/91/List/0/SortField/0/Level/a/ProductID/695/Default.aspx
also along with that, how do I code in to use this module and how can I get the number back of the blood alcohol content under a debug command?
http://www.parallax.com/Store/Sensors/GasSensors/tabid/843/CategoryID/91/List/0/SortField/0/Level/a/ProductID/695/Default.aspx
also along with that, how do I code in to use this module and how can I get the number back of the blood alcohol content under a debug command?
Comments
yes I realized that was there after I posted, I'm still not sure how I would get the blood/alcohol level to display under a debug though
http://cgi.ebay.com/Digital-Alcohol-Breath-Tester-Analyzer-Breathalyzer-LCD-/250513073075?pt=LH_DefaultDomain_0&hash=item3a53be23b3
http://www.foxnews.com/entertainment/2010/11/04/partridge-family-star-david-cassidy-arrested-dui-report/
Sure it _may_ be able to detect some presence of alcohol on your breath, but to determine blood volume, presumably whether or not that you are legally capable of driving may not be a good idea.
I have a friend that bought a cheap one from eBay, after finding it didn't really work (he brought it to a dinner party where some folks were drinking others weren't) we then pulled it appart and found that it's active component was a low resistance device that was in an RC time like circuit, they measured it's change after someone blew across it, presumably looking for the evaporation rate of alcohol. Interesting approach, but that unit couldn't even tell the drinkers from the non drinkers, much less the blood alcohol level.
Even if you can callibrate it against a standard (lets say you have a friend in law enforcement, and you can do some testing against a professional machine) there is still then the issue of predictability, that is, will it behave the same way every time under all conditions (after bouncing around in a car for six months, will it give the same reading?, what about a hot day or cold night or more importantly with different humidity levels?) etc. Normally scientific equipment have factoring (using devices like PTC or NTC thermisters to factor for temperature) for various conditions, they also have rigorous levels of testing to ensure a repeatable, predictable consistent outcome.
I'm assuming from a pure physical standpoint you probably don't want the water from breath to get to the sensor, so you may want to put some kind of filter (tissue?) in the path. That in itself would be fun to play with.
Having said that, it would certainly be a fun sensor to play with, would be great at parties, and there could be lots of interesting applications, such as having one in a car ceiling above the drivers head (assuming alcohol vapour will rise in a column of air), that if it detects any alcohol propts the user (by speech?) whether they are capable of driving.
You could certainly develope a nice technical paper going through the issues of making it work and challenges of getting it repeatable.
Sounds like fun :-)
basically the calibration code is listed under the actual part, I'm just not sure how to impliment the device into what I will be doing, basically if I want to do an If statement that says if the alcohol is at this level then this led will turn on, how would I go about doing that is virtually my question
and in response to erco, the calibration will just be that provided with the part, like I said it doesn't need to be 100% accurate as long as it can detect alcohol in breath and give me a reading, as far as testing I was planning on first trying mouth wash, and if that does not work then I planned on making a youtube video of us bringing it to a bar or a house party etc, and taking the video of us showing how it actually functions
the class is supposed to be fun, and an elective, plus my professor has approved it so I would imagine he knows what will be done to test it