Difference between revisions of "Breath Analyser"
(Created page with "~~~~ ---- center ==Components/Boards Used== {| class="wikitable" |- | 1|| [https://www.exploreembedded.com/product/Explore%20One%20for%20...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
|} | |} | ||
− | ==Arduino code for | + | ==Arduino code for Breath Analyser== |
<html> | <html> | ||
− | <script src="https://gist.github.com/ | + | <script src="https://gist.github.com/raghavendrahassy/af23ae587fcd90b34c76.js"></script> |
</html> | </html> | ||
==Downloads== | ==Downloads== | ||
− | * Complete Arduino code | + | * https://github.com/ExploreEmbedded/Breath-Analyser Complete Arduino code |
+ | |||
+ | |||
==References and Credits== | ==References and Credits== | ||
− | * | + | * http://educ8s.tv/breathanalyzer/AlcoholTester.ino |
− | + | ||
− | + | ||
{{DISQUS}} | {{DISQUS}} |
Latest revision as of 12:32, 14 October 2015
Guru (talk) 11:27, 14 October 2015 (IST)
Contents
Components/Boards Used
1 | Explore One for Arduino | |
2 | OLED Display Module 128X64 | |
3 | Alcohol Gas Sensor (MQ3) board |
|
4 | Mini Breadboard |
|
5 | [ 3 cell Battery Holder] |
Arduino code for Breath Analyser
Downloads
- https://github.com/ExploreEmbedded/Breath-Analyser Complete Arduino code
References and Credits