Published

The Talking Breathalyzer

A customizable breathalyzer that tells you how much you've had to drink

Full instructions provided809
The Talking Breathalyzer

Things used in this project

Hardware components

Seeeduino or Arduino
$25
×1
Seeed Music Shield
$27.50
×1
Seeed Twig Alcohol Sensor
$7.90
×1
Seeed Twig Serial LCD
$13.90
×1
Seeed Twig Cables
$4.90
×1
Western Digital SanDisk 2 GB MicroSD card
cards larger than 2GB will not work - $7
×1
Protoboard
×1
10k Potentiometer
×1
Momentary Switches
×4
Off/On Switch
for power
×1
10k Resistors
×5
Toggle Switch
×1
Enclosure of your Choice
×1
LIPO Battery
$23
×1
LIPO Rider
$9.50
×1
Head Phones
×1
Mini USB Cable
×1
USB Charger
×1
Solar Panel
Optional
×1
Speaker Amp and Speaker
Optional
×1

Story

Read more

Code

file_10995.txt

C/C++
/////********* SHOW THEMES HERE ******************************

prog_char string_65[] PROGMEM = "dallas.mp3"; //show tune

prog_char string_66[] PROGMEM = "DALLAS";     //displays the name of the show on line 1 of the LCD

prog_char string_67[] PROGMEM = "";           //continues to display name of show on line 2 of LCD if needed, leave blank if not needed

prog_char string_68[] PROGMEM = "mvice.mp3"; //show tune

prog_char string_69[] PROGMEM = "MIAMI VICE";     //displays the name of the show on line 1 of the LCD

prog_char string_70[] PROGMEM = "";           //continues to display name of show on line 2 of LCD if needed, leave blank if not needed

prog_char string_71[] PROGMEM = "airwolf.mp3"; //show tune

prog_char string_72[] PROGMEM = "AIRWOLF";     //displays the name of the show on line 1 of the LCD

prog_char string_73[] PROGMEM = "";           //continues to display name of show on line 2 of LCD if needed, leave blank if not needed

file_10996.txt

C/C++
/////*********MOVIE QUOTES HERE ******************************

prog_char string_188[] PROGMEM = "2001.mp3"; //movie quote

prog_char string_189[] PROGMEM = "2001 SPACE";     //displays the name of the show on line 1 of the LCD

prog_char string_190[] PROGMEM = "ODDESEY";           //continues to display name of show on line 2 of LCD if needed, leave blank if not needed

prog_char string_191[] PROGMEM = "airplane.mp3"; //show tune

prog_char string_192[] PROGMEM = "AIRPLANE";     //displays the name of the show on line 1 of the LCD

prog_char string_193[] PROGMEM = "";           //continues to display name of show on line 2 of LCD if needed, leave blank if not needed

prog_char string_194[] PROGMEM = "dodgebal.mp3"; //show tune

prog_char string_195[] PROGMEM = "DODGEBALL";     //displays the name of the show on line 1 of the LCD

prog_char string_196[] PROGMEM = "";           //continues to display name of show on line 2 of LCD if needed, leave blank if not needed

Credits

alinke

Comments