Arduinoven – Status Update

 Been a while since I’ve posted about the Arduinoven project I’m working on.  I’ve got a prototype PCB laid out, which is of the appropriate form factor to fit into a Sparkfun Project Case.  The board is a two-layer design, with all through-hole components.  I’ve adjusted the design to use a MAX232 RS232 converter instead of the discrete component RS232-to-TTL adapter (this saves a little space and makes soldering easier).  The full feature list appears below.

Read More

Some Breakout Boards

Last weekend I assembled a few breakout boards for things I’m going to need to be able to prototype my Reflow Oven project.  Namely, I needed a DB9 RS232 breakout board, a DIN-5 breakout board, and a 5v power supply.  Schematics and board layouts (fixed versions!) can be found at my GoogleCode repository.

Read More

ArduinoISP – Burning the default fuses for an ATmega328p

When you buy a brand new, blank ATmega328p, it comes with a set of fuses (basically hardware settings) which give it maximum reliability, but they aren’t the default that is required for the chip to work with the Arduino IDE and libraries.  In order to burn the correct fuses onto it, run the following command (this assumes that you’re using Arduino-as-ISP on COM4);

Read More

New Project – Arduino-based Toaster Oven Controller

Now that I’ve got the MCE Remote all built and in service (works quite nicely!), I need a new project.  I’m interested in getting involved in surface mount devices.  The reason for this is threefold - there are certain devices that aren’t available in through-hole packages, when using SMT you can typically make a board a lot smaller, and lastly individual SMT components not on breakout boards are typically a LOT cheaper than the already-soldered part.

Read More

MCE Remote – Board Etching and Assembly

In my last post about the MCE Remote relay I was working on, I prototyped up the circuit and finalized the schematic in Eagle.  After doing that, I worked on a PCB layout ( all related file can be found here ).  It was a bit of a trick getting a suitable layout sorted out in Eagle, but I got it done.  From there, I was able to generate transfers for the top layer (silkscreen), and the bottom layer (etch).  They appear below;

Read More