Introduction: Discreet Data Logger
There is no better way to hide a covert device than to stick it inside a larger conspicuous device.
That said... Essentially, this is a guide for making a data logging system for use with the breathalyzer microphone.
To accomplish this, an Arduino and a Logomatic SD data logger are embedded into an old and considerably large tape deck. The data is fed into the tape deck through an unassuming 1/4" audio jack.
Step 1: Go Get Stuff
To do this, you will need...
materials:
- old tape deck or similar
- Arduino Diecimilia
- Logomatic V1.0 SD Data Logger (available from Sparkfun)
- SD card
- An SD card reader
- A 10K resistor
- A schotky diode
- 1/4" jack (unless you already got one fo the breathalyzer mic)
- 9V battery connector
- 9V battery
- PCB
- hookup wire
- electrical tape
tools:
- philips head screwdriver
- soldering setup
- pliers and/or cutters
- power drill
Step 2: Prep the Case
The first thing to do is open the case and determine where the arduino, data logger, battery and 1/4" jack are going to be placed. This may mean, in many cases, removing some of the parts inside the device.
I decided that the best place to insert my electronics was in the battery slot of the tape player. Unfortunately, the battery slot was just slightly not deep enough for the Arduino. This was easily resolved by disassembling the case, breaking off some excess plastic and reassembling.
Once the plastic was broken, everything fit in with room to spare.
The only real rule with this is that there needs to be enough room to comfortably fit all of your parts inside. Don't forget to factor in a reasonable place for mounting the 1/4" stereo jack without creating too many problems.
Step 3: Insert the Stereo Plug
Once you have carefully determined where the stereo plug should be positioned, double check that it will actually work in that position. Once you are absolutely sure, drill a 1/4" hole in the side of the case. Pass through your 1/4" stereo plug from the inside and secure it on the outside with the mounting bracket.
In my case, I didn't have to drill a hole. I was able to pass it through an existing hole in the case and secure it that way.
Step 4: Prepare the SD Card
Plug your SD card into the card reader for your computer. Format the card to FAT 16. Once this is done, unplug the card and insert it into the Logomatic.
Step 5: Setup the Logomatic
Basically, this involves inserting the SD card into the socket on the datalogger and applying power from the Arduino.
Wait for a few minutes. You should see a flashing sequence of lights. When the lights are done flashing, remove the card and put back into card reader.
Two text files should appear called ___ and ____. You want to open them and configure it to have the following settings ______
Step 6: Build the Interface Circuit
Using the following schematic, build the circuit to interface the Arduino to the Datalogger.
Step 7: Program the Arduino
Program the Arduino with the code found below.
In other words, download this code. Download the Arduino development platform. Load this code into the Arduino development platform. Once the code is loaded, hit the upload button as shown in the picture below.
That's about it.
Step 8: Connect It All Together
Connect the Arduino to the Logomatic data logger using your interface circuit as pictured.
Step 9: Finish It Up
Plug the positive battery terminal into 9V socket on the arduino and ground to ground. secure everything inside of case so that the terminals can't accidentally touch. Finish by closing up the case.

Participated in the
The Instructables Book Contest
14 Comments
15 years ago on Introduction
it would be cool if it could log data onto the tape itself. I'm considering doing a bit of research into converting a VCR to store data on VHS tapes. Nice instructable.
Reply 9 years ago on Introduction
the beta units if u can find 1 will work even better. vcr will still record if u use a vcr hook up. recieving the data will be a bit problematic tho.
15 years ago on Introduction
also, what type of 10k resistor do you get ? Is it the one with 1/8 watt, 1/4 watt, or 1/2 watt?
Reply 9 years ago on Introduction
or 3/4 or full watt type
Reply 15 years ago on Introduction
any of those should work
12 years ago on Introduction
i was thinking of an analog datalogger using the tape...
15 years ago on Introduction
so what value of the diode do you get!?!?
Reply 15 years ago on Introduction
doesnt matter
15 years ago on Introduction
What exactly is it logging?
Reply 15 years ago on Introduction
In this case, breathalyzer data. But, it can be modified to log any analog sensor.
Reply 15 years ago on Introduction
could you use it to log position data from an incremental position encoder? (like on a cnc)
Reply 15 years ago on Introduction
I don't see why not. I actually didn't make the datalogger itself. I bought it from here:
http://www.sparkfun.com/commerce/product_info.php?products_id=752
They have full documentation. You should be able to log most anything so long as you want it on an SD card.
15 years ago on Introduction
Oh yeah... I forgot to finish that. Basically, you want to open the text file and keep the default settings for serial communication. Sparkfun has documentation about configuring the datalogger on their site. I'll fix that tomorrow.
15 years ago on Introduction
It would be cool to use an open PWM pin of the Arduino and hook it up to the input of a VCO, and connect the output of the VCO to the taping mechanism in the recorder so you can tell how much someone is intoxicated by the pitch of the tone.