Category Archives: arduino

Dwuino – First Proto.

Well just as expected I woke up, reviewed my layout/schematic and had a few revelations. I decided to add a 3.3v regulator to the board and that proved to be a tricky task. For the regulators I am using cheap AMS1117’s, they have a pretty high voltage drop (around 1v) which makes them less then ideal, but they are good enough for this.

The updated schematic is as fallows. I also used a 3 pin external power connector to connect two grounds together where I couldn’t find another way. That makes a total of 3 jumper wires, the longest of which being the RESET.

One really great thing I learned in Eagle is the “naming” tool. If you name any two or more wires in the schematic it will ask you if you want them connected on the board! This makes it a lot easier to look at the schematic without tons of wires everywhere that you have to follow like a maze.

DWuino_sch_2
The PCB layout is pretty simular to the last one. The key here was to make it easy to toner transfer even if you’re new at the whole process (like me).
DWuino_pcb_2

Assembly is rather straight forward. The longest part was drilling all the holes, I need to work on something better for doing that.

Dwuino prototype number 1
Dwuino prototype number 1 populated board.

Using mostly surface mount parts (and a minimal amount of them) makes soldering this board a breeze.

Dwuino prototype number 1
Dwuino prototype number 1 populated board bottom.

Its ALIVE! here we are running the Blink sketch from the Arduino software. All is good!

Dwuino prototype number 1
Dwuino prototype number 1 running the Blink sketch.

I did have one problem though. I plugged the power in backwards once and fried the two regulators! D’oh! I will have to look into Reverse Polarity Protection and find a good way to implement it into the PCB layout. Other then that though, I am happy. It works how it should, it didn’t take me THAT long, and it was cheap. I love DIY!

DWuino. My take on a home etchable Arduino clone.

Well I love the Arduino. It makes all sorts of things possible. My only problem is I always run out of them! I decided it was time to remedy this problem by coming up with my own clone that I could easily build myself with components that were easy for me to source. I will be using mostly SMB components because I find them to be easier on home etched PCBs then drilling holes. Don’t worry though, there’s still TONS of holes to drill on an Arduino clone since I still want the headers!

I have planned on omitting the USB and going with a serial connection. There will also be no ISP, I will program the chips in another platform before hand. With the left over space maybe I will add a prototyping zone? Hmmm.

Credit goes to the Nanino, the only other Arduino Uno foot print home etch board I could find.

Well that’s enough chat, here it is so far:

DWuino, Arduino clone
First look at the PCB
DWuino, an Arduino clone
DWuino Schematic

More to come! I will sleep on it and go over the schematic and PCB layout again before I attempt the etch and assembly.