Arduino thermometer

Started with my first big Arduino project using one of the Sparkfun Redboards and my new *duino work station.

The Adafruit RGB LCD shield and TMP36 temperature sensor were pretty easy to wire up to the Redboard. The LCD shield communicates using the I2C pins, so it just need those to connections plus 5V power and ground from the Redboard. The TMP36 was just as easy to wire using 3.3V power and ground from the Redboard and connection to one of the Redboard analog inputs.

FreezerThermometer.jpg(There was no Fritzing part for the LCD shield, so I just used an LCD display part instead)

A few hours of writing some code and fiddling around got me a working thermometer.

DSC01882.JPG

Thanks to the Adafruit RGB LCD library, the sketch for what I’ve done so far is pretty simple. Pressing the Select button on the shield makes the LCD turn on and display the current temperature as well as the range of temperatures measured since it was turned on. The temperature is displayed for 30 seconds, then the LCD and backlight are turned off. Pressing the Select button again makes it display the temperature again.

The next step will be to add some additional functions accessed via a menu. I’ll add a speaker or buzzer and have it alarm above a certain temperature. Once I have this prototype working nicely, I’ll repackage it and turn it into a thermometer to monitor the temperature in our freezer. I’ll have to figure out how to attach the thermometer to the power and analog pins, because the LCD shield doesn’t break them out. Shouldn’t be too hard to work out.

Inside a cassette adapter

Found one of these rummaging around in the car the other day.

Audio cassette adapter
Audio cassette adapter

If you have no idea what this is or don’t get what it’s for, ask your parents.

The cassette player in the car kept spitting it out, so I figured I’d open it up to see what was inside.

Cassette adapter disassembled
Cassette adapter disassembled

Surprisingly simple inside and much less than I expected. Just the magnetic read/write head and a single circuit board.

Cassette adapter circuit board
Cassette adapter circuit board
Cassette adapter read/write head
Cassette adapter read/write head

There are just a couple of capacitors and a couple of resistors (on the other side of the board), so it’s a very simple circuit.

Cassette adapter schematic
Cassette adapter schematic

The resistors are pretty big, 820 MΩ, presumably to knock down the input down to something the cassette player can deal with.

Grinding coffee Alton Brown style

Taking a page from the Alton Brown School of Kitchen Gadgetry, I decided to try super charging my coffee mill.

Hand crank coffee grinder
Coffee grinder plus cordless drill

I think you can see where this is going.

Coffee grinder
Grinding coffee with the drill
DSC01864.JPG

*duino work station

Inspired by the Sparkfun Arduino and Breadboard holder, I decided to build my own portable work station to use for building projects with my *duinos.

I cut a 27.7cm x 40.5 cm piece of 6mm thick (1/4″) plywood from stuff I had on hand to serve as the base, and started playing around with how I wanted things laid out. I eventually settled on a setup with three breadboards around the *duino board (in this case, a Sparkfun RedBoard) and a little parts bin on the side.

Sparkfun RedBoad workstation with breadboards
Sparkfun RedBoad workstation with breadboards

Scrounged up some nylon standoffs and screws to mount the board to the plywood and I ended up with this.

Sparkfun RedBoad workstation with breadboards
Sparkfun RedBoad workstation with breadboards

I can switch between the Netduinos and RedBoards pretty easily, and it gives me plenty of breadboard space to work on. The parts bin stays on the board thanks to the magic of Velcro and I used the adhesive backing on the breadboards to stick them to the plywood.

Still have plenty of room on the left side to put other things. Now I’ll be able to easily pick up my projects and move them somewhere else to work on.